[Pkg-samba-maint] r1705 - trunk/ctdb/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jan 20 21:24:32 UTC 2008


Author: mparent-guest
Date: 2008-01-20 21:24:32 +0000 (Sun, 20 Jan 2008)
New Revision: 1705

Modified:
   trunk/ctdb/debian/rules
Log:
Apply patch BEFORE configure.


Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2008-01-20 21:23:43 UTC (rev 1704)
+++ trunk/ctdb/debian/rules	2008-01-20 21:24:32 UTC (rev 1705)
@@ -55,13 +55,13 @@
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp 
+build-arch-stamp: patch configure-stamp
 
 	# Add here commands to compile the arch part of the package.
 	[ ! -f Makefile ] || $(MAKE)
 
 build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp 
+build-indep-stamp: patch configure-stamp
 
 	# Add here commands to compile the indep part of the package.
 	#$(MAKE) doc




More information about the Pkg-samba-maint mailing list