[DHG_packages] 02/04: cryptohash-cryptoapi

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 02:46:29 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 6d851fa243c9895480be03a89c73b417acb033ab
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 22:40:49 2016 -0400

    cryptohash-cryptoapi
---
 p/haskell-cryptohash-cryptoapi/debian/changelog |  6 ++--
 p/haskell-cryptohash-cryptoapi/debian/control   | 48 ++++++++++++++++---------
 2 files changed, 34 insertions(+), 20 deletions(-)

diff --git a/p/haskell-cryptohash-cryptoapi/debian/changelog b/p/haskell-cryptohash-cryptoapi/debian/changelog
index ce91fc0..b432862 100644
--- a/p/haskell-cryptohash-cryptoapi/debian/changelog
+++ b/p/haskell-cryptohash-cryptoapi/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cryptohash-cryptoapi (0.1.4-2) UNRELEASED; urgency=medium
+haskell-cryptohash-cryptoapi (0.1.4-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:22 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 22:40:45 -0400
 
 haskell-cryptohash-cryptoapi (0.1.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-cryptohash-cryptoapi/debian/control b/p/haskell-cryptohash-cryptoapi/debian/control
index 3d5d331..a8d8b00 100644
--- a/p/haskell-cryptohash-cryptoapi/debian/control
+++ b/p/haskell-cryptohash-cryptoapi/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-cryptohash-cryptoapi
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Colin Watson <cjwatson at debian.org>
+Uploaders:
+ Colin Watson <cjwatson 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,
+ haskell-devscripts (>= 0.10),
  libghc-cereal-dev (>= 0.2),
  libghc-cereal-prof,
  libghc-crypto-api-dev (>= 0.11),
@@ -18,7 +20,8 @@ Build-Depends: debhelper (>= 9),
  libghc-memory-prof,
  libghc-tagged-dev (>= 0.1),
  libghc-tagged-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cereal-doc,
  libghc-crypto-api-doc,
  libghc-cryptonite-doc,
@@ -31,12 +34,16 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-cryptohash-cryptoapi-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
  This Haskell library exports the cryptohash interface through crypto-api.
  See libghc-cryptohash-* and libghc-crypto-api-* for more information.
@@ -45,11 +52,15 @@ Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
 
 Package: libghc-cryptohash-cryptoapi-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
  This Haskell library exports the cryptohash interface through crypto-api.
  See libghc-cryptohash-* and libghc-crypto-api-* for more information.
@@ -59,10 +70,13 @@ Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
 Package: libghc-cryptohash-cryptoapi-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: crypto-api interfaces for cryptohash${haskell:ShortBlurb}
  This Haskell library exports the cryptohash interface through crypto-api.
  See libghc-cryptohash-* and libghc-crypto-api-* for more information.

-- 
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