[Pkg-haskell-commits] darcs: haskell-cipher-des: New upstream version 0.0.6.

Clint Adams clint at debian.org
Sun Dec 8 02:00:36 UTC 2013


Sun Dec  8 02:00:29 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.0.6.

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

Sun Dec  8 02:00:29 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.0.6.
diff -rN -u old-haskell-cipher-des/changelog new-haskell-cipher-des/changelog
--- old-haskell-cipher-des/changelog	2013-12-08 02:00:36.789502749 +0000
+++ new-haskell-cipher-des/changelog	2013-12-08 02:00:36.789502749 +0000
@@ -1,3 +1,10 @@
+haskell-cipher-des (0.0.6-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 07 Dec 2013 20:53:26 -0500
+
 haskell-cipher-des (0.0.4-2) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haskell-cipher-des/control new-haskell-cipher-des/control
--- old-haskell-cipher-des/control	2013-12-08 02:00:36.789502749 +0000
+++ new-haskell-cipher-des/control	2013-12-08 02:00:36.789502749 +0000
@@ -16,12 +16,16 @@
   , libghc-securemem-prof
   , libghc-vector-dev
   , libghc-vector-prof
+  , libghc-quickcheck2-dev
+  , libghc-test-framework-dev (>= 0.3.3)
+  , libghc-test-framework-quickcheck2-dev (>= 0.2.9)
+  , 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-des
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-des
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-des
diff -rN -u old-haskell-cipher-des/rules new-haskell-cipher-des/rules
--- old-haskell-cipher-des/rules	2013-12-08 02:00:36.789502749 +0000
+++ new-haskell-cipher-des/rules	2013-12-08 02:00:36.789502749 +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