[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:36 UTC 2013


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

    debian/rules: Simplify target dependencies (drops no-op build-stamp target)
    
    Nice side effect: test suite isn't run more than once anymore

diff --git a/debian/rules b/debian/rules
index 1d3a36c..09c3c44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,15 +40,13 @@ CONFIGFLAGS += --enable-zsh-hash-debug
 endif
 
 build: build-arch build-indep
-build-stamp: configure-stamp
-	dh_testdir
 
-build-arch: build-stamp
+build-arch: configure-stamp
 	dh_auto_build -B obj --parallel
 	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel
 	touch $@
 
-build-indep: build-stamp
+build-indep: configure-stamp
 	dh_auto_build -B obj --parallel -- pdf
 	touch $@
 
@@ -220,7 +218,7 @@ binary-arch-dev: build-arch
 	dh_gencontrol        -pzsh-dev
 	dh_builddeb          -pzsh-dev
 
-binary:		binary-indep binary-arch binary-arch-static binary-arch-dev
+binary: binary-indep binary-arch
 
 prebuild:
 	Util/preconfig

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list