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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:05:46 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 cadd19c8135d1ba3e1ef5d586d0b96a7e0325f4c
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:02:49 2016 -0400

    cryptocipher: build with ghc 8 in experimental
---
 p/haskell-cryptocipher/debian/changelog |  8 ++---
 p/haskell-cryptocipher/debian/control   | 62 ++++++++++++++++++++-------------
 2 files changed, 42 insertions(+), 28 deletions(-)

diff --git a/p/haskell-cryptocipher/debian/changelog b/p/haskell-cryptocipher/debian/changelog
index 676edb6..eb4f66b 100644
--- a/p/haskell-cryptocipher/debian/changelog
+++ b/p/haskell-cryptocipher/debian/changelog
@@ -1,14 +1,14 @@
-haskell-cryptocipher (0.6.2-6) UNRELEASED; urgency=medium
+haskell-cryptocipher (0.6.2-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)
   * Convert `debian/copyright' to dep5 format
 
-  [ 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:03 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:02:41 -0400
 
 haskell-cryptocipher (0.6.2-5) unstable; urgency=medium
 
diff --git a/p/haskell-cryptocipher/debian/control b/p/haskell-cryptocipher/debian/control
index a7b0ae4..4bb41a4 100644
--- a/p/haskell-cryptocipher/debian/control
+++ b/p/haskell-cryptocipher/debian/control
@@ -1,32 +1,35 @@
 Source: haskell-cryptocipher
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-cipher-aes-dev (>= 0.2.3),
+ haskell-devscripts (>= 0.10),
  libghc-cipher-aes-dev (<< 0.3),
+ libghc-cipher-aes-dev (>= 0.2.3),
  libghc-cipher-aes-prof,
- libghc-cipher-blowfish-dev (>= 0.0),
  libghc-cipher-blowfish-dev (<< 0.1),
+ libghc-cipher-blowfish-dev (>= 0.0),
  libghc-cipher-blowfish-prof,
- libghc-cipher-camellia-dev (>= 0.0),
  libghc-cipher-camellia-dev (<< 0.1),
+ libghc-cipher-camellia-dev (>= 0.0),
  libghc-cipher-camellia-prof,
- libghc-cipher-des-dev (>= 0.0),
  libghc-cipher-des-dev (<< 0.1),
+ libghc-cipher-des-dev (>= 0.0),
  libghc-cipher-des-prof,
- libghc-cipher-rc4-dev (>= 0.1.3),
  libghc-cipher-rc4-dev (<< 0.2),
+ libghc-cipher-rc4-dev (>= 0.1.3),
  libghc-cipher-rc4-prof,
- libghc-crypto-cipher-types-dev (>= 0.0.8),
  libghc-crypto-cipher-types-dev (<< 0.1),
+ libghc-crypto-cipher-types-dev (>= 0.0.8),
  libghc-crypto-cipher-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cipher-aes-doc,
  libghc-cipher-blowfish-doc,
  libghc-cipher-camellia-doc,
@@ -35,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-crypto-cipher-types-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-cryptocipher
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Symmetrical block and stream ciphers
   This library provides symmetrical block and stream ciphers like RC4, AES,
@@ -43,12 +46,16 @@ X-Description: Symmetrical block and stream ciphers
 
 Package: libghc-cryptocipher-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}
  .
@@ -56,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-cryptocipher-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}
  .
@@ -69,10 +80,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-cryptocipher-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