r757 - zope-advancedquery/trunk/debian
Bernd Zeimetz
bzed-guest at alioth.debian.org
Sat Apr 7 12:10:15 UTC 2007
Author: bzed-guest
Date: 2007-04-07 12:10:15 +0000 (Sat, 07 Apr 2007)
New Revision: 757
Modified:
zope-advancedquery/trunk/debian/rules
Log:
using dpatch include, adding missing phonys
Modified: zope-advancedquery/trunk/debian/rules
===================================================================
--- zope-advancedquery/trunk/debian/rules 2007-04-04 23:04:57 UTC (rev 756)
+++ zope-advancedquery/trunk/debian/rules 2007-04-07 12:10:15 UTC (rev 757)
@@ -4,7 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Include dpatch stuff.
+include /usr/share/dpatch/dpatch.make
+
build: build-stamp
build-stamp: patch
@@ -43,19 +46,9 @@
dh_builddeb
-patch: patch-stamp
-patch-stamp:
- dpatch apply-all
- dpatch cat-all >patch-stamp
- touch patch-stamp
-
-unpatch:
- dpatch deapply-all
- rm -rf patch-stamp debian/patched
-
-
# Build architecture-dependent files here.
binary-arch: build install
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install\
+ clean1 patch unpatch
More information about the pkg-zope-commits
mailing list