[Pkg-haskell-commits] darcs: haskell-cipher-blowfish: New upstream version 0.0.3.

Clint Adams clint at debian.org
Sun Dec 8 01:37:15 UTC 2013


Sun Dec  8 01:37:10 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.0.3.

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

Sun Dec  8 01:37:10 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.0.3.
diff -rN -u old-haskell-cipher-blowfish/changelog new-haskell-cipher-blowfish/changelog
--- old-haskell-cipher-blowfish/changelog	2013-12-08 01:37:15.638202731 +0000
+++ new-haskell-cipher-blowfish/changelog	2013-12-08 01:37:15.638202731 +0000
@@ -1,3 +1,10 @@
+haskell-cipher-blowfish (0.0.3-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 07 Dec 2013 20:31:45 -0500
+
 haskell-cipher-blowfish (0.0.2-2) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haskell-cipher-blowfish/control new-haskell-cipher-blowfish/control
--- old-haskell-cipher-blowfish/control	2013-12-08 01:37:15.638202731 +0000
+++ new-haskell-cipher-blowfish/control	2013-12-08 01:37:15.642202730 +0000
@@ -10,18 +10,23 @@
   , ghc-prof
   , libghc-byteable-dev
   , libghc-byteable-prof
-  , libghc-crypto-cipher-types-dev (>> 0.0.3)
+  , libghc-crypto-cipher-types-dev (>= 0.0.3)
+  , libghc-crypto-cipher-types-dev (<< 0.1)
   , libghc-crypto-cipher-types-prof
   , libghc-securemem-dev (>> 0.1.2)
   , libghc-securemem-prof
   , libghc-vector-dev
   , libghc-vector-prof
+  , libghc-test-framework-dev (>= 0.3.3)
+  , libghc-test-framework-quickcheck2-dev (>= 0.2.9)
+  , libghc-quickcheck2-dev
+  , libghc-crypto-cipher-tests-dev
 Build-Depends-Indep: ghc-doc
   , libghc-byteable-doc
   , libghc-crypto-cipher-types-doc
   , libghc-securemem-doc
   , libghc-vector-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/cipher-blowfish
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-blowfish
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-blowfish
diff -rN -u old-haskell-cipher-blowfish/rules new-haskell-cipher-blowfish/rules
--- old-haskell-cipher-blowfish/rules	2013-12-08 01:37:15.634202733 +0000
+++ new-haskell-cipher-blowfish/rules	2013-12-08 01:37:15.642202730 +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