[pkg-java] r18715 - trunk/liboro-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 28 11:10:43 UTC 2015


Author: ebourg-guest
Date: 2015-05-28 11:10:43 +0000 (Thu, 28 May 2015)
New Revision: 18715

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



Modified: trunk/liboro-java/debian/changelog
===================================================================
--- trunk/liboro-java/debian/changelog	2015-05-28 11:07:37 UTC (rev 18714)
+++ trunk/liboro-java/debian/changelog	2015-05-28 11:10:43 UTC (rev 18715)
@@ -4,6 +4,7 @@
   * Build reproducibility:
     - Replaced the date in the manifest with the date from debian/changelog
     - Removed the timestamps from the Javadoc
+  * debian/rules: Improved the clean target
   * Removed the obsolete information in debian/README.debian
   * Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9

Modified: trunk/liboro-java/debian/rules
===================================================================
--- trunk/liboro-java/debian/rules	2015-05-28 11:07:37 UTC (rev 18714)
+++ trunk/liboro-java/debian/rules	2015-05-28 11:10:43 UTC (rev 18715)
@@ -16,6 +16,9 @@
 	mh_installpoms -p$(PACKAGE)
 	mh_installjar -p$(PACKAGE) -l debian/pom.xml --usj-name=oro jakarta-oro-$(VERSION).jar
 
+clean::
+	mh_clean
+
 get-orig-source:
 	-uscan --download-version $(VERSION) --force-download --rename
 




More information about the pkg-java-commits mailing list