diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:06:16 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 20:06:16 +0200 |
| commit | 0443e71918b6bdf9dbe9f6a02899c4296dd947af (patch) | |
| tree | 46fcf35ffdc3afc31d2c76be0cd34bb0d7cc7aca /p/haskell-binary-conduit | |
| parent | 43f3a3e9b897299e94b9adcb54e07a40a34352e2 (diff) | |
| download | DHG_packages-0443e71918b6bdf9dbe9f6a02899c4296dd947af.tar.gz | |
Update a few packages with cabal-debian --upgrade
So if a real change happens, the diff is smaller.
Diffstat (limited to 'p/haskell-binary-conduit')
| -rw-r--r-- | p/haskell-binary-conduit/debian/control | 76 |
1 files changed, 41 insertions, 35 deletions
diff --git a/p/haskell-binary-conduit/debian/control b/p/haskell-binary-conduit/debian/control index 52f93c488..bda5d21c9 100644 --- a/p/haskell-binary-conduit/debian/control +++ b/p/haskell-binary-conduit/debian/control @@ -1,28 +1,33 @@ Source: haskell-binary-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.8.15) - , ghc - , ghc-prof - , libghc-conduit-dev (>= 1.1) - , libghc-conduit-dev (<< 1.3) - , libghc-conduit-prof - , libghc-resourcet-dev (>= 1.1) - , libghc-resourcet-prof - , libghc-vector-dev (>= 0.10) - , libghc-vector-prof -Build-Depends-Indep: ghc-doc - , libghc-conduit-doc - , libghc-resourcet-doc - , libghc-vector-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-conduit-dev (>= 1.1), + libghc-conduit-dev (<< 1.3), + libghc-conduit-prof, + libghc-resourcet-dev (>= 1.1), + libghc-resourcet-prof, + libghc-vector-dev (>= 0.10), + libghc-vector-prof, + libghc-quickcheck2-dev, + libghc-conduit-dev, + libghc-hspec-dev, + libghc-quickcheck-assertions-dev, + libghc-resourcet-dev, +Build-Depends-Indep: ghc-doc, + libghc-conduit-doc, + libghc-resourcet-doc, + libghc-vector-doc, Standards-Version: 3.9.6 -Homepage: http://hackage.haskell.org/package/binary-conduit -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-conduit +Homepage: http://github.com/qnikst/binary-conduit/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary-conduit +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-conduit X-Description: data serialization/deserialization conduit library Allow binary serialization using iterative conduit interface. . @@ -30,12 +35,12 @@ X-Description: data serialization/deserialization conduit library Package: libghc-binary-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -43,22 +48,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-binary-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-binary-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |
