summaryrefslogtreecommitdiff
path: root/p/haskell-css-text
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-03-02 00:21:54 +0400
committerClint Adams <clint@debian.org>2012-03-02 00:21:54 +0400
commit30457a1405bf20837cd17e57c40fe669e72dfdab (patch)
tree56029587296570b1b3ffd92c5d03a621acab8994 /p/haskell-css-text
parent45e4d4c36663dec6fc9f9091efb504a1beceb4a6 (diff)
downloadDHG_packages-30457a1405bf20837cd17e57c40fe669e72dfdab.tar.gz
haskell-css-text: Enable test suite.
Diffstat (limited to 'p/haskell-css-text')
-rw-r--r--p/haskell-css-text/debian/changelog7
-rw-r--r--p/haskell-css-text/debian/control7
-rwxr-xr-xp/haskell-css-text/debian/rules2
3 files changed, 14 insertions, 2 deletions
diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog
index 3cf1e8e2d..b6d6c9bf9 100644
--- a/p/haskell-css-text/debian/changelog
+++ b/p/haskell-css-text/debian/changelog
@@ -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@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 --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control
index f9e0b7920..292fdcedb 100644
--- a/p/haskell-css-text/debian/control
+++ b/p/haskell-css-text/debian/control
@@ -5,17 +5,20 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@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 --git a/p/haskell-css-text/debian/rules b/p/haskell-css-text/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-css-text/debian/rules
+++ b/p/haskell-css-text/debian/rules
@@ -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