[Pkg-nethack-devel] nethack/debian changelog,1.18,1.19 rules,1.6,1.7

Joshua Kwan joshk-guest@quantz.debian.org
Thu, 23 Oct 2003 05:23:35 +0000


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

Modified Files:
	changelog rules 
Log Message:
Oof, too much stuff landing at once, please test! See debian/changelog
for all the details.


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/changelog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- changelog	17 Oct 2003 07:27:57 -0000	1.18
+++ changelog	23 Oct 2003 05:23:33 -0000	1.19
@@ -1,11 +1,14 @@
 nethack (3.4.2-3) unstable; urgency=low
 
   * Joshua Kwan <joshk@triplehelix.org>:
-    - Enable hpmon by default on tty builds and always disable number_pad,
-      the latter of which is done because it is a fundamental part of Rogue
-      culture, and because those who are using layouts like Dvorak on their
-      keyboards probably know enough to tweak their nethackrcs a little.
-      This only affects the default configurations.
+    - Use perror() and change some wording in recover.c to make error
+      messages useful. (Closes: #72582)
+    - Set 'ignintr' in the GNOME default nethackrc to work around GNOME
+      library bug #216454.
+    - As per discussion on debian-devel, turn off number_pad by default
+      so as not to deviate from upstream.
+    - 16_pixmapdir.dpatch: move all pixmaps into /usr/share/pixmaps/nethack/
+      and make all graphical nethacks work with this
 
  -- Joshua Kwan <joshk@triplehelix.org>  Fri, 17 Oct 2003 00:24:41 -0700
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules	14 Oct 2003 02:35:54 -0000	1.6
+++ rules	23 Oct 2003 05:23:33 -0000	1.7
@@ -153,10 +153,15 @@
 	install -m 755 -o root -g games util/dlb \
 	  debian/nethack-common/usr/lib/games/nethack/dlb
 
-	for file in nhdat x11tiles pet_mark.xbm rip.xpm mapbg.xpm; \
+	install -m 0644 -o root -g root dat/nhdat \
+	  debian/nethack-common/usr/lib/games/nethack/nhdat
+
+	install -d debian/nethack-common/usr/share/pixmaps/nethack
+	
+	for file in x11tiles pet_mark.xbm rip.xpm mapbg.xpm; \
 	do \
 	  install -m 0644 -o root -g root dat/$$file \
-	  debian/nethack-common/usr/lib/games/nethack; \
+	  debian/nethack-common/usr/share/pixmaps/nethack; \
 	done
 
 # spoilers have been split out into nethack-spoilers
@@ -266,7 +271,7 @@
 # install nethack-gnome stuff
 ###
 	install -m 644 -o root -g root debian/t32-1024.xpm \
-	  debian/nethack-gnome/usr/lib/games/nethack/
+	  debian/nethack-gnome/usr/share/pixmaps/nethack/
 	  
 	install -m 644 -o root -g root debian/gnome/nethackrc \
 	  debian/nethack-gnome/etc/nethack/nethackrc.gnome