summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-bloomfilter/debian/changelog9
-rw-r--r--p/haskell-bloomfilter/debian/control6
-rwxr-xr-xp/haskell-bloomfilter/debian/rules2
3 files changed, 14 insertions, 3 deletions
diff --git a/p/haskell-bloomfilter/debian/changelog b/p/haskell-bloomfilter/debian/changelog
index 7027ce798..d97eff0d4 100644
--- a/p/haskell-bloomfilter/debian/changelog
+++ b/p/haskell-bloomfilter/debian/changelog
@@ -1,8 +1,13 @@
-haskell-bloomfilter (1.2.6.10-3) UNRELEASED; urgency=low
+haskell-bloomfilter (2.0.0.0-1) unstable; urgency=medium
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:41 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint@debian.org> Wed, 23 Jul 2014 20:22:31 -0400
haskell-bloomfilter (1.2.6.10-2) unstable; urgency=low
diff --git a/p/haskell-bloomfilter/debian/control b/p/haskell-bloomfilter/debian/control
index 2347785bc..b3acf3c5f 100644
--- a/p/haskell-bloomfilter/debian/control
+++ b/p/haskell-bloomfilter/debian/control
@@ -8,8 +8,12 @@ Build-Depends: debhelper (>= 9)
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
+ , libghc-quickcheck2-dev (>= 2.5)
+ , libghc-random-dev
+ , libghc-test-framework-dev
+ , libghc-test-framework-quickcheck2-dev
Build-Depends-Indep: ghc-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/bloomfilter
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bloomfilter
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bloomfilter
diff --git a/p/haskell-bloomfilter/debian/rules b/p/haskell-bloomfilter/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-bloomfilter/debian/rules
+++ b/p/haskell-bloomfilter/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