diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:17:21 +0200 |
| commit | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch) | |
| tree | d8f74cd79b335d63b8eeae05c47a8b2324446c5f /p/haskell-xmlhtml | |
| parent | 0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff) | |
| download | DHG_packages-9fa2cdb713769ca89053c21e8700c29bb4bbb005.tar.gz | |
Normalize all control files
by reading them into cabal-debian, and serializing them again. This
_should_ only change whitespace, linebreaks and order of fields. At
least I hope so :-)
Diffstat (limited to 'p/haskell-xmlhtml')
| -rw-r--r-- | p/haskell-xmlhtml/debian/control | 97 |
1 files changed, 49 insertions, 48 deletions
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control index a0d3d97dd..902d00cce 100644 --- a/p/haskell-xmlhtml/debian/control +++ b/p/haskell-xmlhtml/debian/control @@ -1,42 +1,42 @@ Source: haskell-xmlhtml -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-blaze-builder-dev (>> 0.2) - , libghc-blaze-builder-dev (<< 0.5) - , libghc-blaze-builder-prof - , libghc-blaze-html-dev (>> 0.5) - , libghc-blaze-html-dev (<< 0.9) - , libghc-blaze-html-prof - , libghc-blaze-markup-dev (>> 0.5) - , libghc-blaze-markup-dev (<< 0.8) - , libghc-blaze-markup-prof - , libghc-parsec3-dev (>> 3.1.2) - , libghc-parsec3-dev (<< 3.2) - , libghc-parsec3-prof - , libghc-text-dev (>> 0.11) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-unordered-containers-dev (>> 0.1.4) - , libghc-unordered-containers-dev (<< 0.3) - , libghc-unordered-containers-prof -Build-Depends-Indep: ghc-doc - , libghc-blaze-builder-doc - , libghc-blaze-html-doc - , libghc-blaze-markup-doc - , libghc-parsec3-doc - , libghc-text-doc - , libghc-unordered-containers-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-blaze-builder-dev (>> 0.2), + libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-prof, + libghc-blaze-html-dev (>> 0.5), + libghc-blaze-html-dev (<< 0.9), + libghc-blaze-html-prof, + libghc-blaze-markup-dev (>> 0.5), + libghc-blaze-markup-dev (<< 0.8), + libghc-blaze-markup-prof, + libghc-parsec3-dev (>> 3.1.2), + libghc-parsec3-dev (<< 3.2), + libghc-parsec3-prof, + libghc-text-dev (>> 0.11), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-unordered-containers-dev (>> 0.1.4), + libghc-unordered-containers-dev (<< 0.3), + libghc-unordered-containers-prof, +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-blaze-html-doc, + libghc-blaze-markup-doc, + libghc-parsec3-doc, + libghc-text-doc, + libghc-unordered-containers-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/xmlhtml -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xmlhtml Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xmlhtml +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xmlhtml X-Description: XML parser and renderer with HTML 5 quirks mode Contains renderers and parsers for both XML and HTML 5 document fragments, which share data structures so that it's easy to work with @@ -57,12 +57,12 @@ X-Description: XML parser and renderer with HTML 5 quirks mode Package: libghc-xmlhtml-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -70,22 +70,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-xmlhtml-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-xmlhtml-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |
