diff options
Diffstat (limited to 'p/haskell-pipes-bytestring/debian/control')
| -rw-r--r-- | p/haskell-pipes-bytestring/debian/control | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/p/haskell-pipes-bytestring/debian/control b/p/haskell-pipes-bytestring/debian/control index ff77d6a36..408f29a54 100644 --- a/p/haskell-pipes-bytestring/debian/control +++ b/p/haskell-pipes-bytestring/debian/control @@ -1,42 +1,42 @@ Source: haskell-pipes-bytestring -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-pipes-dev (>= 4.0) - , libghc-pipes-dev (<< 4.2) - , libghc-pipes-prof - , libghc-pipes-group-dev (>= 1.0.0) - , libghc-pipes-group-dev (<< 1.1) - , libghc-pipes-group-prof - , libghc-pipes-parse-dev (>= 3.0.0) - , libghc-pipes-parse-dev (<< 3.1) - , libghc-pipes-parse-prof -Build-Depends-Indep: ghc-doc - , libghc-pipes-doc - , libghc-pipes-group-doc - , libghc-pipes-parse-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-pipes-dev (>= 4.0), + libghc-pipes-dev (<< 4.2), + libghc-pipes-prof, + libghc-pipes-group-dev (>= 1.0.0), + libghc-pipes-group-dev (<< 1.1), + libghc-pipes-group-prof, + libghc-pipes-parse-dev (>= 3.0.0), + libghc-pipes-parse-dev (<< 3.1), + libghc-pipes-parse-prof, +Build-Depends-Indep: ghc-doc, + libghc-pipes-doc, + libghc-pipes-group-doc, + libghc-pipes-parse-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/pipes-bytestring -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes-bytestring Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pipes-bytestring +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes-bytestring X-Description: ByteString support for pipes This library provides pipes (compositional stream processing pipelines) utilities for ByteStrings. Package: libghc-pipes-bytestring-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} . @@ -44,22 +44,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-pipes-bytestring-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-pipes-bytestring-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} . |
