Author: ebourg-guest Date: 2014-09-29 20:53:31 +0000 (Mon, 29 Sep 2014) New Revision: 18485
Modified: trunk/libjtharness-java/debian/changelog trunk/libjtharness-java/debian/rules Log: debian/rules: Improved the clean target Modified: trunk/libjtharness-java/debian/changelog =================================================================== --- trunk/libjtharness-java/debian/changelog 2014-09-29 20:44:39 UTC (rev 18484) +++ trunk/libjtharness-java/debian/changelog 2014-09-29 20:53:31 UTC (rev 18485) @@ -7,6 +7,7 @@ * Switch to debhelper level 9 * Use XZ compression for the upstream tarball * debian/copyright: Updated the Format URI + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Mon, 29 Sep 2014 21:50:56 +0200 Modified: trunk/libjtharness-java/debian/rules =================================================================== --- trunk/libjtharness-java/debian/rules 2014-09-29 20:44:39 UTC (rev 18484) +++ trunk/libjtharness-java/debian/rules 2014-09-29 20:53:31 UTC (rev 18485) @@ -2,8 +2,12 @@ JAVA_HOME = /usr/lib/jvm/default-java +%: + dh $@ --with javahelper + override_dh_auto_build: ant -f build/build.xml -%: - dh $@ --with javahelper +override_dh_auto_clean: + rm -Rf jar-build + dh_auto_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

