diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7a2ea5776..f368f9ebe 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 |