[DHG_packages] 02/02: shelltestrunner: patch to build with newer process

Clint Adams clint at moszumanska.debian.org
Wed Oct 19 17:08:46 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 c91beae01b28112a19afa43c65072a6ef57ed981
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 19 13:07:07 2016 -0400

    shelltestrunner: patch to build with newer process
---
 p/shelltestrunner/debian/changelog             |  6 ++++++
 p/shelltestrunner/debian/patches/newer-process | 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 a025ee0..12d346e 100644
--- a/p/shelltestrunner/debian/changelog
+++ b/p/shelltestrunner/debian/changelog
@@ -1,3 +1,9 @@
+shelltestrunner (1.3.5-8) experimental; urgency=medium
+
+  * Patch to build with newer process.
+
+ -- Clint Adams <clint at debian.org>  Wed, 19 Oct 2016 13:06:40 -0400
+
 shelltestrunner (1.3.5-7) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/shelltestrunner/debian/patches/newer-process b/p/shelltestrunner/debian/patches/newer-process
new file mode 100644
index 0000000..21b6fae
--- /dev/null
+++ b/p/shelltestrunner/debian/patches/newer-process
@@ -0,0 +1,11 @@
+--- a/shelltestrunner.cabal
++++ b/shelltestrunner.cabal
+@@ -38,7 +38,7 @@ executable shelltest
+     filepath             >= 1.0,
+     parsec                           < 3.2,
+     pretty-show          >= 1.6.5,
+-    process                          < 1.3,
++    process                          < 1.5,
+     regex-tdfa           >= 1.1   && < 1.3,
+     safe,
+     test-framework       >= 0.3.2 && < 0.9,
diff --git a/p/shelltestrunner/debian/patches/series b/p/shelltestrunner/debian/patches/series
index 375d393..bcd8073 100644
--- a/p/shelltestrunner/debian/patches/series
+++ b/p/shelltestrunner/debian/patches/series
@@ -1 +1,2 @@
 relax-hunit-dependency.patch
+newer-process

-- 
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