[Pkg-haskell-commits] darcs: haskell-crypto-conduit: Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
Colin Watson
cjwatson at debian.org
Tue Jun 25 23:19:29 UTC 2013
Tue Jun 25 23:18:49 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
M ./changelog +6
M ./control -6 +5
M ./rules -1 +1
Tue Jun 25 23:18:49 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
diff -rN -u old-haskell-crypto-conduit/changelog new-haskell-crypto-conduit/changelog
--- old-haskell-crypto-conduit/changelog 2013-06-25 23:19:28.918253498 +0000
+++ new-haskell-crypto-conduit/changelog 2013-06-25 23:19:28.918253498 +0000
@@ -1,3 +1,9 @@
+haskell-crypto-conduit (0.5.2-2) UNRELEASED; urgency=low
+
+ * Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
+
+ -- Colin Watson <cjwatson at debian.org> Tue, 25 Jun 2013 19:03:20 +0100
+
haskell-crypto-conduit (0.5.2-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-crypto-conduit/control new-haskell-crypto-conduit/control
--- old-haskell-crypto-conduit/control 2013-06-25 23:19:28.902301846 +0000
+++ new-haskell-crypto-conduit/control 2013-06-25 23:19:28.922262353 +0000
@@ -14,17 +14,16 @@
, libghc-conduit-dev (>> 1.0)
, libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
- , libghc-crypto-api-dev (>> 0.9)
-# , libghc-crypto-api-dev (>> 0.11)
+ , libghc-crypto-api-dev (>> 0.11)
, libghc-crypto-api-dev (<< 0.13)
, libghc-crypto-api-prof
, libghc-transformers-dev (>> 0.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
-# , libghc-hspec-dev (>> 1.3)
-# , libghc-cryptocipher-dev (>> 0.4)
-# , libghc-cryptohash-cryptoapi-dev (>> 0.1)
-# , libghc-skein-dev (>> 0.1)
+ , libghc-hspec-dev (>> 1.3)
+ , libghc-cryptocipher-dev (>> 0.4)
+ , libghc-cryptohash-cryptoapi-dev (>> 0.1)
+ , libghc-skein-dev (>> 0.1)
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 2013-06-25 23:19:28.902301846 +0000
+++ new-haskell-crypto-conduit/rules 2013-06-25 23:19:28.922262353 +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