[Pkg-haskell-commits] darcs: haskell-crypto-conduit: Temporarily disable tests, until haskell-cryptohash-cryptoapi is in the archive.
Colin Watson
cjwatson at debian.org
Thu Jun 13 09:49:08 UTC 2013
Thu Jun 13 09:49:01 UTC 2013 Colin Watson <cjwatson at debian.org>
* Temporarily disable tests, until haskell-cryptohash-cryptoapi is in the archive.
M ./changelog +2
M ./control -5 +6
M ./rules -1 +1
Thu Jun 13 09:49:01 UTC 2013 Colin Watson <cjwatson at debian.org>
* Temporarily disable tests, until 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-13 09:49:08.385560750 +0000
+++ new-haskell-crypto-conduit/changelog 2013-06-13 09:49:08.389555809 +0000
@@ -1,6 +1,8 @@
haskell-crypto-conduit (0.5.2-1) UNRELEASED; urgency=low
* New upstream version.
+ * Temporarily disable tests, until haskell-cryptohash-cryptoapi is in the
+ archive.
-- Colin Watson <cjwatson at debian.org> Thu, 13 Jun 2013 10:44:58 +0100
diff -rN -u old-haskell-crypto-conduit/control new-haskell-crypto-conduit/control
--- old-haskell-crypto-conduit/control 2013-06-13 09:49:08.369539004 +0000
+++ new-haskell-crypto-conduit/control 2013-06-13 09:49:08.389555809 +0000
@@ -14,16 +14,17 @@
, libghc-conduit-dev (>> 1.0)
, libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
- , libghc-crypto-api-dev (>> 0.11)
+ , libghc-crypto-api-dev (>> 0.9)
+# , 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-13 09:49:08.369539004 +0000
+++ new-haskell-crypto-conduit/rules 2013-06-13 09:49:08.389555809 +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