diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 18:59:22 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 18:59:22 +0300 |
commit | ec236c177655bc3b2ce12e0d59d16e9cb84a4e9b (patch) | |
tree | 4a0e654542d5f08c700bfb9dd34997fe0d51a820 /p/haskell-vector-binary-instances | |
parent | aada9812ca5b5177aea0127a38137515ee08018b (diff) | |
download | DHG_packages-ec236c177655bc3b2ce12e0d59d16e9cb84a4e9b.tar.gz |
haskell-vector-binary-instances: Depend on haskell-devscripts 0.9, found in experimental
Diffstat (limited to 'p/haskell-vector-binary-instances')
-rw-r--r-- | p/haskell-vector-binary-instances/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-vector-binary-instances/debian/control | 68 |
2 files changed, 73 insertions, 1 deletions
diff --git a/p/haskell-vector-binary-instances/debian/changelog b/p/haskell-vector-binary-instances/debian/changelog index 20eed0851..37a0b30c2 100644 --- a/p/haskell-vector-binary-instances/debian/changelog +++ b/p/haskell-vector-binary-instances/debian/changelog @@ -1,3 +1,9 @@ +haskell-vector-binary-instances (0.2.1.0-2) UNRELEASED; urgency=medium + + * Depend on haskell-devscripts 0.9, found in experimental + + -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:59:22 +0100 + haskell-vector-binary-instances (0.2.1.0-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-vector-binary-instances/debian/control b/p/haskell-vector-binary-instances/debian/control index e332e2e37..39aab2400 100644 --- a/p/haskell-vector-binary-instances/debian/control +++ b/p/haskell-vector-binary-instances/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.15) + , haskell-devscripts (>= 0.9) , ghc , ghc-prof , libghc-vector-dev (>= 0.6) @@ -62,3 +62,69 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} +************* +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.8.15) + , ghc + , ghc-prof + , libghc-vector-dev (>= 0.6) + , libghc-vector-prof + , libghc-binary-dev (>= 0.7.2.1) +# version range required, lest we get the GHC-provided binary + , libghc-binary-prof (>= 0.7.2.1) + , libghc-cereal-dev + , libghc-cereal-prof +Build-Depends-Indep: ghc-doc + , libghc-vector-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 +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 + the generic interface to vectors, so all vector types are supported. + +Package: libghc-vector-binary-instances-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs: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-prof +Architecture: any +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} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} |