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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 23:53:04 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 ddad3a35943dfb6047916d1dbab8fa41f51e9c7a
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 19:52:07 2016 -0400

    gnuidn: build with ghc 8 in experimental
---
 p/haskell-gnuidn/debian/changelog |  8 ++---
 p/haskell-gnuidn/debian/control   | 69 ++++++++++++++++++++++++---------------
 p/haskell-gnuidn/debian/rules     |  2 +-
 3 files changed, 48 insertions(+), 31 deletions(-)

diff --git a/p/haskell-gnuidn/debian/changelog b/p/haskell-gnuidn/debian/changelog
index fed9984..bf8f24c 100644
--- a/p/haskell-gnuidn/debian/changelog
+++ b/p/haskell-gnuidn/debian/changelog
@@ -1,14 +1,14 @@
-haskell-gnuidn (0.2.2-2) UNRELEASED; urgency=medium
+haskell-gnuidn (0.2.2-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)
   * 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:22 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 19:51:49 -0400
 
 haskell-gnuidn (0.2.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-gnuidn/debian/control b/p/haskell-gnuidn/debian/control
index 29e7018..856e34e 100644
--- a/p/haskell-gnuidn/debian/control
+++ b/p/haskell-gnuidn/debian/control
@@ -1,23 +1,26 @@
 Source: haskell-gnuidn
 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:
+ c2hs,
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-chell-dev (<< 0.5),
+ libghc-chell-dev (>= 0.4),
+ libghc-chell-quickcheck-dev (<< 0.3),
+ libghc-chell-quickcheck-dev (>= 0.2),
+ libghc-quickcheck2-dev (>= 2.4),
  libghc-text-dev,
  libghc-text-prof,
- c2hs,
  libidn11-dev,
-# libghc-quickcheck2-dev (>= 2.4),
-# libghc-chell-dev (>= 0.4),
-# libghc-chell-dev (<< 0.5),
-# libghc-chell-quickcheck-dev (>= 0.2),
-# libghc-chell-quickcheck-dev (<< 0.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/haskell-gnuidn/
@@ -29,14 +32,19 @@ X-Description: bindings for GNU IDN
 
 Package: libghc-gnuidn-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ libidn11-dev,
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
- libidn11-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}
  .
@@ -44,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-gnuidn-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}
  .
@@ -58,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-gnuidn-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}
  .
diff --git a/p/haskell-gnuidn/debian/rules b/p/haskell-gnuidn/debian/rules
index 0f724b1..0d34080 100755
--- a/p/haskell-gnuidn/debian/rules
+++ b/p/haskell-gnuidn/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-#DEB_ENABLE_TESTS = yes     # requires chell-quickcheck which is not yet in Debian
+DEB_ENABLE_TESTS = yes
 DEB_CABAL_PACKAGE = gnuidn
 DEB_DEFAULT_COMPILER = ghc
 

-- 
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