[Pkg-nethack-devel] nethack/debian changelog,1.11,1.12 nethackrc.tty,1.1,1.2 rules,1.3,1.4

Joshua Kwan joshk-guest@quantz.debian.org
Mon, 13 Oct 2003 01:05:54 +0000


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

Modified Files:
	changelog nethackrc.tty rules 
Log Message:
Add menucolors and hpmon patches, non-intrusive to bones/save files, and
disabled as options _by default_. Add reasonable defaults for debian
nethackrcs.


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/changelog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- changelog	12 Oct 2003 15:43:33 -0000	1.11
+++ changelog	13 Oct 2003 01:05:51 -0000	1.12
@@ -45,8 +45,14 @@
     - Consolidate massive amounts of nearly duplicate config.hs into one
       common configuration patch for include/config.h and add additional
       -Ds to CFLAGS for each build.
+    - Add some enhancement patches (Save/bones are NOT affected):
+        + 90_enh_hpmon.dpatch: HP monitor which visually alerts you when
+          HP goes below 2/3, 1/3, and 1/10 of total.
+        + 91_enh_menucolors.dpatch: Enables you to specify regular
+          expressions to highlight in your inventory (for example,
+          cursed/uncursed/blessed items.)
 
- -- Joshua Kwan <joshk@triplehelix.org>  Sun, 12 Oct 2003 01:16:19 -0700
+ -- Joshua Kwan <joshk@triplehelix.org>  Sun, 12 Oct 2003 15:50:20 -0700
  
 nethack (3.4.1-1.2) unstable; urgency=low
 

Index: nethackrc.tty
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethackrc.tty,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethackrc.tty	7 Oct 2003 23:35:08 -0000	1.1
+++ nethackrc.tty	13 Oct 2003 01:05:51 -0000	1.2
@@ -9,3 +9,15 @@
 OPTIONS=catname:Rex
 OPTIONS=pickup_types:$
 OPTIONS=nomail
+
+#
+# Some sane menucolor defaults
+#
+
+OPTIONS=menucolors
+MENUCOLOR=" blessed "=green
+MENUCOLOR=" holy "=green
+MENUCOLOR=" uncursed "=yellow
+MENUCOLOR=" cursed "=red
+MENUCOLOR=" unholy "=red
+MENUCOLOR=" cursed .* (being worn)"=orange&underline

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	12 Oct 2003 06:41:17 -0000	1.3
+++ rules	13 Oct 2003 01:05:51 -0000	1.4
@@ -301,7 +301,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs -a -A debian/README.Debian
+	dh_installdocs -a -A debian/README.Debian README.menucolor
 	dh_installmenu -a
 	dh_installdebconf -pnethack-common
 	dh_installman -a