[pkg-java] r17079 - trunk/bnd/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri Jul 26 14:40:19 UTC 2013
Author: ebourg-guest
Date: 2013-07-26 14:40:19 +0000 (Fri, 26 Jul 2013)
New Revision: 17079
Modified:
trunk/bnd/debian/rules
Log:
debian/rules: Improved the clean target
Modified: trunk/bnd/debian/rules
===================================================================
--- trunk/bnd/debian/rules 2013-07-26 13:30:11 UTC (rev 17078)
+++ trunk/bnd/debian/rules 2013-07-26 14:40:19 UTC (rev 17079)
@@ -113,6 +113,7 @@
clean::
rm -f debian/stamp-bootstrap
+ find -type l -name '*.jar' | xargs rm
jh_clean
mh_clean
-rm -rf install/
More information about the pkg-java-commits
mailing list