[Pkg-zsh-commits] [zsh] 01/01: Do not run (already ignored) test suite on static build to mitigate #760061
Axel Beckert
abe at deuxchevaux.org
Mon Sep 29 18:49:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit f5dacf9f0a1e3bad02f762e0551f9bf9fafd2f9f
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Mon Sep 29 20:36:18 2014 +0200
Do not run (already ignored) test suite on static build to mitigate #760061
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7a2ea57..f368f9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ build-indep: configure-stamp
build-static: configure-static-stamp
dh_testdir
dh_auto_build -B obj-static --parallel
- HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static --parallel || true
+ #HOME="$(CURDIR)/obj-static/testhome" ZTST_verbose=1 dh_auto_test -B obj-static --parallel || true
touch $@
build-debug: DEB_BUILD_OPTIONS+=debug
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
More information about the Pkg-zsh-commits
mailing list