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

Clint Adams clint at debian.org
Tue May 15 17:30:17 UTC 2012


Tue May 15 17:30:29 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.2.
  Ignore-this: bac8a398c869ebbaeedcacd68a985243

    M ./changelog +7
    M ./control -12 +12
    M ./rules -1 +1

Tue May 15 17:30:29 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.2.
  Ignore-this: bac8a398c869ebbaeedcacd68a985243
diff -rN -u old-haskell-crypto-conduit//changelog new-haskell-crypto-conduit//changelog
--- old-haskell-crypto-conduit//changelog	2012-05-15 17:30:17.668869419 +0000
+++ new-haskell-crypto-conduit//changelog	2012-05-15 17:30:17.673340317 +0000
@@ -1,3 +1,10 @@
+haskell-crypto-conduit (0.3.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Disable test suite due to hspec conflict.
+
+ -- Clint Adams <clint at debian.org>  Tue, 15 May 2012 13:24:50 -0400
+
 haskell-crypto-conduit (0.1.3.1-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-crypto-conduit//control new-haskell-crypto-conduit//control
--- old-haskell-crypto-conduit//control	2012-05-15 17:30:17.644865640 +0000
+++ new-haskell-crypto-conduit//control	2012-05-15 17:30:17.673340317 +0000
@@ -11,23 +11,23 @@
   , libghc-cereal-dev (>> 0.3)
   , libghc-cereal-dev (<< 0.4)
   , libghc-cereal-prof
-  , libghc-conduit-dev (>> 0.2)
-  , libghc-conduit-dev (<< 0.3)
+  , libghc-conduit-dev (>> 0.4)
+  , libghc-conduit-dev (<< 0.5)
   , libghc-conduit-prof
   , libghc-crypto-api-dev (>> 0.9)
-  , libghc-crypto-api-dev (<< 0.10)
+  , libghc-crypto-api-dev (<< 0.11)
   , libghc-crypto-api-prof
   , libghc-transformers-dev (>> 0.2)
-  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-dev (<< 0.4)
   , libghc-transformers-prof
-  , libghc-hspec-dev (>> 0.9)
-  , libghc-hspec-dev (<< 0.10)
-  , libghc-cryptocipher-dev (>> 0.3)
-  , libghc-cryptocipher-dev (<< 0.4)
-  , libghc-cryptohash-dev (>> 0.7)
-  , libghc-cryptohash-dev (<< 0.8)
-  , libghc-skein-dev (>> 0.1)
-  , libghc-skein-dev (<< 0.2)
+# , libghc-hspec-dev (>> 0.9)
+# , libghc-hspec-dev (<< 0.10)
+# , libghc-cryptocipher-dev (>> 0.3)
+# , libghc-cryptocipher-dev (<< 0.4)
+# , libghc-cryptohash-dev (>> 0.7)
+# , libghc-cryptohash-dev (<< 0.8)
+# , libghc-skein-dev (>> 0.1)
+# , libghc-skein-dev (<< 0.2)
 Build-Depends-Indep: ghc-doc
   , libghc-cereal-doc
   , libghc-conduit-doc
diff -rN -u old-haskell-crypto-conduit//rules new-haskell-crypto-conduit//rules
--- old-haskell-crypto-conduit//rules	2012-05-15 17:30:17.372829171 +0000
+++ new-haskell-crypto-conduit//rules	2012-05-15 17:30:17.673340317 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+#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