[Pkg-haskell-commits] darcs: haskell-crypto-pubkey: Disable test suite
Joachim Breitner
mail at joachim-breitner.de
Wed Apr 22 09:20:02 UTC 2015
Fri Apr 17 11:26:03 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Disable test suite
M ./changelog +1
M ./rules -1 +2
Fri Apr 17 11:26:03 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Disable test suite
diff -rN -u old-haskell-crypto-pubkey/changelog new-haskell-crypto-pubkey/changelog
--- old-haskell-crypto-pubkey/changelog 2015-04-22 09:20:02.130911382 +0000
+++ new-haskell-crypto-pubkey/changelog 2015-04-22 09:20:02.146911384 +0000
@@ -1,6 +1,7 @@
haskell-crypto-pubkey (0.2.8-2) UNRELEASED; urgency=medium
* No-change rebuild
+ * Disable test suite
-- Joachim Breitner <nomeata at debian.org> Fri, 17 Apr 2015 12:53:03 +0200
diff -rN -u old-haskell-crypto-pubkey/rules new-haskell-crypto-pubkey/rules
--- old-haskell-crypto-pubkey/rules 2015-04-22 09:20:02.130911382 +0000
+++ new-haskell-crypto-pubkey/rules 2015-04-22 09:20:02.142911384 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+# https://github.com/vincenthz/hs-crypto-pubkey/issues/20
+DEB_ENABLE_TESTS = no
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