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-fb | |
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-fb')
-rw-r--r-- | p/haskell-fb/debian/control | 187 |
1 files changed, 92 insertions, 95 deletions
diff --git a/p/haskell-fb/debian/control b/p/haskell-fb/debian/control index 9bf14b0e1..45c5ba221 100644 --- a/p/haskell-fb/debian/control +++ b/p/haskell-fb/debian/control @@ -1,100 +1,96 @@ Source: haskell-fb -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-aeson-dev (>= 0.5) - , libghc-aeson-dev (<< 0.10) - , libghc-aeson-prof - , libghc-attoparsec-dev (>= 0.10.4) - , libghc-attoparsec-dev (<< 0.14) - , libghc-attoparsec-prof - , libghc-base16-bytestring-dev (>= 0.1) - , libghc-base16-bytestring-prof - , libghc-base64-bytestring-dev (>= 0.1.1) - , libghc-base64-bytestring-prof - , libghc-cereal-dev (>= 0.3) - , libghc-cereal-dev (<< 0.5) - , libghc-cereal-prof - , libghc-conduit-dev (>= 1.1) - , libghc-conduit-dev (<< 1.3) - , libghc-conduit-prof - , libghc-crypto-api-dev (>= 0.11) - , libghc-crypto-api-dev (<< 0.14) - , libghc-crypto-api-prof - , libghc-cryptohash-dev (>= 0.7) - , libghc-cryptohash-prof - , libghc-cryptohash-cryptoapi-dev (>= 0.1) - , libghc-cryptohash-cryptoapi-dev (<< 0.2) - , libghc-cryptohash-cryptoapi-prof - , libghc-data-default-dev - , libghc-data-default-prof - , libghc-http-conduit-dev (>= 2.0) - , libghc-http-conduit-dev (<< 2.2) - , libghc-http-conduit-prof - , libghc-http-types-dev - , libghc-http-types-prof - , libghc-lifted-base-dev (>= 0.1) - , libghc-lifted-base-dev (<< 0.3) - , libghc-lifted-base-prof - , libghc-monad-control-dev - , libghc-monad-control-prof - , libghc-monad-logger-dev (>= 0.3) - , libghc-monad-logger-prof - , libghc-resourcet-dev - , libghc-resourcet-prof - , libghc-text-dev (>= 0.11) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-transformers-base-dev - , libghc-transformers-base-prof - , libghc-unordered-containers-dev - , libghc-unordered-containers-prof -# , libghc-hunit-dev -# , libghc-quickcheck2-dev -# , libghc-hspec-dev (>> 1.8) -# , libghc-hspec-dev (<< 1.9) -Build-Depends-Indep: ghc-doc - , libghc-aeson-doc - , libghc-attoparsec-doc - , libghc-base16-bytestring-doc - , libghc-base64-bytestring-doc - , libghc-cereal-doc - , libghc-conduit-doc - , libghc-crypto-api-doc - , libghc-cryptohash-doc - , libghc-cryptohash-cryptoapi-doc - , libghc-data-default-class-doc - , libghc-data-default-instances-base-doc - , libghc-http-conduit-doc - , libghc-http-types-doc - , libghc-lifted-base-doc - , libghc-monad-control-doc - , libghc-monad-logger-doc - , libghc-resourcet-doc - , libghc-text-doc - , libghc-transformers-base-doc - , libghc-unordered-containers-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-aeson-dev (>= 0.5), + libghc-aeson-dev (<< 0.10), + libghc-aeson-prof, + libghc-attoparsec-dev (>= 0.10.4), + libghc-attoparsec-dev (<< 0.14), + libghc-attoparsec-prof, + libghc-base16-bytestring-dev (>= 0.1), + libghc-base16-bytestring-prof, + libghc-base64-bytestring-dev (>= 0.1.1), + libghc-base64-bytestring-prof, + libghc-cereal-dev (>= 0.3), + libghc-cereal-dev (<< 0.5), + libghc-cereal-prof, + libghc-conduit-dev (>= 1.1), + libghc-conduit-dev (<< 1.3), + libghc-conduit-prof, + libghc-crypto-api-dev (>= 0.11), + libghc-crypto-api-dev (<< 0.14), + libghc-crypto-api-prof, + libghc-cryptohash-dev (>= 0.7), + libghc-cryptohash-prof, + libghc-cryptohash-cryptoapi-dev (>= 0.1), + libghc-cryptohash-cryptoapi-dev (<< 0.2), + libghc-cryptohash-cryptoapi-prof, + libghc-data-default-dev, + libghc-data-default-prof, + libghc-http-conduit-dev (>= 2.0), + libghc-http-conduit-dev (<< 2.2), + libghc-http-conduit-prof, + libghc-http-types-dev, + libghc-http-types-prof, + libghc-lifted-base-dev (>= 0.1), + libghc-lifted-base-dev (<< 0.3), + libghc-lifted-base-prof, + libghc-monad-control-dev, + libghc-monad-control-prof, + libghc-monad-logger-dev (>= 0.3), + libghc-monad-logger-prof, + libghc-resourcet-dev, + libghc-resourcet-prof, + libghc-text-dev (>= 0.11), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-transformers-base-dev, + libghc-transformers-base-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, +Build-Depends-Indep: ghc-doc, + libghc-aeson-doc, + libghc-attoparsec-doc, + libghc-base16-bytestring-doc, + libghc-base64-bytestring-doc, + libghc-cereal-doc, + libghc-conduit-doc, + libghc-crypto-api-doc, + libghc-cryptohash-doc, + libghc-cryptohash-cryptoapi-doc, + libghc-data-default-class-doc, + libghc-data-default-instances-base-doc, + libghc-http-conduit-doc, + libghc-http-types-doc, + libghc-lifted-base-doc, + libghc-monad-control-doc, + libghc-monad-logger-doc, + libghc-resourcet-doc, + libghc-text-doc, + libghc-transformers-base-doc, + libghc-unordered-containers-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/fb -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-fb Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-fb +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-fb X-Description: bindings to Facebook API This package exports bindings to Facebook's APIs. Package: libghc-fb-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} . @@ -102,22 +98,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-fb-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-fb-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} . |