Author: roam-guest Date: 2009-04-03 13:52:50 +0000 (Fri, 03 Apr 2009) New Revision: 9374
Modified: packages/trunk/cookietool/debian/changelog packages/trunk/cookietool/debian/rules Log: Do not ignore errors from "make clean". Modified: packages/trunk/cookietool/debian/changelog =================================================================== --- packages/trunk/cookietool/debian/changelog 2009-04-03 13:51:00 UTC (rev 9373) +++ packages/trunk/cookietool/debian/changelog 2009-04-03 13:52:50 UTC (rev 9374) @@ -3,6 +3,7 @@ * New maintainer. Closes: #503560 * Use quilt for patch management. * Add a placeholder watchfile explaining why we can't use uscan. + * Do not ignore errors from "make clean". -- Peter Pentchev <[email protected]> Fri, 03 Apr 2009 16:18:42 +0300 Modified: packages/trunk/cookietool/debian/rules =================================================================== --- packages/trunk/cookietool/debian/rules 2009-04-03 13:51:00 UTC (rev 9373) +++ packages/trunk/cookietool/debian/rules 2009-04-03 13:52:50 UTC (rev 9374) @@ -21,7 +21,7 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + $(MAKE) clean dh_clean $(MAKE) -f debian/rules unpatch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

