[Pkg-nethack-devel] nethack changelog,1.37,1.38 rules,1.17,1.18

Joshua Kwan joshk-guest@quantz.debian.org
Wed, 07 Jan 2004 06:50:48 +0000


Update of /cvsroot/pkg-nethack/nethack
In directory quantz:/tmp/cvs-serv28565

Modified Files:
	changelog rules 
Log Message:
last-minute bug where nh10.pcf.gz didn't get deleted. weird


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/changelog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- changelog	5 Jan 2004 10:40:50 -0000	1.37
+++ changelog	7 Jan 2004 06:50:46 -0000	1.38
@@ -13,6 +13,7 @@
     - 13_simple_mail.dpatch: allow our nethack patches to function
       with dgamelaunch (not in the Debian archive -- yet). Does not
       affect gameplay.
+    - Delete nh10.pcf.*, somehow during one build nh10.pcf.gz snuck in.
 
  -- Joshua Kwan <joshk@triplehelix.org>  Mon, 29 Dec 2003 11:16:22 -0800
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/rules,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rules	27 Dec 2003 09:32:09 -0000	1.17
+++ rules	7 Jan 2004 06:50:46 -0000	1.18
@@ -58,7 +58,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp build-common-stamp $(TARGET_STAMPS)
-	rm -f nh10.pcf
+	rm -f nh10.pcf*
 	rm -f $(patsubst %,debian/%/nethack,$(TARGETS))
 	-$(MAKE) spotless
 	-find . -name Makefile -print0 | xargs -r -0 rm