diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 06:25:15 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 06:49:17 +0100 |
commit | 843e72f6f1d87be4939785d98a017c71e1084910 (patch) | |
tree | 87b6cb05f69718f66226653c5e1eccf868df9be6 | |
parent | b95dddd84e256914ad3e02e530abbf3950f08dad (diff) | |
download | zsh-843e72f6f1d87be4939785d98a017c71e1084910.tar.gz zsh-843e72f6f1d87be4939785d98a017c71e1084910.zip |
debian/rules: Remove some blank lines and commented code
-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 |