Author: ebourg-guest Date: 2013-07-02 21:08:51 +0000 (Tue, 02 Jul 2013) New Revision: 16960
Modified: trunk/libxstream-java/debian/changelog trunk/libxstream-java/debian/rules Log: debian/rules: Improved the clean target to allow rebuilds Modified: trunk/libxstream-java/debian/changelog =================================================================== --- trunk/libxstream-java/debian/changelog 2013-07-02 20:38:22 UTC (rev 16959) +++ trunk/libxstream-java/debian/changelog 2013-07-02 21:08:51 UTC (rev 16960) @@ -3,6 +3,7 @@ * New upstream release * Update Standards-Version: 3.9.4 (no changes) * Use canonical URLs for the Vcs-* fields + * debian/rules: Improved the clean target to allow rebuilds -- Emmanuel Bourg <[email protected]> Tue, 02 Jul 2013 22:38:00 +0200 Modified: trunk/libxstream-java/debian/rules =================================================================== --- trunk/libxstream-java/debian/rules 2013-07-02 20:38:22 UTC (rev 16959) +++ trunk/libxstream-java/debian/rules 2013-07-02 21:08:51 UTC (rev 16960) @@ -22,6 +22,8 @@ clean:: mh_clean + rm -Rf target + mh_unpatchpoms -p$(PACKAGE) get-orig-source: uscan --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

