summaryrefslogtreecommitdiff
path: root/p/shellcheck
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-10-21 00:06:39 +0400
committerHelmut Grohne <helmut@subdivi.de>2014-10-21 00:06:39 +0400
commit4703e8b61d1cb3eddbb1431dc53c977abf28180d (patch)
treedd822d66a187609e1362cd1f66da97888c07e0fb /p/shellcheck
parent863d0170d174c440da92e61dca2ca15a6065a9ce (diff)
downloadDHG_packages-4703e8b61d1cb3eddbb1431dc53c977abf28180d.tar.gz
shellcheck: enable quickcheck test suite
Diffstat (limited to 'p/shellcheck')
-rw-r--r--p/shellcheck/debian/changelog1
-rw-r--r--p/shellcheck/debian/control1
-rwxr-xr-xp/shellcheck/debian/rules4
3 files changed, 5 insertions, 1 deletions
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 1a91511f5..5cb563ef4 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -7,6 +7,7 @@ shellcheck (0.3.4-1) UNRELEASED; urgency=medium
* Declare compliance with policy 3.9.6.
* New upstream release.
+ Recognizes xargs --null. (Closes: #753702)
+ * Enable QuickCheck2 based test suite.
-- Helmut Grohne <helmut@subdivi.de> Sun, 06 Jul 2014 22:41:38 +0200
diff --git a/p/shellcheck/debian/control b/p/shellcheck/debian/control
index cb932a6b6..3355173c9 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9)
, 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 --git a/p/shellcheck/debian/rules b/p/shellcheck/debian/rules
index d730346e0..a9f8cff7d 100755
--- a/p/shellcheck/debian/rules
+++ b/p/shellcheck/debian/rules
@@ -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