[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-11-g336b60e

Axel Beckert abe at deuxchevaux.org
Sat Jan 5 04:04:17 UTC 2013


The following commit has been merged in the debian branch:
commit 4fe45240b92a5c48022c2deb0c11255ad59c8eba
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 03:25:48 2013 +0100

    Consequently use "touch $@" to create stamp files

diff --git a/debian/rules b/debian/rules
index d275c2c..74c79d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,20 +53,20 @@ build-arch: build-stamp
 	dh_auto_build -B obj --parallel
 	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel
 
-	touch build-arch
+	touch $@
 
 build-indep: build-stamp
 ifeq (zsh,$(package))
 	dh_auto_build -B obj --parallel -- pdf
 endif
 
-	touch build-indep
+	touch $@
 
 build-static: configure-static-stamp
 	dh_testdir
 	dh_auto_build -B obj-static --parallel
 
-	touch build-static
+	touch $@
 
 build-debug: DEB_BUILD_OPTIONS+=debug
 build-debug: build
@@ -84,7 +84,7 @@ ifeq (zsh-beta,$(package))
 	sed -i -e 's/^VERSION=\([^+]*\)$$/VERSION=\1-cvs$(snapshot_date)/' Config/version.mk
 endif
 	dh_auto_configure -B obj -- $(CONFIGFLAGS)
-	touch configure-stamp
+	touch $@
 
 configure-static-stamp: configure
 	dh_testdir
@@ -92,7 +92,7 @@ configure-static-stamp: configure
 	dh_auto_configure -B obj-static -- $(CONFIGFLAGS) $(STATICFLAGS)
 #	cp debian/static.conf obj-static/Src/mymods.conf
 	sed -i -e 's/files.mdd link=no/files.mdd link=static/;s/stat.mdd link=no/stat.mdd link=static/' obj-static/config.modules
-	touch configure-static-stamp
+	touch $@
 
 clean:
 	dh_testdir

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list