[DHG_packages] 02/05: smtLib: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:18:17 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 cb855c6aba3a605589d0e5490863497e2f2690a1
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:13:35 2016 -0400
smtLib: build with ghc 8 in experimental
---
p/haskell-smtlib/debian/changelog | 7 ++++---
p/haskell-smtlib/debian/control | 43 ++++++++++++++++++---------------------
2 files changed, 24 insertions(+), 26 deletions(-)
diff --git a/p/haskell-smtlib/debian/changelog b/p/haskell-smtlib/debian/changelog
index acb0fd4..8ac9eed 100644
--- a/p/haskell-smtlib/debian/changelog
+++ b/p/haskell-smtlib/debian/changelog
@@ -1,8 +1,9 @@
-haskell-smtlib (1.0.8-2) UNRELEASED; urgency=medium
+haskell-smtlib (1.0.8-2) experimental; urgency=medium
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:13:02 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:13:14 -0400
haskell-smtlib (1.0.8-1) unstable; urgency=medium
diff --git a/p/haskell-smtlib/debian/control b/p/haskell-smtlib/debian/control
index 67985de..0a9185e 100644
--- a/p/haskell-smtlib/debian/control
+++ b/p/haskell-smtlib/debian/control
@@ -3,26 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Kristoffer H Rose <krisrose 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-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-smtlib
X-Description: A library for working with the SMTLIB format.
Package: libghc-smtlib-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -30,12 +29,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-smtlib-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -44,11 +42,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-smtlib-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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