[Pkg-xfce-commits] r1245 - desktop/trunk/xfce4-mixer/debian

corsac-guest at alioth.debian.org corsac-guest at alioth.debian.org
Wed May 16 06:14:01 UTC 2007


Author: corsac-guest
Date: 2007-05-16 06:14:01 +0000 (Wed, 16 May 2007)
New Revision: 1245

Modified:
   desktop/trunk/xfce4-mixer/debian/changelog
   desktop/trunk/xfce4-mixer/debian/rules
Log:
remve config.status at clean time so package can be built twice using the same source dir

Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2007-05-15 20:59:16 UTC (rev 1244)
+++ desktop/trunk/xfce4-mixer/debian/changelog	2007-05-16 06:14:01 UTC (rev 1245)
@@ -1,3 +1,9 @@
+xfce4-mixer (4.4.1-2) UNRELEASED; urgency=low
+
+  * Remove config.status from top src dir at clean time.		closes: #424119 
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Wed, 16 May 2007 08:04:33 +0200
+
 xfce4-mixer (4.4.1-1) unstable; urgency=low
 
   * New upstream release. 

Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules	2007-05-15 20:59:16 UTC (rev 1244)
+++ desktop/trunk/xfce4-mixer/debian/rules	2007-05-16 06:14:01 UTC (rev 1245)
@@ -62,7 +62,7 @@
 	
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp config.status
 	
 	for variant in $(VARIANTS);do \
 	rm -rf $(CURDIR)/debian/build-$$variant;\




More information about the Pkg-xfce-commits mailing list