Author: tolimar Date: 2010-07-20 09:42:56 +0000 (Tue, 20 Jul 2010) New Revision: 11092
Modified: packages/trunk/enemylines7/debian/changelog packages/trunk/enemylines7/debian/rules Log: Only invoke make clean, if Makefile exists Modified: packages/trunk/enemylines7/debian/changelog =================================================================== --- packages/trunk/enemylines7/debian/changelog 2010-07-20 09:32:15 UTC (rev 11091) +++ packages/trunk/enemylines7/debian/changelog 2010-07-20 09:42:56 UTC (rev 11092) @@ -3,14 +3,15 @@ [ Ansgar Burchardt ] * Remove deprecated Encoding key from .desktop file + [ Evgeni Golov ] + * Update watchfile. + [ Alexander Reichle-Schmehl ] * Adopt debian/control to my new name + * Only call make clean, if Makefile exists - [ Evgeni Golov ] - * Update watchfile. + -- Alexander Reichle-Schmehl <[email protected]> Tue, 20 Jul 2010 11:42:10 +0200 - -- Alexander Reichle-Schmehl <[email protected]> Tue, 26 May 2009 13:20:53 +0200 - enemylines7 (0.6-3) unstable; urgency=low [ Gonéri Le Bouder ] Modified: packages/trunk/enemylines7/debian/rules =================================================================== --- packages/trunk/enemylines7/debian/rules 2010-07-20 09:32:15 UTC (rev 11091) +++ packages/trunk/enemylines7/debian/rules 2010-07-20 09:42:56 UTC (rev 11092) @@ -44,7 +44,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

