[DHG_packages] 13/29: HUnit: build against ghc8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 03:25:59 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 1c5f8e0489c1719608082ce851f1cf40bd245747
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 9 16:09:34 2016 -0400
HUnit: build against ghc8 in experimental
---
p/haskell-hunit/debian/changelog | 7 +++++++
p/haskell-hunit/debian/control | 23 ++++++++++++-----------
2 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog
index 7e550f1..efbf786 100644
--- a/p/haskell-hunit/debian/changelog
+++ b/p/haskell-hunit/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hunit (1.3.1.2-2) experimental; urgency=medium
+
+ * Factor out package descriptions into X-Description.
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Oct 2016 16:09:12 -0400
+
haskell-hunit (1.3.1.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-hunit/debian/control b/p/haskell-hunit/debian/control
index bcc84bf..602e530 100644
--- a/p/haskell-hunit/debian/control
+++ b/p/haskell-hunit/debian/control
@@ -6,13 +6,16 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/hspec/HUnit#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hunit
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Haskell unit testing framework for GHC
+ HUnit is a unit testing framework for Haskell, inspired by the
+ JUnit tool for Java, see: <http://www.junit.org>.
Package: libghc-hunit-dev
Architecture: any
@@ -22,9 +25,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- HUnit is a unit testing framework for Haskell, inspired by the
- JUnit tool for Java, see: <http://www.junit.org>.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -35,9 +37,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- HUnit is a unit testing framework for Haskell, inspired by the
- JUnit tool for Java, see: <http://www.junit.org>.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -49,8 +50,8 @@ Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- HUnit is a unit testing framework for Haskell, inspired by the
- JUnit tool for Java, see: <http://www.junit.org>.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
+
--
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