[Pkg-haskell-commits] darcs: haskell-rsa: Disable test suite

Joachim Breitner mail at joachim-breitner.de
Sun Apr 5 18:47:25 UTC 2015


Sun Apr  5 15:34:37 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable test suite

    M ./control -9 +9
    M ./rules -1 +2

Sun Apr  5 15:34:37 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable test suite
diff -rN -u old-haskell-rsa/control new-haskell-rsa/control
--- old-haskell-rsa/control	2015-04-05 18:47:25.323054284 +0000
+++ new-haskell-rsa/control	2015-04-05 18:47:25.323054284 +0000
@@ -21,15 +21,15 @@
   , libghc-sha-dev (<< 2.0)
   , libghc-sha-prof
 # for the test suite
-  , libghc-drbg-dev (>= 0.5.2)
-  , libghc-drbg-dev (<< 0.7)
-  , libghc-quickcheck2-dev (>= 2.5)
-  , libghc-tagged-dev (>= 0.2)
-  , libghc-tagged-dev (<< 0.9)
-  , libghc-test-framework-dev (>= 0.8.0.3)
-  , libghc-test-framework-dev (<< 0.10)
-  , libghc-test-framework-quickcheck2-dev (>= 0.3.0.2)
-  , libghc-test-framework-quickcheck2-dev (<< 0.5)
+#   , libghc-drbg-dev (>= 0.5.2)
+#   , libghc-drbg-dev (<< 0.7)
+#   , libghc-quickcheck2-dev (>= 2.5)
+#   , libghc-tagged-dev (>= 0.2)
+#   , libghc-tagged-dev (<< 0.9)
+#   , libghc-test-framework-dev (>= 0.8.0.3)
+#   , libghc-test-framework-dev (<< 0.10)
+#   , libghc-test-framework-quickcheck2-dev (>= 0.3.0.2)
+#   , libghc-test-framework-quickcheck2-dev (<< 0.5)
 Build-Depends-Indep: ghc-doc
   , libghc-crypto-api-doc
   , libghc-crypto-pubkey-types-doc
diff -rN -u old-haskell-rsa/rules new-haskell-rsa/rules
--- old-haskell-rsa/rules	2015-04-05 18:47:25.323054284 +0000
+++ new-haskell-rsa/rules	2015-04-05 18:47:25.323054284 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Takes too long: https://github.com/GaloisInc/RSA/issues/9
+# 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