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

Clint Adams clint at debian.org
Thu Mar 1 20:22:05 UTC 2012


Thu Mar  1 20:21:54 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: b9b77136c734b2761b4c3f6a43177e70

    M ./changelog +7
    M ./control -2 +5
    M ./rules +2

Thu Mar  1 20:21:54 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: b9b77136c734b2761b4c3f6a43177e70
diff -rN -u old-haskell-css-text//changelog new-haskell-css-text//changelog
--- old-haskell-css-text//changelog	2012-03-01 20:22:04.926247995 +0000
+++ new-haskell-css-text//changelog	2012-03-01 20:22:04.930249023 +0000
@@ -1,3 +1,10 @@
+haskell-css-text (0.1.1-3) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.3.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Thu, 01 Mar 2012 15:16:42 -0500
+
 haskell-css-text (0.1.1-2) unstable; urgency=low
 
   * Fix missing build dependency on libghc-attoparsec-doc.
diff -rN -u old-haskell-css-text//control new-haskell-css-text//control
--- old-haskell-css-text//control	2012-03-01 20:22:04.926247995 +0000
+++ new-haskell-css-text//control	2012-03-01 20:22:04.930249023 +0000
@@ -5,17 +5,20 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 7)
   , cdbs
-  , haskell-devscripts (>= 0.8)
+  , haskell-devscripts (>= 0.8.10)
   , ghc
   , ghc-prof
   , libghc-attoparsec-dev (>= 0.10)
   , libghc-attoparsec-prof
   , libghc-text-dev (>= 0.11)
   , libghc-text-prof
+  , libghc-hunit-dev (>> 1.2)
+  , libghc-hspec-dev (>> 0.6.1)
+  , libghc-quickcheck2-dev
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc
   , libghc-text-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/css-text
 Vcs-Git: git://git.debian.org/collab-maint/haskell-css-text.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-css-text.git;a=summary
diff -rN -u old-haskell-css-text//rules new-haskell-css-text//rules
--- old-haskell-css-text//rules	2012-03-01 20:22:04.882249573 +0000
+++ new-haskell-css-text//rules	2012-03-01 20:22:04.934249218 +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