diff options
| author | Clint Adams <clint@debian.org> | 2014-07-24 04:31:27 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2014-07-24 04:31:27 +0400 |
| commit | e01c44a74041e600bf2d5057bab16ebcb4d9b4ac (patch) | |
| tree | 27113ce7b49dbda55488054c7264031108687146 /p/haskell-bloomfilter | |
| parent | 97746e6598e13d44d8c7518c2d1a59aa6afbeea5 (diff) | |
| download | DHG_packages-e01c44a74041e600bf2d5057bab16ebcb4d9b4ac.tar.gz | |
haskell-bloomfilter: New upstream version 2.0.0.0.
Diffstat (limited to 'p/haskell-bloomfilter')
| -rw-r--r-- | p/haskell-bloomfilter/debian/changelog | 9 | ||||
| -rw-r--r-- | p/haskell-bloomfilter/debian/control | 6 | ||||
| -rwxr-xr-x | p/haskell-bloomfilter/debian/rules | 2 |
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 |
