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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jan 20 13:01:12 UTC 2008


Author: mparent-guest
Date: 2008-01-20 13:01:12 +0000 (Sun, 20 Jan 2008)
New Revision: 1699

Modified:
   trunk/ctdb/debian/build-orig.sh
   trunk/ctdb/debian/rules
Log:
Remove autogen.sh from rules. It is made before tarball (see tdb package).


Modified: trunk/ctdb/debian/build-orig.sh
===================================================================
--- trunk/ctdb/debian/build-orig.sh	2008-01-20 12:55:57 UTC (rev 1698)
+++ trunk/ctdb/debian/build-orig.sh	2008-01-20 13:01:12 UTC (rev 1699)
@@ -2,6 +2,7 @@
 # Build a source tarball for ctdb
 rsync -avz samba.org::ftp/unpacked/ctdb .
 CTDB_VERSION=0~`cat ctdb/.bzr/checkout/last-revision | awk -F '-' '{print $2}'`
+rm -rf ctdb/.bzr
 mv ctdb ctdb-$CTDB_VERSION
 cd ctdb-$CTDB_VERSION && ./autogen.sh && cd ..
 

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2008-01-20 12:55:57 UTC (rev 1698)
+++ trunk/ctdb/debian/rules	2008-01-20 13:01:12 UTC (rev 1699)
@@ -45,7 +45,6 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	./autogen.sh
 	CFLAGS="$(CFLAGS)" ./configure $(conf_args)
 	touch configure-stamp
 
@@ -70,7 +69,6 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
-	rm -f configure config.h.in
 	rm -f utils/smnotify/smnotify.h utils/smnotify/gen_smnotify.c
 
 	# Add here commands to clean up after the build process.




More information about the Pkg-samba-maint mailing list