[DHG_packages] 02/02: vector: re-enable testsuite
Clint Adams
clint at moszumanska.debian.org
Thu Jul 28 17:03:53 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 3a3b0eb0160a738e63fb1c4d8bb1e5dbe9915f0d
Author: Clint Adams <clint at debian.org>
Date: Thu Jul 28 12:34:25 2016 -0400
vector: re-enable testsuite
---
p/haskell-vector/debian/changelog | 6 ++++--
p/haskell-vector/debian/control | 5 +++++
p/haskell-vector/debian/patches/newer-quickcheck | 11 +++++++++++
p/haskell-vector/debian/patches/series | 1 +
p/haskell-vector/debian/rules | 2 ++
5 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 3463166..a1fa563 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,12 +1,14 @@
-haskell-vector (0.11.0.0-2) UNRELEASED; urgency=medium
+haskell-vector (0.11.0.0-2) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
[ Clint Adams ]
* Patch for newer base/ghc-prim.
+ * Re-enable testsuite.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:26 +0300
+ -- Clint Adams <clint at debian.org> Thu, 28 Jul 2016 13:01:59 -0400
haskell-vector (0.11.0.0-1) unstable; urgency=medium
diff --git a/p/haskell-vector/debian/control b/p/haskell-vector/debian/control
index 941b9cb..1b73cf6 100644
--- a/p/haskell-vector/debian/control
+++ b/p/haskell-vector/debian/control
@@ -11,6 +11,11 @@ Build-Depends: debhelper (>= 9),
libghc-primitive-dev (>= 0.5.0.1),
libghc-primitive-dev (<< 0.7),
libghc-primitive-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (<< 2.10),
+ libghc-random-dev,
+ libghc-test-framework-dev,
+ libghc-test-framework-quickcheck2-dev,
Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
Standards-Version: 3.9.8
diff --git a/p/haskell-vector/debian/patches/newer-quickcheck b/p/haskell-vector/debian/patches/newer-quickcheck
new file mode 100644
index 0000000..3056b9f
--- /dev/null
+++ b/p/haskell-vector/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/vector.cabal
++++ b/vector.cabal
+@@ -166,7 +166,7 @@
+ hs-source-dirs: tests
+ Build-Depends: base >= 4 && < 5, template-haskell, vector,
+ random,
+- QuickCheck >= 2.7 && < 2.8 , test-framework, test-framework-quickcheck2,
++ QuickCheck >= 2.7 && < 2.10 , test-framework, test-framework-quickcheck2,
+ transformers >= 0.2.0.0
+
+ default-extensions: CPP,
diff --git a/p/haskell-vector/debian/patches/series b/p/haskell-vector/debian/patches/series
index 9a8b984..f7a66bf 100644
--- a/p/haskell-vector/debian/patches/series
+++ b/p/haskell-vector/debian/patches/series
@@ -1,2 +1,3 @@
no_ann_without_ghci
newer-base-and-ghc-prim
+newer-quickcheck
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 683e77b..01f1aaf 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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