[pkg-java] r18010 - trunk/icu4j/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 9 22:41:29 UTC 2014


Author: ebourg-guest
Date: 2014-04-09 22:41:29 +0000 (Wed, 09 Apr 2014)
New Revision: 18010

Modified:
   trunk/icu4j/debian/changelog
   trunk/icu4j/debian/rules
Log:
debian/rules: Improved the clean target



Modified: trunk/icu4j/debian/changelog
===================================================================
--- trunk/icu4j/debian/changelog	2014-04-09 22:36:43 UTC (rev 18009)
+++ trunk/icu4j/debian/changelog	2014-04-09 22:41:29 UTC (rev 18010)
@@ -3,6 +3,7 @@
   * Team upload.
   * Patched to build with OpenJDK 8
   * Standards-Version updated to 3.9.5 (no changes)
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 10 Apr 2014 00:20:49 +0200
 

Modified: trunk/icu4j/debian/rules
===================================================================
--- trunk/icu4j/debian/rules	2014-04-09 22:36:43 UTC (rev 18009)
+++ trunk/icu4j/debian/rules	2014-04-09 22:41:29 UTC (rev 18010)
@@ -18,5 +18,9 @@
 	mh_linkjar -plibicu4j-java debian/pom.xml usr/share/java/icu4j.jar
 	mh_installpom -plibicu4j-java debian/pom.xml
 
+clean::
+	mh_clean
+	rm -f *.jar stamp-extra-build
+
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download




More information about the pkg-java-commits mailing list