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:25:15 +0100 |
commit | 724593d01ab2d409e1752a515b04853cac1a7156 (patch) | |
tree | 999b431cea536a5178a01cf8201f35b252bfb028 | |
parent | 4bc34d4c08eca60070bc74a4f243e377b4177c9e (diff) | |
download | zsh-724593d01ab2d409e1752a515b04853cac1a7156.tar.gz zsh-724593d01ab2d409e1752a515b04853cac1a7156.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 c4d1b7c9f..1d3a36c43 100755 --- a/debian/rules +++ b/debian/rules @@ -46,25 +46,22 @@ build-stamp: configure-stamp 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 dh_auto_build -B obj --parallel -- pdf - 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 |