[DHG_packages] 01/01: zxcvbn-c: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Wed Oct 19 17:16:08 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 3d944810a01480de0713fc19cbe316351d68fd33
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 19 13:15:18 2016 -0400

    zxcvbn-c: build with ghc 8 in experimental
---
 p/haskell-zxcvbn-c/debian/changelog |  6 ++++
 p/haskell-zxcvbn-c/debian/control   | 57 ++++++++++++++++++++++++-------------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-zxcvbn-c/debian/changelog b/p/haskell-zxcvbn-c/debian/changelog
index 920250d..ed3e10e 100644
--- a/p/haskell-zxcvbn-c/debian/changelog
+++ b/p/haskell-zxcvbn-c/debian/changelog
@@ -1,3 +1,9 @@
+haskell-zxcvbn-c (1.0.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Wed, 19 Oct 2016 13:15:01 -0400
+
 haskell-zxcvbn-c (1.0.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #838799).
diff --git a/p/haskell-zxcvbn-c/debian/control b/p/haskell-zxcvbn-c/debian/control
index 32ced7f..0840eb7 100644
--- a/p/haskell-zxcvbn-c/debian/control
+++ b/p/haskell-zxcvbn-c/debian/control
@@ -1,15 +1,18 @@
 Source: haskell-zxcvbn-c
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton at spwhitton.name>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libzxcvbn-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/zxcvbn-c
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-zxcvbn-c
@@ -25,14 +28,19 @@ X-Description: Haskell bindings to password strength estimation library
 
 Package: libghc-zxcvbn-c-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ libzxcvbn-dev,
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
- libzxcvbn-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -40,12 +48,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-zxcvbn-c-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -54,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-zxcvbn-c-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 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