diff options
author | Iain Lane <laney@debian.org> | 2012-04-02 23:09:26 +0400 |
---|---|---|
committer | Iain Lane <laney@debian.org> | 2012-04-02 23:09:26 +0400 |
commit | 9a55c41d754e884091d00a77e8fc632acec7d243 (patch) | |
tree | ec63efced78424622b66df74e45e4fd33165e03f /p/darcs | |
parent | f4f50bc8ed8ee4b7933e301c4528d05338650360 (diff) | |
download | DHG_packages-9a55c41d754e884091d00a77e8fc632acec7d243.tar.gz |
darcs: Don't run test suite during build (possibly resurrect this later)
Diffstat (limited to 'p/darcs')
-rw-r--r-- | p/darcs/debian/changelog | 1 | ||||
-rwxr-xr-x | p/darcs/debian/rules | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/p/darcs/debian/changelog b/p/darcs/debian/changelog index 140332c04..985b82aff 100644 --- a/p/darcs/debian/changelog +++ b/p/darcs/debian/changelog @@ -13,6 +13,7 @@ darcs (2.7.99.1-1) UNRELEASED; urgency=low * 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@debian.org> Mon, 02 Apr 2012 19:11:22 +0100 diff --git a/p/darcs/debian/rules b/p/darcs/debian/rules index 2a497334f..c786db12d 100755 --- a/p/darcs/debian/rules +++ b/p/darcs/debian/rules @@ -9,11 +9,6 @@ DEB_INSTALL_CHANGELOGS_ALL=NEWS 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 |