[DHG_packages] 01/05: polynomial: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:27:06 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 fc569d1ab34f60dd24e53fca213691c6a0fcd406
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:23:31 2016 -0400
polynomial: build with ghc 8 in experimental
---
p/haskell-polynomial/debian/changelog | 6 ++++
p/haskell-polynomial/debian/control | 55 +++++++++++++++++++++++------------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/p/haskell-polynomial/debian/changelog b/p/haskell-polynomial/debian/changelog
index 64a1816..48ab486 100644
--- a/p/haskell-polynomial/debian/changelog
+++ b/p/haskell-polynomial/debian/changelog
@@ -1,3 +1,9 @@
+haskell-polynomial (0.7.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:23:29 -0400
+
haskell-polynomial (0.7.2-1) unstable; urgency=medium
* Initial release (Closes: #837739).
diff --git a/p/haskell-polynomial/debian/control b/p/haskell-polynomial/debian/control
index 6658ac4..88de062 100644
--- a/p/haskell-polynomial/debian/control
+++ b/p/haskell-polynomial/debian/control
@@ -1,20 +1,23 @@
Source: haskell-polynomial
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 (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-vector-dev,
libghc-vector-prof,
libghc-vector-space-dev,
libghc-vector-space-prof,
libghc-vector-th-unbox-dev (>= 0.2.1),
libghc-vector-th-unbox-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-vector-doc,
libghc-vector-space-doc,
libghc-vector-th-unbox-doc,
@@ -29,13 +32,18 @@ X-Description: haskell types and functions for working with polynomials
Package: libghc-polynomial-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}
.
@@ -43,12 +51,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-polynomial-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}
.
@@ -57,11 +70,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-polynomial-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