[pkg-java] r18621 - trunk/velocity-tools/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 28 00:05:42 GMT 2014


Author: ebourg-guest
Date: 2014-11-28 00:05:42 +0000 (Fri, 28 Nov 2014)
New Revision: 18621

Modified:
   trunk/velocity-tools/debian/changelog
   trunk/velocity-tools/debian/rules
Log:
debian/rules: Improved the clean target



Modified: trunk/velocity-tools/debian/changelog
===================================================================
--- trunk/velocity-tools/debian/changelog	2014-11-28 00:03:44 UTC (rev 18620)
+++ trunk/velocity-tools/debian/changelog	2014-11-28 00:05:42 UTC (rev 18621)
@@ -4,6 +4,7 @@
   * debian/control:
     - Standards-Version updated to 3.9.6 (no changes)
     - Use canonical URLs for the Vcs-* fields
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 28 Nov 2014 00:58:18 +0100
 

Modified: trunk/velocity-tools/debian/rules
===================================================================
--- trunk/velocity-tools/debian/rules	2014-11-28 00:03:44 UTC (rev 18620)
+++ trunk/velocity-tools/debian/rules	2014-11-28 00:05:42 UTC (rev 18621)
@@ -26,6 +26,7 @@
 
 clean::
 	-rm -rf debian/tmp
+	mh_clean
 
 binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java-doc::
 	dh_install -plib$(DEB_SOURCE_PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(DEB_SOURCE_PACKAGE)-java/api




More information about the pkg-java-commits mailing list