[DHG_packages] 01/01: uuid: enable testsuite, patch for newer tasty/HUnit
Clint Adams
clint at moszumanska.debian.org
Wed Jan 13 19:21:51 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 a67c713e9cb5b7902ad5481ae01fe39db981c9fa
Author: Clint Adams <clint at debian.org>
Date: Wed Jan 13 14:21:22 2016 -0500
uuid: enable testsuite, patch for newer tasty/HUnit
---
p/haskell-uuid/debian/changelog | 6 ++++++
p/haskell-uuid/debian/control | 10 ++++++++++
p/haskell-uuid/debian/patches/newer-hunit-and-tasty | 15 +++++++++++++++
p/haskell-uuid/debian/patches/series | 1 +
4 files changed, 32 insertions(+)
diff --git a/p/haskell-uuid/debian/changelog b/p/haskell-uuid/debian/changelog
index 158b24e..70b2987 100644
--- a/p/haskell-uuid/debian/changelog
+++ b/p/haskell-uuid/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid (1.3.11-4) unstable; urgency=medium
+
+ * Enable testsuite, patch for newer tasty/HUnit.
+
+ -- Clint Adams <clint at debian.org> Wed, 13 Jan 2016 14:16:50 -0500
+
haskell-uuid (1.3.11-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-uuid/debian/control b/p/haskell-uuid/debian/control
index 1e2a81d..223d405 100644
--- a/p/haskell-uuid/debian/control
+++ b/p/haskell-uuid/debian/control
@@ -23,6 +23,16 @@ Build-Depends: debhelper (>= 9),
libghc-uuid-types-dev (>= 1.0.2),
libghc-uuid-types-dev (<< 2),
libghc-uuid-types-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.4),
+ libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-dev (<< 0.12),
+ libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-tasty-quickcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
libghc-cryptohash-doc,
libghc-network-info-doc,
diff --git a/p/haskell-uuid/debian/patches/newer-hunit-and-tasty b/p/haskell-uuid/debian/patches/newer-hunit-and-tasty
new file mode 100644
index 0000000..8b2bf74
--- /dev/null
+++ b/p/haskell-uuid/debian/patches/newer-hunit-and-tasty
@@ -0,0 +1,15 @@
+--- a/uuid.cabal
++++ b/uuid.cabal
+@@ -64,10 +64,10 @@
+ Build-Depends: base >= 3 && < 5,
+ uuid,
+ bytestring >= 0.9 && < 0.11,
+- HUnit >=1.2 && < 1.3,
++ HUnit >=1.2 && < 1.4,
+ QuickCheck >=2.4 && < 2.9,
+ random >= 1.0.1 && < 1.2,
+- tasty == 0.10.*,
++ tasty >= 0.10 && < 0.12,
+ tasty-hunit == 0.9.*,
+ tasty-quickcheck == 0.8.*
+
diff --git a/p/haskell-uuid/debian/patches/series b/p/haskell-uuid/debian/patches/series
new file mode 100644
index 0000000..f61c6ce
--- /dev/null
+++ b/p/haskell-uuid/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit-and-tasty
--
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