Author: ebourg-guest Date: 2013-10-01 11:34:46 +0000 (Tue, 01 Oct 2013) New Revision: 17289
Modified: trunk/commons-daemon/debian/changelog trunk/commons-daemon/debian/rules Log: Improved the clean target to allow rebuilds Modified: trunk/commons-daemon/debian/changelog =================================================================== --- trunk/commons-daemon/debian/changelog 2013-10-01 11:31:10 UTC (rev 17288) +++ trunk/commons-daemon/debian/changelog 2013-10-01 11:34:46 UTC (rev 17289) @@ -2,6 +2,7 @@ * Use canonical URLs for the Vcs-* fields * Generate Java 6 compatible bytecode + * debian/rules: Improved the clean target to allow rebuilds -- Emmanuel Bourg <[email protected]> Tue, 01 Oct 2013 12:59:44 +0200 Modified: trunk/commons-daemon/debian/rules =================================================================== --- trunk/commons-daemon/debian/rules 2013-10-01 11:31:10 UTC (rev 17288) +++ trunk/commons-daemon/debian/rules 2013-10-01 11:34:46 UTC (rev 17289) @@ -28,6 +28,8 @@ JAVA_HOME=$(JAVA_HOME) ant $(ANT_ARGS) clean dh_auto_clean rm -f jsvc.1 + mh_clean + rm -f src/native/unix/configure override_dh_auto_install: dh_auto_install _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

