[DHG_packages] 01/05: crypto-pubkey-types: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:47:15 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 d91bf8928a3ab22ca3a01c9237ad1e87c712ee79
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:42:30 2016 -0400

    crypto-pubkey-types: build with ghc 8 in experimental
---
 p/haskell-crypto-pubkey-types/debian/changelog |  8 ++--
 p/haskell-crypto-pubkey-types/debian/control   | 52 ++++++++++++++++----------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-crypto-pubkey-types/debian/changelog b/p/haskell-crypto-pubkey-types/debian/changelog
index 1015151..68f02d9 100644
--- a/p/haskell-crypto-pubkey-types/debian/changelog
+++ b/p/haskell-crypto-pubkey-types/debian/changelog
@@ -1,14 +1,14 @@
-haskell-crypto-pubkey-types (0.4.3-6) UNRELEASED; urgency=medium
+haskell-crypto-pubkey-types (0.4.3-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 15:42:26 -0400
 
 haskell-crypto-pubkey-types (0.4.3-5) unstable; urgency=medium
 
diff --git a/p/haskell-crypto-pubkey-types/debian/control b/p/haskell-crypto-pubkey-types/debian/control
index c92e8b6..fe04456 100644
--- a/p/haskell-crypto-pubkey-types/debian/control
+++ b/p/haskell-crypto-pubkey-types/debian/control
@@ -1,36 +1,43 @@
 Source: haskell-crypto-pubkey-types
 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,
+ haskell-devscripts (>= 0.10),
  libghc-asn1-encoding-dev,
  libghc-asn1-encoding-prof,
- libghc-asn1-types-dev (>= 0.1),
  libghc-asn1-types-dev (<< 0.4),
+ libghc-asn1-types-dev (>= 0.1),
  libghc-asn1-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-asn1-encoding-doc,
  libghc-asn1-types-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-crypto-pubkey-types
-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-pubkey-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: generic public-key algorithm types
  It defines generic public-key algorithm types (DH, DSA, ECC, ECDSA, RSA).
 
 Package: libghc-crypto-pubkey-types-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}
  .
@@ -38,11 +45,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-crypto-pubkey-types-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}
  .
@@ -51,10 +62,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-crypto-pubkey-types-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