[DHG_packages] 04/05: crypto-cipher-tests: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:41:34 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 2880459d6bbb0109d737559f92e9cc4f9d46ffd4
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:39:54 2016 -0400

    crypto-cipher-tests: build with ghc 8 in experimental
---
 p/haskell-crypto-cipher-tests/debian/changelog |  8 +--
 p/haskell-crypto-cipher-tests/debian/control   | 74 +++++++++++++++-----------
 2 files changed, 48 insertions(+), 34 deletions(-)

diff --git a/p/haskell-crypto-cipher-tests/debian/changelog b/p/haskell-crypto-cipher-tests/debian/changelog
index d382098..0806574 100644
--- a/p/haskell-crypto-cipher-tests/debian/changelog
+++ b/p/haskell-crypto-cipher-tests/debian/changelog
@@ -1,13 +1,13 @@
-haskell-crypto-cipher-tests (0.0.11-6) UNRELEASED; urgency=medium
+haskell-crypto-cipher-tests (0.0.11-6) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:02 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:39:45 -0400
 
 haskell-crypto-cipher-tests (0.0.11-5) unstable; urgency=medium
 
diff --git a/p/haskell-crypto-cipher-tests/debian/control b/p/haskell-crypto-cipher-tests/debian/control
index 65aa633..4b48753 100644
--- a/p/haskell-crypto-cipher-tests/debian/control
+++ b/p/haskell-crypto-cipher-tests/debian/control
@@ -1,49 +1,52 @@
 Source: haskell-crypto-cipher-tests
 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-hunit-dev,
- libghc-hunit-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-prof,
- libghc-byteable-dev (>= 0.1.1),
+ haskell-devscripts (>= 0.10),
+ libghc-byteable-dev,
  libghc-byteable-dev (<< 0.2),
+ libghc-byteable-dev (>= 0.1.1),
  libghc-byteable-prof,
- libghc-crypto-cipher-types-dev (>= 0.0.8),
+ libghc-crypto-cipher-types-dev,
  libghc-crypto-cipher-types-dev (<< 0.1),
+ libghc-crypto-cipher-types-dev (>= 0.0.8),
  libghc-crypto-cipher-types-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-securemem-dev (>= 0.1.1),
+ libghc-quickcheck2-dev (>= 2),
+ libghc-quickcheck2-prof,
  libghc-securemem-dev (<< 0.2),
+ libghc-securemem-dev (>= 0.1.1),
  libghc-securemem-prof,
  libghc-test-framework-dev,
- libghc-test-framework-prof,
  libghc-test-framework-hunit-dev,
  libghc-test-framework-hunit-prof,
+ libghc-test-framework-prof,
  libghc-test-framework-quickcheck2-dev,
  libghc-test-framework-quickcheck2-prof,
- libghc-byteable-dev,
- libghc-crypto-cipher-types-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
- libghc-quickcheck2-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-byteable-doc,
  libghc-crypto-cipher-types-doc,
+ libghc-hunit-doc,
  libghc-mtl-doc,
+ libghc-quickcheck2-doc,
  libghc-securemem-doc,
  libghc-test-framework-doc,
  libghc-test-framework-hunit-doc,
  libghc-test-framework-quickcheck2-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-crypto-cipher
-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-crypto-cipher-tests
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Generic cryptography cipher tests
  This libraries contains generic tests for cryptographic ciphers, and is used
@@ -52,12 +55,16 @@ X-Description: Generic cryptography cipher tests
 
 Package: libghc-crypto-cipher-tests-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -65,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-crypto-cipher-tests-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -78,10 +89,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-crypto-cipher-tests-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: ${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