[pkg-java] r13657 - trunk/ant/debian

Niels Thykier nthykier at alioth.debian.org
Fri May 6 07:33:19 UTC 2011


Author: nthykier
Date: 2011-05-06 07:33:16 +0000 (Fri, 06 May 2011)
New Revision: 13657

Modified:
   trunk/ant/debian/changelog
   trunk/ant/debian/rules
Log:
Added missing mh_clean

Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog	2011-05-06 05:35:33 UTC (rev 13656)
+++ trunk/ant/debian/changelog	2011-05-06 07:33:16 UTC (rev 13657)
@@ -1,11 +1,16 @@
 ant (1.8.2-1) unstable; urgency=low
 
+  [ James Page ]
   * New upstream release (Closes: #613914).
     - Fix FTBFS for jug with ant 1.8.1 (Closes: #610320).
   * Bumped Standards-Version to 3.9.2, no changes.
   * Removed ant-nodeps.jar from install as now part of ant core. 
   * Added myself to Uploaders.
 
+  [ Niels Thykier ]
+  * Added missing mh_clean, thanks to Miguel Landaeta for spotting
+    this.
+
  -- James Page <james.page at canonical.com>  Wed, 04 May 2011 15:16:42 +0100
 
 ant (1.8.1-1) experimental; urgency=low

Modified: trunk/ant/debian/rules
===================================================================
--- trunk/ant/debian/rules	2011-05-06 05:35:33 UTC (rev 13656)
+++ trunk/ant/debian/rules	2011-05-06 07:33:16 UTC (rev 13657)
@@ -104,6 +104,7 @@
 	-rm -rf bin bootstrap build lib/*.jar
 	-rm -f stamp-build-ant
 	-rm -rf debian/tmp
+	mh_clean
 
 get-orig-source: 
 	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack




More information about the pkg-java-commits mailing list