summaryrefslogtreecommitdiff
path: root/p/haskell-hjsmin
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-28 03:10:27 +0400
committerColin Watson <cjwatson@debian.org>2013-05-28 03:10:27 +0400
commit835c21645abe4f9cf4748722504b9d962b43c507 (patch)
treef431f931de23f7bfe52dfdfbee184d982dfe1e01 /p/haskell-hjsmin
parentf033b9c9505d844ed7877f8b0be5b822627e1014 (diff)
downloadDHG_packages-835c21645abe4f9cf4748722504b9d962b43c507.tar.gz
haskell-hjsmin: Enable test suite.
Diffstat (limited to 'p/haskell-hjsmin')
-rw-r--r--p/haskell-hjsmin/debian/changelog1
-rw-r--r--p/haskell-hjsmin/debian/control7
-rwxr-xr-xp/haskell-hjsmin/debian/rules2
3 files changed, 9 insertions, 1 deletions
diff --git a/p/haskell-hjsmin/debian/changelog b/p/haskell-hjsmin/debian/changelog
index 784f1cd84..168ed7dba 100644
--- a/p/haskell-hjsmin/debian/changelog
+++ b/p/haskell-hjsmin/debian/changelog
@@ -1,6 +1,7 @@
haskell-hjsmin (0.1.4.1-1) UNRELEASED; urgency=low
* New upstream version.
+ * Enable test suite.
-- Colin Watson <cjwatson@debian.org> Tue, 28 May 2013 00:01:38 +0100
diff --git a/p/haskell-hjsmin/debian/control b/p/haskell-hjsmin/debian/control
index 23f065740..f8a2d90c7 100644
--- a/p/haskell-hjsmin/debian/control
+++ b/p/haskell-hjsmin/debian/control
@@ -11,12 +11,17 @@ Build-Depends: debhelper (>= 9)
, libghc-blaze-builder-dev (>> 0.2)
, libghc-blaze-builder-dev (<< 1)
, libghc-blaze-builder-prof
- , libghc-language-javascript-dev (>> 0.5.1)
+ , libghc-language-javascript-dev (>> 0.5.4)
, libghc-language-javascript-dev (<< 0.6)
, libghc-language-javascript-prof
, libghc-text-dev (>> 0.8)
, libghc-text-dev (<< 1)
, libghc-text-prof
+ , libghc-hunit-dev
+ , libghc-quickcheck2-dev (>> 2)
+ , libghc-quickcheck2-dev (<< 3)
+ , libghc-test-framework-dev
+ , libghc-test-framework-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
, libghc-language-javascript-doc
diff --git a/p/haskell-hjsmin/debian/rules b/p/haskell-hjsmin/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-hjsmin/debian/rules
+++ b/p/haskell-hjsmin/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