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-conduit | |
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-conduit')
-rw-r--r-- | p/haskell-conduit/debian/control | 101 |
1 files changed, 51 insertions, 50 deletions
diff --git a/p/haskell-conduit/debian/control b/p/haskell-conduit/debian/control index fb13459b5..97c399921 100644 --- a/p/haskell-conduit/debian/control +++ b/p/haskell-conduit/debian/control @@ -1,53 +1,53 @@ Source: haskell-conduit -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-exceptions-dev (>= 0.6) - , libghc-exceptions-prof - , libghc-lifted-base-dev (>= 0.1) - , libghc-lifted-base-prof - , libghc-mmorph-dev - , libghc-mmorph-prof - , libghc-mtl-dev - , libghc-mtl-prof - , libghc-resourcet-dev (>= 1.1) - , libghc-resourcet-dev (<< 1.2) - , libghc-resourcet-prof - , libghc-transformers-base-dev (>= 0.4.1) - , libghc-transformers-base-dev (<< 0.5) - , libghc-transformers-base-prof - , libghc-void-dev (>= 0.5.5) - , libghc-void-prof - , libghc-hspec-dev (>= 1.3) - , libghc-quickcheck2-dev (>= 2.5) - , libghc-safe-dev -Build-Depends-Indep: ghc-doc - , libghc-exceptions-doc - , libghc-lifted-base-doc - , libghc-mmorph-doc - , libghc-mtl-doc - , libghc-resourcet-doc - , libghc-transformers-base-doc - , libghc-void-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-exceptions-dev (>= 0.6), + libghc-exceptions-prof, + libghc-lifted-base-dev (>= 0.1), + libghc-lifted-base-prof, + libghc-mmorph-dev, + libghc-mmorph-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-resourcet-dev (>= 1.1), + libghc-resourcet-dev (<< 1.2), + libghc-resourcet-prof, + libghc-transformers-base-dev (>= 0.4.1), + libghc-transformers-base-dev (<< 0.5), + libghc-transformers-base-prof, + libghc-void-dev (>= 0.5.5), + libghc-void-prof, + libghc-hspec-dev (>= 1.3), + libghc-quickcheck2-dev (>= 2.5), + libghc-safe-dev, +Build-Depends-Indep: ghc-doc, + libghc-exceptions-doc, + libghc-lifted-base-doc, + libghc-mmorph-doc, + libghc-mtl-doc, + libghc-resourcet-doc, + libghc-transformers-base-doc, + libghc-void-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit Package: libghc-conduit-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: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with @@ -58,11 +58,11 @@ Description: streaming data processing library${haskell:ShortBlurb} Package: libghc-conduit-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: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with @@ -72,11 +72,12 @@ Description: streaming data processing library${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-conduit-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: streaming data processing library${haskell:ShortBlurb} Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with |