[pkg-java] r18188 - trunk/stringtemplate/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 27 11:57:19 UTC 2014


Author: ebourg-guest
Date: 2014-05-27 11:57:19 +0000 (Tue, 27 May 2014)
New Revision: 18188

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



Modified: trunk/stringtemplate/debian/changelog
===================================================================
--- trunk/stringtemplate/debian/changelog	2014-05-27 11:40:58 UTC (rev 18187)
+++ trunk/stringtemplate/debian/changelog	2014-05-27 11:57:19 UTC (rev 18188)
@@ -8,6 +8,7 @@
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 May 2014 13:29:58 +0200
 

Modified: trunk/stringtemplate/debian/rules
===================================================================
--- trunk/stringtemplate/debian/rules	2014-05-27 11:40:58 UTC (rev 18187)
+++ trunk/stringtemplate/debian/rules	2014-05-27 11:57:19 UTC (rev 18188)
@@ -18,6 +18,7 @@
 	mh_installjar -plib$(PACKAGE)-java -l pom.xml build/$(PACKAGE).jar
 
 clean::
+	mh_clean
 	rm -rf build README
 
 get-orig-pom:




More information about the pkg-java-commits mailing list