[pkg-java] r18348 - trunk/oscache/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Sep 7 21:35:50 UTC 2014


Author: ebourg-guest
Date: 2014-09-07 21:35:50 +0000 (Sun, 07 Sep 2014)
New Revision: 18348

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



Modified: trunk/oscache/debian/changelog
===================================================================
--- trunk/oscache/debian/changelog	2014-09-07 21:34:30 UTC (rev 18347)
+++ trunk/oscache/debian/changelog	2014-09-07 21:35:50 UTC (rev 18348)
@@ -6,6 +6,7 @@
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 07 Sep 2014 23:19:15 +0200
 

Modified: trunk/oscache/debian/rules
===================================================================
--- trunk/oscache/debian/rules	2014-09-07 21:34:30 UTC (rev 18347)
+++ trunk/oscache/debian/rules	2014-09-07 21:35:50 UTC (rev 18348)
@@ -13,5 +13,8 @@
 	mh_installpom -pliboscache-java pom.xml
 	mh_installjar -pliboscache-java pom.xml -l oscache.jar
 
+clean::
+	mh_clean
+
 get-orig-source:
 	uscan --force-download




More information about the pkg-java-commits mailing list