[Pkg-haskell-commits] darcs: haskell-terminal-progress-bar: Enable tests

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


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

    M ./changelog +1
    M ./control +4
    M ./rules +2

Sat Jun 15 10:11:28 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Enable tests 
diff -rN -u old-haskell-terminal-progress-bar/changelog new-haskell-terminal-progress-bar/changelog
--- old-haskell-terminal-progress-bar/changelog	2013-06-15 10:42:57.395148856 +0000
+++ new-haskell-terminal-progress-bar/changelog	2013-06-15 10:42:57.415040335 +0000
@@ -1,6 +1,7 @@
 haskell-terminal-progress-bar (0.0.1.3-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Enable tests 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Jun 2013 12:10:11 +0200
 
diff -rN -u old-haskell-terminal-progress-bar/control new-haskell-terminal-progress-bar/control
--- old-haskell-terminal-progress-bar/control	2013-06-15 10:42:57.395148856 +0000
+++ new-haskell-terminal-progress-bar/control	2013-06-15 10:42:57.403310332 +0000
@@ -11,6 +11,10 @@
   , libghc-base-unicode-symbols-dev (>= 0.2.2.3)
   , libghc-base-unicode-symbols-dev (<< 0.3)
   , libghc-base-unicode-symbols-prof
+  , libghc-test-framework-dev (>= 0.3.3)
+  , libghc-test-framework-dev (<< 0.9)
+  , libghc-test-framework-hunit-dev (>= 0.2.6)
+  , libghc-test-framework-hunit-dev (<< 0.4)
 Build-Depends-Indep: ghc-doc
   , libghc-base-unicode-symbols-doc
 Standards-Version: 3.9.4
diff -rN -u old-haskell-terminal-progress-bar/rules new-haskell-terminal-progress-bar/rules
--- old-haskell-terminal-progress-bar/rules	2013-06-15 10:42:57.395148856 +0000
+++ new-haskell-terminal-progress-bar/rules	2013-06-15 10:42:57.407038227 +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