[DHG_packages] 02/05: nettle: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:44:00 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 7649e1e8d80369ddf6023fbe579955ecc29d2af9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:40:42 2016 -0400

    nettle: build with ghc 8 in experimental
---
 p/haskell-nettle/debian/changelog |  8 ++---
 p/haskell-nettle/debian/control   | 66 ++++++++++++++++++++++++---------------
 2 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/p/haskell-nettle/debian/changelog b/p/haskell-nettle/debian/changelog
index 65be445..d5f759d 100644
--- a/p/haskell-nettle/debian/changelog
+++ b/p/haskell-nettle/debian/changelog
@@ -1,13 +1,13 @@
-haskell-nettle (0.2.0-2) UNRELEASED; urgency=medium
+haskell-nettle (0.2.0-2) 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:50 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:40:33 -0400
 
 haskell-nettle (0.2.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-nettle/debian/control b/p/haskell-nettle/debian/control
index d6129bf..f013d0e 100644
--- a/p/haskell-nettle/debian/control
+++ b/p/haskell-nettle/debian/control
@@ -1,52 +1,59 @@
 Source: haskell-nettle
 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-byteable-dev,
  libghc-byteable-prof,
- libghc-crypto-cipher-types-dev (>= 0.0.3),
+ libghc-crypto-cipher-tests-dev,
+ libghc-crypto-cipher-types-dev,
  libghc-crypto-cipher-types-dev (<< 0.1),
+ libghc-crypto-cipher-types-dev (>= 0.0.3),
  libghc-crypto-cipher-types-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev (>= 2),
  libghc-securemem-dev (>= 0.1.2),
  libghc-securemem-prof,
  libghc-tagged-dev,
  libghc-tagged-prof,
- pkg-config,
- nettle-dev (>= 3.2),
- libghc-hunit-dev,
- libghc-quickcheck2-dev (>= 2),
- libghc-crypto-cipher-tests-dev,
- libghc-crypto-cipher-types-dev,
  libghc-test-framework-dev (>= 0.3.3),
  libghc-test-framework-hunit-dev,
  libghc-test-framework-quickcheck2-dev (>= 0.2.9),
-Build-Depends-Indep: ghc-doc,
+ nettle-dev (>= 3.2),
+ pkg-config,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-byteable-doc,
  libghc-crypto-cipher-types-doc,
  libghc-securemem-doc,
  libghc-tagged-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/stbuehler/haskell-nettle
-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-nettle
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: safe bindings to nettle crypto library
  This is another set of bindings to Nettle.
 
 Package: libghc-nettle-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  nettle-dev (>= 3),
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -54,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-nettle-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}
  .
@@ -67,10 +78,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-nettle-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