[DHG_packages] 01/01: shelltestrunner: patch for newer HUnit
Clint Adams
clint at moszumanska.debian.org
Sun Jul 16 23:14:10 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 bae5c5817c261311e007eba134a6e7674b04dfc7
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 16 19:13:31 2017 -0400
shelltestrunner: patch for newer HUnit
---
p/shelltestrunner/debian/changelog | 6 ++++++
p/shelltestrunner/debian/control | 3 ++-
p/shelltestrunner/debian/patches/newer-process | 2 +-
p/shelltestrunner/debian/patches/relax-hunit-dependency.patch | 4 ++--
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/p/shelltestrunner/debian/changelog b/p/shelltestrunner/debian/changelog
index f96fd6c..9070286 100644
--- a/p/shelltestrunner/debian/changelog
+++ b/p/shelltestrunner/debian/changelog
@@ -1,3 +1,9 @@
+shelltestrunner (1.3.5-10) unstable; urgency=medium
+
+ * Patch for newer HUnit. closes: #868593.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Jul 2017 19:06:36 -0400
+
shelltestrunner (1.3.5-9) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/shelltestrunner/debian/control b/p/shelltestrunner/debian/control
index 5c980b0..9cbeeaa 100644
--- a/p/shelltestrunner/debian/control
+++ b/p/shelltestrunner/debian/control
@@ -24,7 +24,8 @@ Build-Depends: debhelper (>= 9),
libghc-test-framework-hunit-dev (<< 0.4),
libghc-parsec3-dev (<< 3.2),
libghc-pretty-show-dev (>= 1.6.5),
-Standards-Version: 3.9.8
+ libghc-hunit-dev (<< 1.6),
+Standards-Version: 4.0.0
Homepage: http://hackage.haskell.org/package/shelltestrunner
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/shelltestrunner
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/shelltestrunner/debian/patches/newer-process b/p/shelltestrunner/debian/patches/newer-process
index 21b6fae..bc2dc5a 100644
--- a/p/shelltestrunner/debian/patches/newer-process
+++ b/p/shelltestrunner/debian/patches/newer-process
@@ -1,6 +1,6 @@
--- a/shelltestrunner.cabal
+++ b/shelltestrunner.cabal
-@@ -38,7 +38,7 @@ executable shelltest
+@@ -38,7 +38,7 @@
filepath >= 1.0,
parsec < 3.2,
pretty-show >= 1.6.5,
diff --git a/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch b/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch
index 396d108..539e866 100644
--- a/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch
+++ b/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch
@@ -1,11 +1,11 @@
--- a/shelltestrunner.cabal
+++ b/shelltestrunner.cabal
-@@ -32,7 +32,7 @@ executable shelltest
+@@ -32,7 +32,7 @@
base >= 4 && < 5,
Diff >= 0.2.0 && < 0.4,
filemanip >= 0.3 && < 0.4,
- HUnit < 1.3,
-+ HUnit < 1.4,
++ HUnit < 1.6,
cmdargs >= 0.7 && < 0.11,
directory >= 1.0,
filepath >= 1.0,
--
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