[pkg-java] r18575 - trunk/tiles/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 25 23:27:19 BST 2014
Author: ebourg-guest
Date: 2014-10-25 22:27:18 +0000 (Sat, 25 Oct 2014)
New Revision: 18575
Modified:
trunk/tiles/debian/changelog
trunk/tiles/debian/rules
Log:
debian/rules: Improved the clean target
Modified: trunk/tiles/debian/changelog
===================================================================
--- trunk/tiles/debian/changelog 2014-10-25 22:25:49 UTC (rev 18574)
+++ trunk/tiles/debian/changelog 2014-10-25 22:27:18 UTC (rev 18575)
@@ -3,6 +3,7 @@
* Removed the suggested dependency on libservlet2.5-java
* Standards-Version updated to 3.9.6 (no changes)
* Switch to debhelper level 9
+ * debian/rules: Improved the clean target
-- Emmanuel Bourg <ebourg at apache.org> Sun, 26 Oct 2014 00:22:35 +0200
Modified: trunk/tiles/debian/rules
===================================================================
--- trunk/tiles/debian/rules 2014-10-25 22:25:49 UTC (rev 18574)
+++ trunk/tiles/debian/rules 2014-10-25 22:27:18 UTC (rev 18575)
@@ -24,6 +24,7 @@
done
clean::
+ mh_clean
-rm -rf debian/tmp
get-orig-source:
More information about the pkg-java-commits
mailing list