[Pkg-mysql-commits] r1348 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 4 20:22:10 UTC 2008


tags 442684 pending
thanks

Author: nobse
Date: 2008-12-04 20:22:10 +0000 (Thu, 04 Dec 2008)
New Revision: 1348

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Really fix FTBFS if build twice in a row.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-12-04 20:19:16 UTC (rev 1347)
+++ trunk/debian/changelog	2008-12-04 20:22:10 UTC (rev 1348)
@@ -2,6 +2,7 @@
 
   * New patch 50_fix_mysqldump2.dpatch from 5.0.60 to fix dumping databases
     from mysql 4.0 server. (closes: #507789)
+  * Really fix FTBFS if build twice in a row. (closes: #442684)
 
  -- Norbert Tretkowski <nobse at debian.org>  Thu, 04 Dec 2008 21:17:25 +0100
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-12-04 20:19:16 UTC (rev 1347)
+++ trunk/debian/rules	2008-12-04 20:22:10 UTC (rev 1348)
@@ -153,6 +153,7 @@
 	rm -f testsuite-stamp
 	
 	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -d mysql-test/var ] || rm -rf mysql-test/var
 
 	# We like to see how long this is neccessary
 	@echo "CRUFT BEGIN" 




More information about the Pkg-mysql-commits mailing list