[DHG_packages] 01/01: terminal-progress-bar: patch to build with newer HUnit
Clint Adams
clint at moszumanska.debian.org
Tue Jan 12 17:02:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit ab5b1c340927c54ac9b94d8409c5c08e53b89860
Author: Clint Adams <clint at debian.org>
Date: Tue Jan 12 12:01:23 2016 -0500
terminal-progress-bar: patch to build with newer HUnit
---
p/haskell-terminal-progress-bar/debian/changelog | 6 ++++++
p/haskell-terminal-progress-bar/debian/control | 2 +-
p/haskell-terminal-progress-bar/debian/patches/newer-hunit | 11 +++++++++++
p/haskell-terminal-progress-bar/debian/patches/series | 1 +
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/p/haskell-terminal-progress-bar/debian/changelog b/p/haskell-terminal-progress-bar/debian/changelog
index 6a7461e..389d50f 100644
--- a/p/haskell-terminal-progress-bar/debian/changelog
+++ b/p/haskell-terminal-progress-bar/debian/changelog
@@ -1,3 +1,9 @@
+haskell-terminal-progress-bar (0.0.1.4-6) unstable; urgency=medium
+
+ * Patch to build with newer HUnit.
+
+ -- Clint Adams <clint at debian.org> Tue, 12 Jan 2016 11:58:36 -0500
+
haskell-terminal-progress-bar (0.0.1.4-5) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-terminal-progress-bar/debian/control b/p/haskell-terminal-progress-bar/debian/control
index 221ed5b..96ed7c5 100644
--- a/p/haskell-terminal-progress-bar/debian/control
+++ b/p/haskell-terminal-progress-bar/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
libghc-stm-chans-dev (<< 4.0),
libghc-stm-chans-prof,
libghc-hunit-dev (>= 1.2.4.2),
- libghc-hunit-dev (<< 1.3),
+ libghc-hunit-dev (<< 1.4),
libghc-test-framework-dev (>= 0.3.3),
libghc-test-framework-dev (<< 0.9),
libghc-test-framework-hunit-dev (>= 0.2.6),
diff --git a/p/haskell-terminal-progress-bar/debian/patches/newer-hunit b/p/haskell-terminal-progress-bar/debian/patches/newer-hunit
new file mode 100644
index 0000000..557bd14
--- /dev/null
+++ b/p/haskell-terminal-progress-bar/debian/patches/newer-hunit
@@ -0,0 +1,11 @@
+--- a/terminal-progress-bar.cabal
++++ b/terminal-progress-bar.cabal
+@@ -55,7 +55,7 @@
+ ghc-options: -Wall
+ build-depends: base >= 3.0.3.1 && < 5.0
+ , base-unicode-symbols >= 0.2.2.3 && < 0.3
+- , HUnit >= 1.2.4.2 && < 1.3
++ , HUnit >= 1.2.4.2 && < 1.4
+ , terminal-progress-bar
+ , test-framework >= 0.3.3 && < 0.9
+ , test-framework-hunit >= 0.2.6 && < 0.4
diff --git a/p/haskell-terminal-progress-bar/debian/patches/series b/p/haskell-terminal-progress-bar/debian/patches/series
new file mode 100644
index 0000000..41b2cc7
--- /dev/null
+++ b/p/haskell-terminal-progress-bar/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit
--
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