[DHG_packages] 02/05: bytestring-handle: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:14:10 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 96bc2d5794fc7792dad74b2b9ac956b8d3b4465f
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:09:10 2016 -0400
bytestring-handle: build with ghc 8 in experimental
---
p/haskell-bytestring-handle/debian/changelog | 6 +++
p/haskell-bytestring-handle/debian/control | 65 ++++++++++++++++++----------
2 files changed, 47 insertions(+), 24 deletions(-)
diff --git a/p/haskell-bytestring-handle/debian/changelog b/p/haskell-bytestring-handle/debian/changelog
index 31fa2ca..eed822b 100644
--- a/p/haskell-bytestring-handle/debian/changelog
+++ b/p/haskell-bytestring-handle/debian/changelog
@@ -1,3 +1,9 @@
+haskell-bytestring-handle (0.1.0.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:08:54 -0400
+
haskell-bytestring-handle (0.1.0.4-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-bytestring-handle/debian/control b/p/haskell-bytestring-handle/debian/control
index aa59cca..05d82fc 100644
--- a/p/haskell-bytestring-handle/debian/control
+++ b/p/haskell-bytestring-handle/debian/control
@@ -1,24 +1,27 @@
Source: haskell-bytestring-handle
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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-hunit-dev (>= 1.2),
+ haskell-devscripts (>= 0.9),
libghc-hunit-dev (<< 1.4),
- libghc-quickcheck2-dev (>= 2.1.2),
+ libghc-hunit-dev (>= 1.2),
libghc-quickcheck2-dev (<< 2.9),
- libghc-test-framework-dev (>= 0.2.0),
+ libghc-quickcheck2-dev (>= 2.1.2),
libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.2.0),
+ libghc-test-framework-dev (>= 0.2.0),
libghc-test-framework-hunit-dev (<< 0.4),
- libghc-test-framework-quickcheck2-dev (>= 0.2.5),
+ libghc-test-framework-hunit-dev (>= 0.2.0),
libghc-test-framework-quickcheck2-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-quickcheck2-dev (>= 0.2.5),
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hub.darcs.net/ganesh/bytestring-handle
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-bytestring-handle
@@ -28,13 +31,18 @@ X-Description: ByteString-backed Handles
Package: libghc-bytestring-handle-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs: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}
.
@@ -42,12 +50,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytestring-handle-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}
.
@@ -56,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytestring-handle-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