[Pkg-haskell-commits] darcs: darcs: Only run tests once

Iain Lane laney at debian.org
Sun Oct 9 17:02:12 UTC 2011


Sun Oct  9 16:39:56 UTC 2011  Iain Lane <laney at debian.org>
  * Only run tests once 
  Ignore-this: a47d41eb574e7e115a17c65a4252ab66

    M ./changelog +1
    M ./rules -1 +1

Sun Oct  9 16:39:56 UTC 2011  Iain Lane <laney at debian.org>
  * Only run tests once 
  Ignore-this: a47d41eb574e7e115a17c65a4252ab66
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2011-10-09 17:02:11.874335792 +0000
+++ new-darcs//changelog	2011-10-09 17:02:11.926334627 +0000
@@ -3,6 +3,7 @@
   * debian/patches/test-issue1763-use-tmpdir: Use a temporary working dir
     instead of running test in the tests/ directory. Avoids test failure and
     resulting FTBFS.
+  * Only run tests once 
 
  -- Iain Lane <laney at debian.org>  Sun, 09 Oct 2011 17:16:59 +0100
 
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2011-10-09 17:02:11.870336846 +0000
+++ new-darcs//rules	2011-10-09 17:02:11.914341437 +0000
@@ -7,7 +7,7 @@
 
 DEB_SETUP_GHC_CONFIGURE_ARGS=-fcurl-pipelining $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary --ghc-options="+RTS -V0 -RTS"
 
-build/libghc-darcs-dev::
+common-binary-post-install-arch::
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	$(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
 endif





More information about the Pkg-haskell-commits mailing list