diff options
Diffstat (limited to 'p/haskell-vector-binary-instances/debian/control')
| -rw-r--r-- | p/haskell-vector-binary-instances/debian/control | 61 |
1 files changed, 31 insertions, 30 deletions
diff --git a/p/haskell-vector-binary-instances/debian/control b/p/haskell-vector-binary-instances/debian/control index 6266b2af3..ace4e95cf 100644 --- a/p/haskell-vector-binary-instances/debian/control +++ b/p/haskell-vector-binary-instances/debian/control @@ -1,24 +1,24 @@ Source: haskell-vector-binary-instances -Section: haskell -Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breitner <nomeata@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof - , libghc-vector-dev (>= 0.6) - , libghc-vector-prof - , libghc-cereal-dev - , libghc-cereal-prof -Build-Depends-Indep: ghc-doc - , libghc-binary-doc - , libghc-cereal-doc +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), + ghc, + ghc-prof, + libghc-vector-dev (>= 0.6), + libghc-vector-prof, + libghc-cereal-dev, + libghc-cereal-prof, +Build-Depends-Indep: ghc-doc, + libghc-binary-doc, + libghc-cereal-doc, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/vector-binary-instances -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-binary-instances Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-binary-instances +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-binary-instances X-Description: Instances of Data.Binary and Data.Serialize for vector This package provides instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. It uses @@ -26,12 +26,12 @@ X-Description: Instances of Data.Binary and Data.Serialize for vector Package: libghc-vector-binary-instances-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} . @@ -39,22 +39,23 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-vector-binary-instances-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-vector-binary-instances-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} . |
