[Git][haskell-team/DHG_packages][master] edit-distance: enable testsuite
Clint Adams
gitlab at salsa.debian.org
Mon Apr 16 17:09:55 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
fa539353 by Clint Adams at 2018-04-16T12:09:32-04:00
edit-distance: enable testsuite
- - - - -
5 changed files:
- p/haskell-edit-distance/debian/changelog
- p/haskell-edit-distance/debian/control
- + p/haskell-edit-distance/debian/patches/newer-deps
- + p/haskell-edit-distance/debian/patches/series
- p/haskell-edit-distance/debian/rules
Changes:
=====================================
p/haskell-edit-distance/debian/changelog
=====================================
--- a/p/haskell-edit-distance/debian/changelog
+++ b/p/haskell-edit-distance/debian/changelog
@@ -1,3 +1,9 @@
+haskell-edit-distance (0.2.2.1-7) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 12:09:08 -0400
+
haskell-edit-distance (0.2.2.1-6) unstable; urgency=medium
[ Joachim Breitner ]
=====================================
p/haskell-edit-distance/debian/control
=====================================
--- a/p/haskell-edit-distance/debian/control
+++ b/p/haskell-edit-distance/debian/control
@@ -11,6 +11,10 @@ Build-Depends:
haskell-devscripts (>= 0.13),
libghc-random-dev (>= 1.0),
libghc-random-prof,
+ libghc-test-framework-dev (>= 0.1.1),
+ libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-test-framework-quickcheck2-dev,
Build-Depends-Indep: ghc-doc, libghc-random-doc
Standards-Version: 4.1.4
Homepage: http://github.com/phadej/edit-distance
=====================================
p/haskell-edit-distance/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-edit-distance/debian/patches/newer-deps
@@ -0,0 +1,11 @@
+--- a/edit-distance.cabal
++++ b/edit-distance.cabal
+@@ -33,7 +33,7 @@
+ type: exitcode-stdio-1.0
+ ghc-options: -O2 -Wall
+ build-depends: base >= 4.5 && < 5, array >= 0.1, random >= 1.0, containers >= 0.1.0.1,
+- test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.9, test-framework-quickcheck2
++ test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.12, test-framework-quickcheck2
+
+ benchmark edit-distance-benchmark
+ default-language: Haskell98
=====================================
p/haskell-edit-distance/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-edit-distance/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-edit-distance/debian/rules
=====================================
--- a/p/haskell-edit-distance/debian/rules
+++ b/p/haskell-edit-distance/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
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fa53935389ef24662214582dc065ca95eec75b30
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fa53935389ef24662214582dc065ca95eec75b30
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/36fd5fb5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list