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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:26:33 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 1130ed29319adf59d4a9f5fb2bcb532684780499
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:25:25 2016 -0400

    dns: build with ghc 8 in experimental
---
 p/haskell-dns/debian/changelog |  6 +++++
 p/haskell-dns/debian/control   | 54 ++++++++++++++++++++++++++----------------
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/p/haskell-dns/debian/changelog b/p/haskell-dns/debian/changelog
index dc07d25..df51d2d 100644
--- a/p/haskell-dns/debian/changelog
+++ b/p/haskell-dns/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dns (2.0.6-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:25:23 -0400
+
 haskell-dns (2.0.6-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-dns/debian/control b/p/haskell-dns/debian/control
index 34d1b40..b8b7a58 100644
--- a/p/haskell-dns/debian/control
+++ b/p/haskell-dns/debian/control
@@ -1,19 +1,21 @@
 Source: haskell-dns
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh 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-attoparsec-dev,
  libghc-attoparsec-prof,
  libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
  libghc-conduit-extra-dev (>= 1.1),
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-iproute-dev (>= 1.3.2),
  libghc-iproute-prof,
  libghc-mtl-dev,
@@ -24,10 +26,11 @@ Build-Depends: debhelper (>= 9),
  libghc-random-prof,
  libghc-resourcet-dev,
  libghc-resourcet-prof,
- libghc-safe-dev (>= 0.3),
  libghc-safe-dev (<< 0.4),
+ libghc-safe-dev (>= 0.3),
  libghc-safe-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-conduit-doc,
  libghc-conduit-extra-doc,
@@ -39,7 +42,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-safe-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/dns
-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-dns
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: pure Haskell DNS library
  A thread-safe DNS library for both clients and servers
@@ -47,12 +50,16 @@ X-Description: pure Haskell DNS library
 
 Package: libghc-dns-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}
  .
@@ -60,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-dns-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}
  .
@@ -73,10 +84,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-dns-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