[DHG_packages] 07/08: shelltestrunner: relax dependency on hunit
Dmitry Bogatov
kaction-guest at moszumanska.debian.org
Sat Jan 9 22:25:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
kaction-guest pushed a commit to branch master
in repository DHG_packages.
commit 89a091880c705d0f29f889aa54eab19bbcf7251f
Author: Dmitry Bogatov <KAction at gnu.org>
Date: Sun Jan 10 00:41:26 2016 +0300
shelltestrunner: relax dependency on hunit
---
p/shelltestrunner/debian/changelog | 6 ++++++
p/shelltestrunner/debian/patches/relax-hunit-dependency.patch | 11 +++++++++++
p/shelltestrunner/debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/p/shelltestrunner/debian/changelog b/p/shelltestrunner/debian/changelog
index ffb4d47..46f9cf1 100644
--- a/p/shelltestrunner/debian/changelog
+++ b/p/shelltestrunner/debian/changelog
@@ -1,3 +1,9 @@
+shelltestrunner (1.3.5-6) UNRELEASED; urgency=medium
+
+ * Relax dependency on hunit
+
+ -- Dmitry Bogatov <KAction at gnu.org> Sun, 10 Jan 2016 00:40:41 +0300
+
shelltestrunner (1.3.5-5) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch b/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch
new file mode 100644
index 0000000..396d108
--- /dev/null
+++ b/p/shelltestrunner/debian/patches/relax-hunit-dependency.patch
@@ -0,0 +1,11 @@
+--- a/shelltestrunner.cabal
++++ b/shelltestrunner.cabal
+@@ -32,7 +32,7 @@ executable shelltest
+ base >= 4 && < 5,
+ Diff >= 0.2.0 && < 0.4,
+ filemanip >= 0.3 && < 0.4,
+- HUnit < 1.3,
++ HUnit < 1.4,
+ cmdargs >= 0.7 && < 0.11,
+ directory >= 1.0,
+ filepath >= 1.0,
diff --git a/p/shelltestrunner/debian/patches/series b/p/shelltestrunner/debian/patches/series
new file mode 100644
index 0000000..375d393
--- /dev/null
+++ b/p/shelltestrunner/debian/patches/series
@@ -0,0 +1 @@
+relax-hunit-dependency.patch
--
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