r4866 - packages/trunk/prboom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Fri Dec 7 18:56:33 UTC 2007


Author: jmtd-guest
Date: 2007-12-07 18:56:33 +0000 (Fri, 07 Dec 2007)
New Revision: 4866

Modified:
   packages/trunk/prboom/debian/changelog
   packages/trunk/prboom/debian/rules
Log:
remove config.log in clean target


Modified: packages/trunk/prboom/debian/changelog
===================================================================
--- packages/trunk/prboom/debian/changelog	2007-12-07 14:03:52 UTC (rev 4865)
+++ packages/trunk/prboom/debian/changelog	2007-12-07 18:56:33 UTC (rev 4866)
@@ -13,8 +13,9 @@
   * remove spare "menu" file
   * Add DM-Upload-Allowed: yes to control file (at present, the only
     non-DD maintainer is myself)
+  * remove config.log in clean target
 
- -- Jon Dowland <jon at alcopop.org>  Wed, 28 Nov 2007 23:07:47 +0000
+ -- Jon Dowland <jon at alcopop.org>  Fri, 07 Dec 2007 18:55:57 +0000
 
 prboom (2:2.4.7+dfsg-1) unstable; urgency=low
 

Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules	2007-12-07 14:03:52 UTC (rev 4865)
+++ packages/trunk/prboom/debian/rules	2007-12-07 18:56:33 UTC (rev 4866)
@@ -40,6 +40,7 @@
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
 	dh_clean
+	rm -f config.log
 
 dest=$(CURDIR)/debian/tmp
 




More information about the Pkg-games-commits mailing list