[DHG_packages] 01/01: test-framework-hunit: patch for newer HUnit. closes: #867838
Clint Adams
clint at moszumanska.debian.org
Sun Jul 9 20:35:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 37e83fab23fd4ca26b3836e7ac8f59eba31484fc
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 9 16:35:22 2017 -0400
test-framework-hunit: patch for newer HUnit. closes: #867838
---
p/haskell-test-framework-hunit/debian/changelog | 6 ++++++
p/haskell-test-framework-hunit/debian/control | 4 ++--
.../debian/patches/new-metadata-from-hackage | 11 +++++++++++
p/haskell-test-framework-hunit/debian/patches/series | 1 +
4 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/p/haskell-test-framework-hunit/debian/changelog b/p/haskell-test-framework-hunit/debian/changelog
index 1e63654..f22d522 100644
--- a/p/haskell-test-framework-hunit/debian/changelog
+++ b/p/haskell-test-framework-hunit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-test-framework-hunit (0.3.0.2-4) unstable; urgency=medium
+
+ * Patch for newer HUnit. closes: #867838.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Jul 2017 16:34:41 -0400
+
haskell-test-framework-hunit (0.3.0.2-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-test-framework-hunit/debian/control b/p/haskell-test-framework-hunit/debian/control
index 2e6c677..ed97f53 100644
--- a/p/haskell-test-framework-hunit/debian/control
+++ b/p/haskell-test-framework-hunit/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc (>= 8),
ghc-prof,
libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (<< 1.7),
libghc-hunit-prof,
libghc-extensible-exceptions-dev (>= 0.1.1),
libghc-extensible-exceptions-dev (<< 0.2.0),
@@ -20,7 +20,7 @@ Build-Depends-Indep: ghc-doc,
libghc-hunit-doc,
libghc-extensible-exceptions-doc,
libghc-test-framework-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: https://batterseapower.github.io/test-framework/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-test-framework-hunit/debian/patches/new-metadata-from-hackage b/p/haskell-test-framework-hunit/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..6c68823
--- /dev/null
+++ b/p/haskell-test-framework-hunit/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,11 @@
+--- a/test-framework-hunit.cabal
++++ b/test-framework-hunit.cabal
+@@ -24,7 +24,7 @@
+ Library
+ Exposed-Modules: Test.Framework.Providers.HUnit
+
+- Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.4, extensible-exceptions >= 0.1.1 && < 0.2.0
++ Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.7, extensible-exceptions >= 0.1.1 && < 0.2.0
+ if flag(base3)
+ Build-Depends: base >= 3 && < 4
+ else
diff --git a/p/haskell-test-framework-hunit/debian/patches/series b/p/haskell-test-framework-hunit/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-test-framework-hunit/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage
--
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