[pkg-java] r18195 - trunk/werken.xpath/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 28 09:09:12 UTC 2014


Author: ebourg-guest
Date: 2014-05-28 09:09:12 +0000 (Wed, 28 May 2014)
New Revision: 18195

Modified:
   trunk/werken.xpath/debian/changelog
   trunk/werken.xpath/debian/rules
Log:
debian/rules: Improved the clean target



Modified: trunk/werken.xpath/debian/changelog
===================================================================
--- trunk/werken.xpath/debian/changelog	2014-05-28 09:06:16 UTC (rev 18194)
+++ trunk/werken.xpath/debian/changelog	2014-05-28 09:09:12 UTC (rev 18195)
@@ -5,6 +5,7 @@
     - Standards-Version updated to 3.9.5 (no changes)
     - Use a canonical URL for the Vcs-Svn field
   * Switch to debhelper level 9
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 28 May 2014 10:56:35 +0200
 

Modified: trunk/werken.xpath/debian/rules
===================================================================
--- trunk/werken.xpath/debian/rules	2014-05-28 09:06:16 UTC (rev 18194)
+++ trunk/werken.xpath/debian/rules	2014-05-28 09:09:12 UTC (rev 18195)
@@ -15,3 +15,6 @@
 	mh_installpoms -plibwerken.xpath-java -e$(DEB_UPSTREAM_VERSION)
 	mh_installjar -plibwerken.xpath-java -e$(DEB_UPSTREAM_VERSION) -l \
           debian/pom.xml build/werken.xpath.jar
+
+clean::
+	mh_clean




More information about the pkg-java-commits mailing list