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


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

    Rename targets stamp-configure and stamp-configure-static to dh_clean compatible names

diff --git a/debian/clean b/debian/clean
index 4895018..d699adf 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,5 +1,3 @@
-stamp-configure
-stamp-configure-static
 config.cache
 config.status
 config.status.lineno
diff --git a/debian/rules b/debian/rules
index 05a883f..d275c2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ CONFIGFLAGS += --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem-warnin
 endif
 
 build: build-arch build-indep
-build-stamp: stamp-configure
+build-stamp: configure-stamp
 	dh_testdir
 ifeq (zsh-beta,$(package))
 	touch stamp-h.in
@@ -62,7 +62,7 @@ endif
 
 	touch build-indep
 
-build-static: stamp-configure-static
+build-static: configure-static-stamp
 	dh_testdir
 	dh_auto_build -B obj-static --parallel
 
@@ -75,7 +75,7 @@ configure:
 	touch stamp-h.in #configure
 	dh_autoreconf
 
-stamp-configure: configure
+configure-stamp: configure
 	dh_testdir
 	chmod 755 configure
 	mkdir -p obj/testhome
@@ -84,15 +84,15 @@ 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 stamp-configure
+	touch configure-stamp
 
-stamp-configure-static: configure
+configure-static-stamp: configure
 	dh_testdir
 	mkdir obj-static
 	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 stamp-configure-static
+	touch configure-static-stamp
 
 clean:
 	dh_testdir

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list