[Pkg-samba-maint] r1655 - trunk/tdb/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Fri Nov 30 17:59:45 UTC 2007


Author: ctrlsoft-guest
Date: 2007-11-30 17:59:44 +0000 (Fri, 30 Nov 2007)
New Revision: 1655

Modified:
   trunk/tdb/debian/changelog
   trunk/tdb/debian/rules
Log:
Support building twice in a row.

Modified: trunk/tdb/debian/changelog
===================================================================
--- trunk/tdb/debian/changelog	2007-11-30 17:56:00 UTC (rev 1654)
+++ trunk/tdb/debian/changelog	2007-11-30 17:59:44 UTC (rev 1655)
@@ -1,8 +1,10 @@
-tdb (1.1.1~svn26181-2) UNRELEASED; urgency=low
+tdb (1.1.1~svn26218-1) UNRELEASED; urgency=low
 
+  * New upstream snapshot.
   * Set Vcs-Svn field.
+  * Support building twice in a row. (Closes: #442743)
 
- -- Jelmer Vernooij <jelmer at samba.org>  Fri, 30 Nov 2007 14:06:30 +0000
+ -- Jelmer Vernooij <jelmer at samba.org>  Fri, 30 Nov 2007 18:28:35 +0100
 
 tdb (1.1.1~svn26181-1) unstable; urgency=low
 

Modified: trunk/tdb/debian/rules
===================================================================
--- trunk/tdb/debian/rules	2007-11-30 17:56:00 UTC (rev 1654)
+++ trunk/tdb/debian/rules	2007-11-30 17:59:44 UTC (rev 1655)
@@ -29,7 +29,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	[ ! -f Makefille ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
+	./setup.py clean
+	rm -rf build
 	dh_clean
 
 install: build




More information about the Pkg-samba-maint mailing list