r9330 - packages/trunk/xmahjongg/debian
Peter Pentchev
roam-guest at alioth.debian.org
Tue Mar 31 21:56:14 UTC 2009
Author: roam-guest
Date: 2009-03-31 21:56:13 +0000 (Tue, 31 Mar 2009)
New Revision: 9330
Modified:
packages/trunk/xmahjongg/debian/changelog
packages/trunk/xmahjongg/debian/rules
Log:
Do not ignore errors from "make clean".
Modified: packages/trunk/xmahjongg/debian/changelog
===================================================================
--- packages/trunk/xmahjongg/debian/changelog 2009-03-31 21:52:04 UTC (rev 9329)
+++ packages/trunk/xmahjongg/debian/changelog 2009-03-31 21:56:13 UTC (rev 9330)
@@ -4,6 +4,7 @@
* Use quilt for patch management.
* Regenerate the autotools-related files.
* Add a watch file.
+ * Do not ignore errors from "make clean".
-- Peter Pentchev <roam at ringlet.net> Tue, 31 Mar 2009 17:19:37 +0300
Modified: packages/trunk/xmahjongg/debian/rules
===================================================================
--- packages/trunk/xmahjongg/debian/rules 2009-03-31 21:52:04 UTC (rev 9329)
+++ packages/trunk/xmahjongg/debian/rules 2009-03-31 21:56:13 UTC (rev 9330)
@@ -26,7 +26,7 @@
rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
${MAKE} -f debian/rules unpatch
More information about the Pkg-games-commits
mailing list