[DHG_packages] 03/05: DRBG: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:47:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit d2c58608069369bc0be6ac90d5352cbf315a94cd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:43:33 2016 -0400

    DRBG: build with ghc 8 in experimental
---
 p/haskell-drbg/debian/changelog |  6 ++--
 p/haskell-drbg/debian/control   | 61 ++++++++++++++++++++++++++---------------
 2 files changed, 42 insertions(+), 25 deletions(-)

diff --git a/p/haskell-drbg/debian/changelog b/p/haskell-drbg/debian/changelog
index a365bfa..8efafce 100644
--- a/p/haskell-drbg/debian/changelog
+++ b/p/haskell-drbg/debian/changelog
@@ -1,8 +1,8 @@
-haskell-drbg (0.5.5-2) UNRELEASED; urgency=medium
+haskell-drbg (0.5.5-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:27 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:43:30 -0400
 
 haskell-drbg (0.5.5-1) unstable; urgency=medium
 
diff --git a/p/haskell-drbg/debian/control b/p/haskell-drbg/debian/control
index 159fc2b..c70b728 100644
--- a/p/haskell-drbg/debian/control
+++ b/p/haskell-drbg/debian/control
@@ -1,15 +1,17 @@
 Source: haskell-drbg
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-cereal-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
  libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.5),
  libghc-cereal-prof,
  libghc-cipher-aes128-dev (>= 0.6),
  libghc-cipher-aes128-prof,
@@ -19,8 +21,8 @@ Build-Depends: debhelper (>= 9),
  libghc-cryptohash-cryptoapi-prof,
  libghc-entropy-dev,
  libghc-entropy-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
  libghc-parallel-dev,
  libghc-parallel-prof,
@@ -28,7 +30,8 @@ Build-Depends: debhelper (>= 9),
  libghc-prettyclass-prof,
  libghc-tagged-dev (>= 0.7),
  libghc-tagged-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cereal-doc,
  libghc-cipher-aes128-doc,
  libghc-crypto-api-doc,
@@ -40,7 +43,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-tagged-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/DRBG
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-drbg
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Cryptographically secure RNGs
  This package contains a "Deterministic Rrandom Bit Generator" (aka RNG, PRNG)
@@ -48,13 +51,18 @@ X-Description: Cryptographically secure RNGs
 
 Package: libghc-drbg-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -62,12 +70,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-drbg-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -76,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-drbg-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list