[Pkg-haskell-commits] darcs: haskell-largeword: Enable tests

Joachim Breitner mail at joachim-breitner.de
Sat Jun 15 10:42:40 UTC 2013


Sat Jun 15 10:06:37 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Enable tests

    M ./changelog +1
    M ./control -8 +8
    M ./rules -1 +1

Sat Jun 15 10:06:37 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Enable tests
diff -rN -u old-haskell-largeword/changelog new-haskell-largeword/changelog
--- old-haskell-largeword/changelog	2013-06-15 10:42:40.094110568 +0000
+++ new-haskell-largeword/changelog	2013-06-15 10:42:40.110039412 +0000
@@ -1,6 +1,7 @@
 haskell-largeword (1.0.5-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Enable tests
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Jun 2013 12:04:51 +0200
 
diff -rN -u old-haskell-largeword/control new-haskell-largeword/control
--- old-haskell-largeword/control	2013-06-15 10:42:40.094110568 +0000
+++ new-haskell-largeword/control	2013-06-15 10:42:40.102269844 +0000
@@ -8,14 +8,14 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-#  , libghc-test-framework-dev (>> 0.6)
-#  , libghc-test-framework-dev (<< 0.7)
-#  , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
-#  , libghc-test-framework-quickcheck2-dev (<< 0.3)
-#  , libghc-test-framework-hunit-dev (>> 0.2.6)
-#  , libghc-test-framework-hunit-dev (<< 0.3)
-#  , libghc-quickcheck2-dev (>> 2.4.0.1)
-#  , libghc-hunit-dev (>> 1.2.2.3)
+  , libghc-test-framework-dev (>> 0.3.3)
+  , libghc-test-framework-dev (<< 0.9)
+  , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+  , libghc-test-framework-quickcheck2-dev (<< 0.4)
+  , libghc-test-framework-hunit-dev (>> 0.2.6)
+  , libghc-test-framework-hunit-dev (<< 0.4)
+  , libghc-quickcheck2-dev (>> 2.4.0.1)
+  , libghc-hunit-dev (>> 1.2.2.3)
 Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/largeword
diff -rN -u old-haskell-largeword/rules new-haskell-largeword/rules
--- old-haskell-largeword/rules	2013-06-15 10:42:40.094110568 +0000
+++ new-haskell-largeword/rules	2013-06-15 10:42:40.106048047 +0000
@@ -1,6 +1,6 @@
 #!/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




More information about the Pkg-haskell-commits mailing list