[pkg-java] r14890 - trunk/surefire/debian

Miguel Landaeta nomadium-guest at alioth.debian.org
Tue Sep 13 14:16:26 UTC 2011


Author: nomadium-guest
Date: 2011-09-13 14:16:26 +0000 (Tue, 13 Sep 2011)
New Revision: 14890

Modified:
   trunk/surefire/debian/changelog
   trunk/surefire/debian/rules
Log:
Add mh_clean call in clean target


Modified: trunk/surefire/debian/changelog
===================================================================
--- trunk/surefire/debian/changelog	2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/changelog	2011-09-13 14:16:26 UTC (rev 14890)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch to default-jdk. (Closes: #641380).
+  * Add mh_clean call in clean target to allow twice in row builds.
 
  -- Miguel Landaeta <miguel at miguel.cc>  Tue, 13 Sep 2011 07:27:04 -0430
 

Modified: trunk/surefire/debian/rules
===================================================================
--- trunk/surefire/debian/rules	2011-09-13 14:02:54 UTC (rev 14889)
+++ trunk/surefire/debian/rules	2011-09-13 14:16:26 UTC (rev 14890)
@@ -26,4 +26,5 @@
 	mh_installjar -plib$(PACKAGE)-java -l maven-surefire-report-plugin/pom.xml maven-surefire-report-plugin/target/maven-surefire-report-plugin-$(VERSION).jar
 
 clean::
-	-rm -rf debian/tmp
+	-rm -rf debian/tmp surefire-providers/target
+	mh_clean




More information about the pkg-java-commits mailing list