[pkg-java] r18726 - trunk/libcommons-modeler-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jun 4 07:08:30 UTC 2015


Author: ebourg-guest
Date: 2015-06-04 07:08:30 +0000 (Thu, 04 Jun 2015)
New Revision: 18726

Modified:
   trunk/libcommons-modeler-java/debian/changelog
   trunk/libcommons-modeler-java/debian/rules
Log:
debian/rules: Improved the clean target



Modified: trunk/libcommons-modeler-java/debian/changelog
===================================================================
--- trunk/libcommons-modeler-java/debian/changelog	2015-06-04 07:04:49 UTC (rev 18725)
+++ trunk/libcommons-modeler-java/debian/changelog	2015-06-04 07:08:30 UTC (rev 18726)
@@ -6,6 +6,7 @@
   * Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
   * Use canonical URLs for the Vcs-* fields
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 04 Jun 2015 08:53:49 +0200
 

Modified: trunk/libcommons-modeler-java/debian/rules
===================================================================
--- trunk/libcommons-modeler-java/debian/rules	2015-06-04 07:04:49 UTC (rev 18725)
+++ trunk/libcommons-modeler-java/debian/rules	2015-06-04 07:08:30 UTC (rev 18726)
@@ -19,3 +19,6 @@
 	mh_installpoms -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION)
 	mh_installjar -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) \
             -l debian/pom.xml dist/commons-modeler.jar
+
+clean::
+	mh_clean




More information about the pkg-java-commits mailing list