[Pkg-haskell-commits] darcs: haskell-hashable: Enable testsuite
Joachim Breitner
mail at joachim-breitner.de
Wed Oct 17 15:43:50 UTC 2012
Wed Oct 17 15:00:38 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Enable testsuite
Ignore-this: 2f31f557ff07ddb23f56c61ff72908e6
M ./changelog +1
M ./control +6
M ./rules +2
Wed Oct 17 15:00:38 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Enable testsuite
Ignore-this: 2f31f557ff07ddb23f56c61ff72908e6
diff -rN -u old-haskell-hashable//changelog new-haskell-hashable//changelog
--- old-haskell-hashable//changelog 2012-10-17 15:43:50.231750417 +0000
+++ new-haskell-hashable//changelog 2012-10-17 15:43:50.239721075 +0000
@@ -4,6 +4,7 @@
against experimental
* Bump standards version, no change
* New upstream release
+ * Enable testsuite
-- Joachim Breitner <nomeata at debian.org> Wed, 17 Oct 2012 16:58:10 +0200
diff -rN -u old-haskell-hashable//control new-haskell-hashable//control
--- old-haskell-hashable//control 2012-10-17 15:43:50.231750417 +0000
+++ new-haskell-hashable//control 2012-10-17 15:43:50.235751272 +0000
@@ -11,6 +11,12 @@
, libghc-text-dev (>> 0.11.0.5)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
+ , libghc-test-framework-dev (>= 0.3.3)
+ , libghc-test-framework-quickcheck2-dev (>= 0.2.9)
+ , libghc-quickcheck2-dev (>= 2.4.0.1)
+ , libghc-random-dev (>= 1.0)
+ , libghc-random-dev (<< 1.1)
+ , libghc-text-dev (>= 0.11.0.5)
Build-Depends-Indep: ghc-doc
, libghc-text-doc
Standards-Version: 3.9.4
diff -rN -u old-haskell-hashable//rules new-haskell-hashable//rules
--- old-haskell-hashable//rules 2012-10-17 15:43:50.231750417 +0000
+++ new-haskell-hashable//rules 2012-10-17 15:43:50.235751272 +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