[Pkg-haskell-commits] darcs: haskell-hjsmin: Enable test suite.
Colin Watson
cjwatson at debian.org
Mon May 27 23:10:51 UTC 2013
Mon May 27 23:10:27 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable test suite.
Ignore-this: c2e3a09faf4874944771f1ce09097baf
M ./changelog +1
M ./control -1 +6
M ./rules +2
Mon May 27 23:10:27 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable test suite.
Ignore-this: c2e3a09faf4874944771f1ce09097baf
diff -rN -u old-haskell-hjsmin//changelog new-haskell-hjsmin//changelog
--- old-haskell-hjsmin//changelog 2013-05-27 23:10:50.907291444 +0000
+++ new-haskell-hjsmin//changelog 2013-05-27 23:10:50.907291444 +0000
@@ -1,6 +1,7 @@
haskell-hjsmin (0.1.4.1-1) UNRELEASED; urgency=low
* New upstream version.
+ * Enable test suite.
-- Colin Watson <cjwatson at debian.org> Tue, 28 May 2013 00:01:38 +0100
diff -rN -u old-haskell-hjsmin//control new-haskell-hjsmin//control
--- old-haskell-hjsmin//control 2013-05-27 23:10:50.887109318 +0000
+++ new-haskell-hjsmin//control 2013-05-27 23:10:50.911252034 +0000
@@ -11,12 +11,17 @@
, 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 -rN -u old-haskell-hjsmin//rules new-haskell-hjsmin//rules
--- old-haskell-hjsmin//rules 2013-05-27 23:10:50.887109318 +0000
+++ new-haskell-hjsmin//rules 2013-05-27 23:10:50.911252034 +0000
@@ -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
More information about the Pkg-haskell-commits
mailing list