[Pkg-zsh-commits] [SCM] Debian zsh package branch, abe/no-beta, updated. debian/5.0.2-2-22-g6ca055a

Axel Beckert abe at deuxchevaux.org
Sat Jan 5 05:57:35 UTC 2013


The following commit has been merged in the abe/no-beta branch:
commit 724593d01ab2d409e1752a515b04853cac1a7156
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 06:25:15 2013 +0100

    debian/rules: Remove some blank lines and commented code

diff --git a/debian/rules b/debian/rules
index c4d1b7c..1d3a36c 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

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list