[pkg-java] r18320 - trunk/commons-httpclient/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 14 13:44:37 UTC 2014


Author: ebourg-guest
Date: 2014-08-14 13:44:37 +0000 (Thu, 14 Aug 2014)
New Revision: 18320

Modified:
   trunk/commons-httpclient/debian/changelog
   trunk/commons-httpclient/debian/rules
Log:
debian/rules: Improved the clean target



Modified: trunk/commons-httpclient/debian/changelog
===================================================================
--- trunk/commons-httpclient/debian/changelog	2014-08-14 13:12:04 UTC (rev 18319)
+++ trunk/commons-httpclient/debian/changelog	2014-08-14 13:44:37 UTC (rev 18320)
@@ -10,7 +10,8 @@
     - Use canonical URLs for the Vcs-* fields
     - Standards-Version updated to 3.9.5 (no changes)
     - Improved the package description
-  * Removed Michael Koch from the uploaders (Closes: #654007)
+    - Removed Michael Koch from the uploaders (Closes: #654007)
+  * debian/rules: Improved the clean target
 
  -- Kumar Appaiah <akumar at debian.org>  Sat, 29 Mar 2014 15:40:00 -0400
 

Modified: trunk/commons-httpclient/debian/rules
===================================================================
--- trunk/commons-httpclient/debian/rules	2014-08-14 13:12:04 UTC (rev 18319)
+++ trunk/commons-httpclient/debian/rules	2014-08-14 13:44:37 UTC (rev 18320)
@@ -16,6 +16,9 @@
 	mh_installpoms -plib$(PACKAGE)-java
 	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/$(PACKAGE)-$(VERSION).jar
 
+clean::
+	mh_clean
+
 get-orig-pom:
 	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/commons-httpclient/commons-httpclient/$(DEB_UPSTREAM_VERSION)/commons-httpclient-$(DEB_UPSTREAM_VERSION).pom
 




More information about the pkg-java-commits mailing list