r9151 - packages/trunk/xtux/debian

Barry deFreese bdefreese at alioth.debian.org
Mon Mar 16 02:51:14 UTC 2009


Author: bdefreese
Date: 2009-03-16 02:51:14 +0000 (Mon, 16 Mar 2009)
New Revision: 9151

Modified:
   packages/trunk/xtux/debian/changelog
   packages/trunk/xtux/debian/rules
Log:
Reverse removing generated files on clean.  Stupid upstream build 
system.


Modified: packages/trunk/xtux/debian/changelog
===================================================================
--- packages/trunk/xtux/debian/changelog	2009-03-16 02:37:31 UTC (rev 9150)
+++ packages/trunk/xtux/debian/changelog	2009-03-16 02:51:14 UTC (rev 9151)
@@ -8,7 +8,6 @@
   * Bump debhelper build-dep to match compat version (5).
   * Add myself to uploaders.
   * Version GPL path in copyright. (GPL-2).
-  * Remove configure generated files on clean.
   * Add set -e to maintainer scripts.
   * Remove useless prerm script.
   * Fix manpage lintian warning in xtux.6.

Modified: packages/trunk/xtux/debian/rules
===================================================================
--- packages/trunk/xtux/debian/rules	2009-03-16 02:37:31 UTC (rev 9150)
+++ packages/trunk/xtux/debian/rules	2009-03-16 02:51:14 UTC (rev 9151)
@@ -22,7 +22,6 @@
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 	rm -f src/client/config.cache src/client/config.log src/client/config.status
-	rm -f $(CURDIR)/src/ggz/config.cache $(CURDIR)/src/ggz/config.status $(CURDIR)/src/ggz/config.log
 
 	dh_clean
 




More information about the Pkg-games-commits mailing list