[Pkg-mc-commits] r188 - trunk/debian

Denis Briand narcan-guest at alioth.debian.org
Sat May 16 22:23:33 UTC 2009


Author: narcan-guest
Date: 2009-05-16 22:23:33 +0000 (Sat, 16 May 2009)
New Revision: 188

Modified:
   trunk/debian/rules
Log:
Fix FTBFS issue Closes #528983 RC bug


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-05-03 12:56:00 UTC (rev 187)
+++ trunk/debian/rules	2009-05-16 22:23:33 UTC (rev 188)
@@ -215,7 +215,9 @@
 ## This is an "extra" rule, where you may add arbitrary commands to
 ## the cleaning process, but not override the default.
 deb-extra-clean:: deb-clean
-	 # Nothing to do by default.
+## Fix a FTBFS issue:
+	rm -f series
+	rm -f patches
 
 ## This target is called after the common installation step.  It
 ## should install your package into its destination, e.g. debian/tmp




More information about the Pkg-mc-commits mailing list