[Pkg-haskell-commits] darcs: shellcheck: enable quickcheck test suite
Helmut Grohne
helmut at subdivi.de
Mon Oct 20 20:21:15 UTC 2014
Mon Oct 20 20:06:39 UTC 2014 Helmut Grohne <helmut at subdivi.de>
* enable quickcheck test suite
M ./changelog +1
M ./control +1
M ./rules -1 +3
Mon Oct 20 20:06:39 UTC 2014 Helmut Grohne <helmut at subdivi.de>
* enable quickcheck test suite
diff -rN -u old-shellcheck/changelog new-shellcheck/changelog
--- old-shellcheck/changelog 2014-10-20 20:21:14.938548328 +0000
+++ new-shellcheck/changelog 2014-10-20 20:21:14.942548325 +0000
@@ -7,6 +7,7 @@
* Declare compliance with policy 3.9.6.
* New upstream release.
+ Recognizes xargs --null. (Closes: #753702)
+ * Enable QuickCheck2 based test suite.
-- Helmut Grohne <helmut at subdivi.de> Sun, 06 Jul 2014 22:41:38 +0200
diff -rN -u old-shellcheck/control new-shellcheck/control
--- old-shellcheck/control 2014-10-20 20:21:14.938548328 +0000
+++ new-shellcheck/control 2014-10-20 20:21:14.938548328 +0000
@@ -11,6 +11,7 @@
, libghc-mtl-dev
, libghc-parsec3-dev
, libghc-regex-compat-dev
+ , libghc-quickcheck2-dev (>= 2.2)
Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/ShellCheck
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/shellcheck
diff -rN -u old-shellcheck/rules new-shellcheck/rules
--- old-shellcheck/rules 2014-10-20 20:21:14.938548328 +0000
+++ new-shellcheck/rules 2014-10-20 20:21:14.942548325 +0000
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+common-binary-arch:: check-ghc-stamp
More information about the Pkg-haskell-commits
mailing list