debian/0000755000000000000000000000000012151222567007171 5ustar debian/watch0000644000000000000000000000032212036250401010205 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hxt-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hxt \ ([\d\.]*\d)/ debian/clean0000644000000000000000000000006612036250401010166 0ustar src/hxt-package src/hxt-package.hi src/hxt-package.o debian/rules0000755000000000000000000000033012036250401010233 0ustar #!/usr/bin/make -f # DH_VERBOSE=1 # DEB_CABAL_PACKAGE = hxt # DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000261612036250401011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hxt Upstream-Contact: HXT Team Source: http://hackage.haskell.org/package/hxt Files: * Copyright: 2005 Uwe Schmidt, Martin Schmidt, Torben Kuseler License: MIT Files: debian/* Copyright: 2009-2012 TANIGUCHI Takaki License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all c opies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012036250401010457 5ustar debian/source/format0000644000000000000000000000001412036250401011665 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012036250401010606 5ustar debian/patches/series0000644000000000000000000000000012036250401012011 0ustar debian/compat0000644000000000000000000000000212147616227010374 0ustar 9 debian/control0000644000000000000000000000754512147627350010613 0ustar Source: haskell-hxt Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, ghc-doc, libghc-network-dev (>= 2.4), libghc-network-dev (<< 3), libghc-network-prof, libghc-network-doc, libghc-parsec3-dev (>= 2.1), libghc-parsec3-dev (<< 4), libghc-parsec3-prof, libghc-parsec3-doc, libghc-mtl-dev (>= 2), libghc-mtl-dev (<< 3), libghc-mtl-prof, libghc-mtl-doc, libghc-hunit-dev (>= 1.2), libghc-hunit-dev (<< 2), libghc-hunit-prof, libghc-hunit-doc, libghc-hxt-charproperties-dev (>= 9.1), libghc-hxt-charproperties-dev (<< 10), libghc-hxt-charproperties-prof, libghc-hxt-charproperties-doc, libghc-hxt-regex-xmlschema-dev (>= 9), libghc-hxt-regex-xmlschema-dev (<< 10), libghc-hxt-regex-xmlschema-prof , libghc-hxt-regex-xmlschema-doc, libghc-hxt-unicode-dev (>= 9), libghc-hxt-unicode-dev (<< 10), libghc-hxt-unicode-prof, libghc-hxt-unicode-doc, Standards-Version: 3.9.4 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hxt Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hxt Package: libghc-hxt-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: xml toolkit for Haskell (library)${haskell:ShortBlurb} The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general and flexible approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. This data model makes it possible to use filter functions as a uniform design of XML processing applications. The processing filters are implemented as arrows. This is more flexible than the filter approach from HXML and HaXml, but all filter applications can easily be transformed into arrows. . ${haskell:Blurb} Package: libghc-hxt-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: xml toolkit for Haskell (profiling library)${haskell:ShortBlurb} The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general and flexible approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. This data model makes it possible to use filter functions as a uniform design of XML processing applications. The processing filters are implemented as arrows. This is more flexible than the filter approach from HXML and HaXml, but all filter applications can easily be transformed into arrows. . ${haskell:Blurb} Package: libghc-hxt-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: xml toolkit for Haskell (documentation)${haskell:ShortBlurb} The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general and flexible approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. This data model makes it possible to use filter functions as a uniform design of XML processing applications. The processing filters are implemented as arrows. This is more flexible than the filter approach from HXML and HaXml, but all filter applications can easily be transformed into arrows. . ${haskell:Blurb} debian/changelog0000644000000000000000000001044512151222567011047 0ustar haskell-hxt (9.3.1.1-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 22:45:27 +0100 haskell-hxt (9.3.1.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:06 +0200 haskell-hxt (9.3.1.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * New upstream release * Fix build dependencies, they were completely bogus -- Joachim Breitner Fri, 19 Oct 2012 22:58:54 +0200 haskell-hxt (9.2.2-3) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:15 +0200 haskell-hxt (9.2.2-2) unstable; urgency=low * debian/copyright: Rewrite in new copyright format. -- TANIGUCHI Takaki Mon, 05 Mar 2012 20:25:17 +0900 haskell-hxt (9.2.2-1) unstable; urgency=low * New upstream release * debian/patches/haskell98: Removed. * Update Standards-Version to 3.9.3. -- TANIGUCHI Takaki Mon, 05 Mar 2012 11:24:03 +0900 haskell-hxt (9.1.5-3) unstable; urgency=low * Temporarily remove libghc-binary-* from build dependencies. ghc 7.4 at least temporarily provides these, and this avoids FTBFS on the autobuilders due to #659081. -- Joey Hess Tue, 28 Feb 2012 21:21:56 -0400 haskell-hxt (9.1.5-2) unstable; urgency=low * Sourceful upload to rebuild documentation package * Remove haskell98 build dependency from cabal file. -- Joey Hess Mon, 27 Feb 2012 12:38:31 -0400 haskell-hxt (9.1.5-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 15 Nov 2011 11:13:21 +0900 haskell-hxt (9.1.4-2) unstable; urgency=low [ Joachim Breitner ] * Fix typo in description (Closes: #642226) -- TANIGUCHI Takaki Tue, 27 Sep 2011 10:25:58 +0900 haskell-hxt (9.1.4-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 20 Sep 2011 10:55:03 +0900 haskell-hxt (9.1.2-1) unstable; urgency=low * New upstream release * Standards-Version: 3.9.2 -- TANIGUCHI Takaki Mon, 20 Jun 2011 11:31:17 +0900 haskell-hxt (9.1.1-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ TANIGUCHI Takaki ] * Nes upstream. -- TANIGUCHI Takaki Thu, 14 Apr 2011 10:53:40 +0900 haskell-hxt (9.0.1-1) unstable; urgency=low * New upstream. -- TANIGUCHI Takaki Thu, 09 Dec 2010 08:47:25 +0900 haskell-hxt (9.0.0-1) unstable; urgency=low * New Upstream version 9.0.0 -- TANIGUCHI Takaki Thu, 28 Oct 2010 15:00:28 +0900 haskell-hxt (8.5.4-1) unstable; urgency=low * New Upstream. * deleate 'debian/libghc6-hxt-doc.examples'. * debian/control: * change Priority to extra * Updated to Standards-Version 3.9.1 (no changes needed) * debian/patcheds: removed. It is not required any more. -- TANIGUCHI Takaki Wed, 25 Aug 2010 13:58:42 +0900 haskell-hxt (8.5.2-1.1) unstable; urgency=low * Patch tagsoup-0.10-compat.patch (Closes: #587541) Patch taken from http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/hs-hxt/files/ * Add VCS-Fields * Add example to libghc6-hxt-doc * Switch to 3.0 (quilt) source format * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. * Bump standards version, no change -- Joachim Breitner Sat, 10 Jul 2010 20:00:07 +0200 haskell-hxt (8.5.2-1) unstable; urgency=low * New Upstream version 8.5.2 * debian/control: * Build-Depends: change to libcurl4-gnutls-dev from libcurl4-openssl-dev. (Closes: #574534, #574807) * Build-Depends: Add cabal-install. * debian/control: Maitainer is changed to Debia Haskell Group. * debian/control: add my name to Uploaders:. -- TANIGUCHI Takaki Sun, 21 Mar 2010 20:40:39 +0900 haskell-hxt (8.5.1-1) unstable; urgency=low * Initial release (Closes: #511325) -- TANIGUCHI Takaki Mon, 15 Mar 2010 22:00:04 +0900