[DHG_packages] 04/06: bindings-nettle: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:42:42 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 e0bdfd883cb8e30884fad8e3d04f766ef8cb1c7d
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:39:16 2016 -0400

    bindings-nettle: build with ghc 8 in experimental
---
 p/haskell-bindings-nettle/debian/changelog |  8 ++---
 p/haskell-bindings-nettle/debian/control   | 58 ++++++++++++++++++------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-bindings-nettle/debian/changelog b/p/haskell-bindings-nettle/debian/changelog
index 78aa258..c91e175 100644
--- a/p/haskell-bindings-nettle/debian/changelog
+++ b/p/haskell-bindings-nettle/debian/changelog
@@ -1,13 +1,13 @@
-haskell-bindings-nettle (0.3.1-4) UNRELEASED; urgency=medium
+haskell-bindings-nettle (0.3.1-4) 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:34:49 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:39:12 -0400
 
 haskell-bindings-nettle (0.3.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-bindings-nettle/debian/control b/p/haskell-bindings-nettle/debian/control
index 5435f9c..63ab892e 100644
--- a/p/haskell-bindings-nettle/debian/control
+++ b/p/haskell-bindings-nettle/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-bindings-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-bindings-dsl-dev,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
  libghc-hspec-dev,
+ libghc-hunit-dev,
  libghc-quickcheck-io-dev,
- pkg-config,
+ libghc-quickcheck2-dev,
  nettle-dev,
-Build-Depends-Indep: ghc-doc,
+ pkg-config,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://floss.scru.org/bindings-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-bindings-nettle
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Haskell bindings to nettle crypto library
  This contains bindings to some of the cipher and hash functions of
@@ -26,13 +29,17 @@ X-Description: Haskell bindings to nettle crypto library
 
 Package: libghc-bindings-nettle-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  nettle-dev,
-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}
  .
@@ -40,11 +47,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-bindings-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}
  .
@@ -53,10 +64,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-bindings-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