[pkg-java] r16490 - trunk/libcommons-logging-java/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Apr 4 13:49:04 UTC 2013


Author: ebourg-guest
Date: 2013-04-04 13:49:03 +0000 (Thu, 04 Apr 2013)
New Revision: 16490

Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/rules
Log:
'debian/rules clean' now calls mh_clean to remove debian/.mh

Modified: trunk/libcommons-logging-java/debian/changelog
===================================================================
--- trunk/libcommons-logging-java/debian/changelog	2013-04-04 12:52:48 UTC (rev 16489)
+++ trunk/libcommons-logging-java/debian/changelog	2013-04-04 13:49:03 UTC (rev 16490)
@@ -7,6 +7,7 @@
   * Fixed the outdated OSGi metadata
   * Upgraded the dependency on the Servlet API (2.5 -> 3.0)
   * debian/copyright: converted to DEP5 format, updated the contributors
+  * debian/rules: the clean target now properly removes the debian/.mh directory
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 04 Apr 2013 14:48:38 +0200
 

Modified: trunk/libcommons-logging-java/debian/rules
===================================================================
--- trunk/libcommons-logging-java/debian/rules	2013-04-04 12:52:48 UTC (rev 16489)
+++ trunk/libcommons-logging-java/debian/rules	2013-04-04 13:49:03 UTC (rev 16490)
@@ -25,7 +25,7 @@
 	dh_link usr/share/java/commons-logging-adapters-$(VERSION).jar usr/share/java/commons-logging-adapters.jar
 
 clean::
-	rm -rf debian/tmp
+	mh_clean
 
 get-orig-source:
 	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename




More information about the pkg-java-commits mailing list