[Pkg-haskell-commits] darcs: haskell-text-icu: Enable test suite.

Clint Adams clint at debian.org
Sat Dec 14 03:20:40 UTC 2013


Sat Dec 14 03:17:33 UTC 2013  Clint Adams <clint at debian.org>
  * Enable test suite.

    M ./changelog +6
    M ./control +6
    M ./rules +2

Sat Dec 14 03:17:33 UTC 2013  Clint Adams <clint at debian.org>
  * Enable test suite.
diff -rN -u old-haskell-text-icu/changelog new-haskell-text-icu/changelog
--- old-haskell-text-icu/changelog	2013-12-14 03:20:40.833622148 +0000
+++ new-haskell-text-icu/changelog	2013-12-14 03:20:40.833622148 +0000
@@ -1,3 +1,9 @@
+haskell-text-icu (0.6.3.7-2) unstable; urgency=medium
+
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 13 Dec 2013 22:10:28 -0500
+
 haskell-text-icu (0.6.3.7-1) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-text-icu/control new-haskell-text-icu/control
--- old-haskell-text-icu/control	2013-12-14 03:20:40.833622148 +0000
+++ new-haskell-text-icu/control	2013-12-14 03:20:40.837622148 +0000
@@ -11,6 +11,12 @@
   , libghc-text-dev (>> 0.9.1.0)
   , libghc-text-prof
   , libicu-dev
+  , libghc-hunit-dev (>= 1.2)
+  , libghc-quickcheck2-dev (>= 2.4)
+  , libghc-random-dev
+  , libghc-test-framework-dev (>= 0.4)
+  , libghc-test-framework-hunit-dev (>= 0.2)
+  , libghc-test-framework-quickcheck2-dev (>= 0.2)
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
 Standards-Version: 3.9.5
diff -rN -u old-haskell-text-icu/rules new-haskell-text-icu/rules
--- old-haskell-text-icu/rules	2013-12-14 03:20:40.833622148 +0000
+++ new-haskell-text-icu/rules	2013-12-14 03:20:40.837622148 +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