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 <mig...@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


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to