[Pkg-haskell-commits] darcs: haskell-bloomfilter: New upstream version 2.0.0.0.

Clint Adams clint at debian.org
Thu Jul 24 00:31:46 UTC 2014


Thu Jul 24 00:31:27 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 2.0.0.0.

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

Thu Jul 24 00:31:27 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 2.0.0.0.
diff -rN -u old-haskell-bloomfilter/changelog new-haskell-bloomfilter/changelog
--- old-haskell-bloomfilter/changelog	2014-07-24 00:31:46.102168310 +0000
+++ new-haskell-bloomfilter/changelog	2014-07-24 00:31:46.102168310 +0000
@@ -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 at debian.org>  Sat, 05 Oct 2013 18:19:41 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Wed, 23 Jul 2014 20:22:31 -0400
 
 haskell-bloomfilter (1.2.6.10-2) unstable; urgency=low
 
diff -rN -u old-haskell-bloomfilter/control new-haskell-bloomfilter/control
--- old-haskell-bloomfilter/control	2014-07-24 00:31:46.102168310 +0000
+++ new-haskell-bloomfilter/control	2014-07-24 00:31:46.102168310 +0000
@@ -8,8 +8,12 @@
   , 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 -rN -u old-haskell-bloomfilter/rules new-haskell-bloomfilter/rules
--- old-haskell-bloomfilter/rules	2014-07-24 00:31:46.102168310 +0000
+++ new-haskell-bloomfilter/rules	2014-07-24 00:31:46.106168314 +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