r758 - zope-managableindex/trunk/debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Sat Apr 7 12:43:33 UTC 2007


Author: bzed-guest
Date: 2007-04-07 12:43:32 +0000 (Sat, 07 Apr 2007)
New Revision: 758

Modified:
   zope-managableindex/trunk/debian/rules
Log:
using dpatch include, adding missing phonys


Modified: zope-managableindex/trunk/debian/rules
===================================================================
--- zope-managableindex/trunk/debian/rules	2007-04-07 12:10:15 UTC (rev 757)
+++ zope-managableindex/trunk/debian/rules	2007-04-07 12:43:32 UTC (rev 758)
@@ -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