[Git][haskell-team/DHG_packages][master] cgi: enable testsuite
Clint Adams
gitlab at salsa.debian.org
Mon Apr 16 16:25:01 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1a1db7ef by Clint Adams at 2018-04-16T11:24:23-04:00
cgi: enable testsuite
- - - - -
5 changed files:
- p/haskell-cgi/debian/changelog
- p/haskell-cgi/debian/control
- p/haskell-cgi/debian/patches/newer-time → p/haskell-cgi/debian/patches/newer-deps
- p/haskell-cgi/debian/patches/series
- p/haskell-cgi/debian/rules
Changes:
=====================================
p/haskell-cgi/debian/changelog
=====================================
--- a/p/haskell-cgi/debian/changelog
+++ b/p/haskell-cgi/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cgi (3001.3.0.2-3) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 11:13:12 -0400
+
haskell-cgi (3001.3.0.2-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-cgi/debian/control
=====================================
--- a/p/haskell-cgi/debian/control
+++ b/p/haskell-cgi/debian/control
@@ -28,6 +28,10 @@ Build-Depends:
libghc-parsec3-dev (<< 3.2),
libghc-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
+ libghc-quickcheck2-dev (>= 2.8.1),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-doctest-dev (>= 0.8),
+ libghc-doctest-dev (<< 0.14),
Build-Depends-Indep:
ghc-doc,
libghc-exceptions-doc,
=====================================
p/haskell-cgi/debian/patches/newer-time → p/haskell-cgi/debian/patches/newer-deps
=====================================
--- a/p/haskell-cgi/debian/patches/newer-time
+++ b/p/haskell-cgi/debian/patches/newer-deps
@@ -9,3 +9,14 @@
containers < 0.6,
multipart >= 0.1.2 && < 0.2
If flag(network-uri)
+@@ -72,8 +72,8 @@
+ ghc-options: -Wall
+ build-depends:
+ base
+- , doctest >= 0.8 && < 0.12
+- , QuickCheck >= 2.8.1 && < 2.10
++ , doctest >= 0.8 && < 0.14
++ , QuickCheck >= 2.8.1 && < 2.12
+
+ --Executable: printinput
+ --Main-Is: printinput.hs
=====================================
p/haskell-cgi/debian/patches/series
=====================================
--- a/p/haskell-cgi/debian/patches/series
+++ b/p/haskell-cgi/debian/patches/series
@@ -1 +1 @@
-newer-time
+newer-deps
=====================================
p/haskell-cgi/debian/rules
=====================================
--- a/p/haskell-cgi/debian/rules
+++ b/p/haskell-cgi/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/1a1db7efc5f3068291fc8f970659712c9245aca7
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1a1db7efc5f3068291fc8f970659712c9245aca7
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/b295100f/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list