Author: ebourg-guest Date: 2014-01-06 13:11:54 +0000 (Mon, 06 Jan 2014) New Revision: 17637
Modified: trunk/ant/debian/changelog trunk/ant/debian/rules Log: debian/rules: Improved the clean target to allow rebuilds Modified: trunk/ant/debian/changelog =================================================================== --- trunk/ant/debian/changelog 2014-01-06 09:19:34 UTC (rev 17636) +++ trunk/ant/debian/changelog 2014-01-06 13:11:54 UTC (rev 17637) @@ -3,6 +3,7 @@ * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 * Updated the description of 0008-junit4-replace-assumeFalse.patch + * debian/rules: Improved the clean target to allow rebuilds -- Emmanuel Bourg <[email protected]> Mon, 06 Jan 2014 09:47:00 +0100 Modified: trunk/ant/debian/rules =================================================================== --- trunk/ant/debian/rules 2014-01-06 09:19:34 UTC (rev 17636) +++ trunk/ant/debian/rules 2014-01-06 13:11:54 UTC (rev 17637) @@ -116,6 +116,7 @@ -rm -f gjdoc_rawcomment.cache -rm -rf bin bootstrap build lib/*.jar -rm -f stamp-build-ant + -rm -f stamp-build-ant-doc -rm -rf debian/tmp mh_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

