[Pkg-haskell-commits] darcs: darcs: Don't run test suite during build (possibly resurrect this later)
Iain Lane
laney at debian.org
Sat Apr 28 00:06:36 UTC 2012
Mon Apr 2 19:09:26 UTC 2012 Iain Lane <laney at debian.org>
* Don't run test suite during build (possibly resurrect this later)
Ignore-this: b8104959b41166940f98ae6a852c0eb2
M ./changelog +1
M ./rules -5
Mon Apr 2 19:09:26 UTC 2012 Iain Lane <laney at debian.org>
* Don't run test suite during build (possibly resurrect this later)
Ignore-this: b8104959b41166940f98ae6a852c0eb2
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog 2012-04-28 00:06:35.667248352 +0000
+++ new-darcs//changelog 2012-04-28 00:06:35.803249543 +0000
@@ -13,6 +13,7 @@
* Remove BDs on packages provided by GHC (unix, filepath)
* Set DEB_CABAL_PACKAGE since the cabal file is called darcs-beta but we
want to build darcs.
+ * Don't run test suite during build (possibly resurrect this later)
-- Iain Lane <laney at debian.org> Mon, 02 Apr 2012 19:11:22 +0100
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules 2012-04-28 00:06:35.667248352 +0000
+++ new-darcs//rules 2012-04-28 00:06:35.711249967 +0000
@@ -9,11 +9,6 @@
DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl -fterminfo -fmmap --ghc-options="+RTS -V0 -RTS"
-common-binary-post-install-arch::
-ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- $(DEB_SETUP_BIN_NAME) --builddir=dist-ghc test
-endif
-
binary-post-install/darcs::
dh_bash-completion
More information about the Pkg-haskell-commits
mailing list