[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-xss-saniti=7Ae?=: Enable test suite.

Clint Adams clint at debian.org
Thu Mar 1 20:28:44 UTC 2012


Thu Mar  1 20:28:32 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: 51d821269e25d8ca1a74d4dd64c5b7e8

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

Thu Mar  1 20:28:32 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: 51d821269e25d8ca1a74d4dd64c5b7e8
diff -rN -u old-haskell-xss-sanitize//changelog new-haskell-xss-sanitize//changelog
--- old-haskell-xss-sanitize//changelog	2012-03-01 20:28:44.303248563 +0000
+++ new-haskell-xss-sanitize//changelog	2012-03-01 20:28:44.307251898 +0000
@@ -1,3 +1,10 @@
+haskell-xss-sanitize (0.3.1-2) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.3.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Thu, 01 Mar 2012 15:13:38 -0500
+
 haskell-xss-sanitize (0.3.1-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-xss-sanitize//control new-haskell-xss-sanitize//control
--- old-haskell-xss-sanitize//control	2012-03-01 20:28:44.195248984 +0000
+++ new-haskell-xss-sanitize//control	2012-03-01 20:28:44.311250418 +0000
@@ -3,12 +3,11 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
-Build-Depends:
- debhelper (>= 7),
- haskell-devscripts (>= 0.7),
- cdbs,
- ghc,
- ghc-prof
+Build-Depends: debhelper (>= 7)
+  , haskell-devscripts (>= 0.8.10)
+  , cdbs
+  , ghc
+  , ghc-prof
   , libghc-attoparsec-dev (>> 0.10.0.3)
   , libghc-attoparsec-dev (<< 1)
   , libghc-attoparsec-prof
@@ -27,6 +26,8 @@
   , libghc-text-dev (>> 0.11)
   , libghc-text-dev (<< 1)
   , libghc-text-prof
+  , libghc-hspec-dev (>> 0.8)
+  , libghc-hunit-dev (>> 1.2)
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc,
  libghc-tagsoup-doc,
diff -rN -u old-haskell-xss-sanitize//rules new-haskell-xss-sanitize//rules
--- old-haskell-xss-sanitize//rules	2012-03-01 20:28:44.191248091 +0000
+++ new-haskell-xss-sanitize//rules	2012-03-01 20:28:44.315248958 +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