[Pkg-haskell-commits] darcs: haskell-cryptohash: New upstream version 0.8.3.

Clint Adams clint at debian.org
Sat Jan 12 18:29:06 UTC 2013


Sat Jan 12 18:29:01 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.8.3.
  Ignore-this: 758ae7a1dea573cbe81a1647e1d8b097

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

Sat Jan 12 18:29:01 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.8.3.
  Ignore-this: 758ae7a1dea573cbe81a1647e1d8b097
diff -rN -u old-haskell-cryptohash//changelog new-haskell-cryptohash//changelog
--- old-haskell-cryptohash//changelog	2013-01-12 18:29:06.295983072 +0000
+++ new-haskell-cryptohash//changelog	2013-01-12 18:29:06.315742043 +0000
@@ -1,6 +1,13 @@
+haskell-cryptohash (0.8.3-1) experimental; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 12 Jan 2013 13:23:25 -0500
+
 haskell-cryptohash (0.7.5-2) experimental; urgency=low
 
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
     against experimental
   * Bump standards version, no change
 
diff -rN -u old-haskell-cryptohash//control new-haskell-cryptohash//control
--- old-haskell-cryptohash//control	2013-01-12 18:29:06.295983072 +0000
+++ new-haskell-cryptohash//control	2013-01-12 18:29:06.318372880 +0000
@@ -14,6 +14,11 @@
   , libghc-crypto-api-prof
   , libghc-tagged-prof
   , libghc-cereal-prof
+  , libghc-hunit-dev
+  , libghc-quickcheck2-dev
+  , libghc-test-framework-dev (>> 0.3.3)
+  , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+  , libghc-test-framework-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-crypto-api-doc
   , libghc-tagged-doc
diff -rN -u old-haskell-cryptohash//rules new-haskell-cryptohash//rules
--- old-haskell-cryptohash//rules	2013-01-12 18:29:06.295983072 +0000
+++ new-haskell-cryptohash//rules	2013-01-12 18:29:06.318372880 +0000
@@ -1,5 +1,7 @@
 #!/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