diff options
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 2e875fa42..5ffa54b8b 100755 --- a/debian/rules +++ b/debian/rules @@ -63,27 +63,24 @@ endif build-arch: build-stamp dh_auto_build -B obj --parallel HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel - touch $@ build-indep: build-stamp ifeq (zsh,$(package)) dh_auto_build -B obj --parallel -- pdf endif - touch $@ build-static: configure-static-stamp dh_testdir dh_auto_build -B obj-static --parallel - touch $@ build-debug: DEB_BUILD_OPTIONS+=debug build-debug: build configure: - touch stamp-h.in #configure + touch stamp-h.in dh_autoreconf configure-stamp: configure |