[Pkg-haskell-commits] darcs: haskell-cryptocipher: New upstream version 0.3.2.

Clint Adams clint at debian.org
Tue May 15 19:35:40 UTC 2012


Tue May 15 19:35:22 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.2.
  Ignore-this: e6fee42ac70da64abe9b8317022807d3

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

Tue May 15 19:35:22 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.2.
  Ignore-this: e6fee42ac70da64abe9b8317022807d3
diff -rN -u old-haskell-cryptocipher//changelog new-haskell-cryptocipher//changelog
--- old-haskell-cryptocipher//changelog	2012-05-15 19:35:39.926323374 +0000
+++ new-haskell-cryptocipher//changelog	2012-05-15 19:35:39.926323374 +0000
@@ -1,3 +1,10 @@
+haskell-cryptocipher (0.3.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Tue, 15 May 2012 15:29:22 -0400
+
 haskell-cryptocipher (0.3.0-3) unstable; urgency=low
 
   * Bump to Standards-Version 3.9.3.
diff -rN -u old-haskell-cryptocipher//control new-haskell-cryptocipher//control
--- old-haskell-cryptocipher//control	2012-05-15 19:35:39.922328788 +0000
+++ new-haskell-cryptocipher//control	2012-05-15 19:35:39.930323382 +0000
@@ -10,9 +10,13 @@
   , ghc-prof
   , libghc-cereal-dev
   , libghc-cereal-prof
+  , libghc-cpu-dev (>> 0.1)
+  , libghc-cpu-dev (<< 0.2)
+  , libghc-cpu-prof
   , libghc-crypto-api-dev (>> 0.5)
   , libghc-crypto-api-prof
-  , libghc-crypto-pubkey-types-dev
+  , libghc-crypto-pubkey-types-dev (>> 0.1)
+  , libghc-crypto-pubkey-types-dev (<< 0.2)
   , libghc-crypto-pubkey-types-prof
   , libghc-primitive-dev
   , libghc-primitive-prof
@@ -20,8 +24,14 @@
   , libghc-tagged-prof
   , libghc-vector-dev (>> 0.7)
   , libghc-vector-prof
+  , libghc-quickcheck2-dev
+  , libghc-test-framework-dev (>> 0.3.3)
+  , libghc-test-framework-dev (<< 0.7)
+  , libghc-test-framework-quickcheck2-dev (>> 0.2.9)
+  , libghc-test-framework-quickcheck2-dev (<< 0.3)
 Build-Depends-Indep: ghc-doc
   , libghc-cereal-doc
+  , libghc-cpu-doc
   , libghc-crypto-api-doc
   , libghc-primitive-doc
   , libghc-crypto-pubkey-types-doc
diff -rN -u old-haskell-cryptocipher//rules new-haskell-cryptocipher//rules
--- old-haskell-cryptocipher//rules	2012-05-15 19:35:39.906324859 +0000
+++ new-haskell-cryptocipher//rules	2012-05-15 19:35:39.930323382 +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