[Git][haskell-team/DHG_packages][master] polynomial: enable testsuite
Clint Adams
gitlab at salsa.debian.org
Mon Apr 16 18:03:05 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
97aec27c by Clint Adams at 2018-04-16T13:02:34-04:00
polynomial: enable testsuite
- - - - -
5 changed files:
- p/haskell-polynomial/debian/changelog
- p/haskell-polynomial/debian/control
- + p/haskell-polynomial/debian/patches/newer-hunit
- + p/haskell-polynomial/debian/patches/series
- p/haskell-polynomial/debian/rules
Changes:
=====================================
p/haskell-polynomial/debian/changelog
=====================================
--- a/p/haskell-polynomial/debian/changelog
+++ b/p/haskell-polynomial/debian/changelog
@@ -1,3 +1,9 @@
+haskell-polynomial (0.7.3-2) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 13:02:24 -0400
+
haskell-polynomial (0.7.3-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-polynomial/debian/control
=====================================
--- a/p/haskell-polynomial/debian/control
+++ b/p/haskell-polynomial/debian/control
@@ -16,6 +16,11 @@ Build-Depends:
libghc-vector-space-prof,
libghc-vector-th-unbox-dev (>= 0.2.1),
libghc-vector-th-unbox-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-quickcheck2-dev,
+ libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
+ libghc-test-framework-quickcheck2-dev,
Build-Depends-Indep:
ghc-doc,
libghc-vector-doc,
=====================================
p/haskell-polynomial/debian/patches/newer-hunit
=====================================
--- /dev/null
+++ b/p/haskell-polynomial/debian/patches/newer-hunit
@@ -0,0 +1,11 @@
+--- a/polynomial.cabal
++++ b/polynomial.cabal
+@@ -63,7 +63,7 @@
+ main-is: Tests.hs
+
+ build-depends: base >= 3 && <5,
+- HUnit == 1.2.*,
++ HUnit >= 1.2,
+ polynomial,
+ QuickCheck >= 2,
+ test-framework,
=====================================
p/haskell-polynomial/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-polynomial/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit
=====================================
p/haskell-polynomial/debian/rules
=====================================
--- a/p/haskell-polynomial/debian/rules
+++ b/p/haskell-polynomial/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = polynomial
DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/97aec27c65a9f013331f9f72e036f2e609ea8f74
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/97aec27c65a9f013331f9f72e036f2e609ea8f74
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180416/14c676ee/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list