[pkg-java] r18367 - trunk/easyconf/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 8 06:58:17 UTC 2014
Author: ebourg-guest
Date: 2014-09-08 06:58:17 +0000 (Mon, 08 Sep 2014)
New Revision: 18367
Modified:
trunk/easyconf/debian/changelog
trunk/easyconf/debian/rules
Log:
debian/rules: Improved the clean target
Modified: trunk/easyconf/debian/changelog
===================================================================
--- trunk/easyconf/debian/changelog 2014-09-08 06:56:21 UTC (rev 18366)
+++ trunk/easyconf/debian/changelog 2014-09-08 06:58:17 UTC (rev 18367)
@@ -5,6 +5,7 @@
- Depend on libservlet3.1-java instead of libservlet2.5-java
- Use canonical URLs for the Vcs-* fields
- Standards-Version updated to 3.9.5 (no changes)
+ * debian/rules: Improved the clean target
* Fixed the watch file
* Switch to debhelper level 9
* debian/copyright: Updated the Format URI
Modified: trunk/easyconf/debian/rules
===================================================================
--- trunk/easyconf/debian/rules 2014-09-08 06:56:21 UTC (rev 18366)
+++ trunk/easyconf/debian/rules 2014-09-08 06:58:17 UTC (rev 18367)
@@ -18,6 +18,7 @@
clean::
-rm -rf src/conf
-rm debian/tmp
+ mh_clean
binary-post-install/libeasyconf-java::
mh_installpoms -plibeasyconf-java
More information about the pkg-java-commits
mailing list