summaryrefslogtreecommitdiff
path: root/debian/patches/0001-debcherry-fixup-patch.patch
blob: 28c45ba461ddba2db85e77fd2a661df284250822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
From c1f79e5b7f2dc335983ba7df981b5d45170295fb Mon Sep 17 00:00:00 2001
From: Manoj Srivastava <srivasta@golden-gryphon.com>
Date: Wed, 14 May 2014 23:48:09 -0700
Subject: [PATCH 1/3] debcherry fixup patch

32318ec [master]: New upstream release
	 - no changes against upstream or conflicts
786d26c [master]:  New upstream release
	 - extra changes or conflicts
36e907c [topic--debian]: FTBFS due to binutils-gold
	 - extra changes or conflicts
1021e15 [master]: First phase of a ove to a new build system using dh.
	 - no changes against upstream or conflicts
23433b4 Added the debian submodule.
	 - extra changes or conflicts
b15c77f Reduce divergence from upstream, and move to sdl variant
	 - extra changes or conflicts
815d966 Set the maintainewr address to be a debian role address
	 - no changes against upstream or conflicts
a83a04d Fix typo in man page
	 - extra changes or conflicts
a3d690b Revert the -m32 flags; use linux32 instead at run-time
	 - extra changes or conflicts
79cab02 Build in 32bit mode
	 - extra changes or conflicts
de0507e Fix initialization of directory for loading/saving games.
	 - extra changes or conflicts
ae5a5b4 Really synch with upstream
	 - extra changes or conflicts
a2f1a5c Added a manual page
	 - extra changes or conflicts
18bd448 Changes to integrate tome into Debian
	 - extra changes or conflicts
---
 src/config.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/config.h b/src/config.h
index 7c1cf1d..c9f460e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -89,7 +89,7 @@
 /*
  * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c"
  */
-/* #define USE_NCURSES */
+#define USE_NCURSES
 
 
 /*
@@ -226,7 +226,7 @@
  * that file.
  */
 #ifndef DEFAULT_PATH
-# define DEFAULT_PATH "./lib/"
+# define DEFAULT_PATH "/var/games/tome"
 #endif
 
 
@@ -261,7 +261,7 @@
 /*
  * OPTION: Person to bother if something goes wrong.
  */
-#define MAINTAINER      "darkgod@t-o-m-e.net"
+#define MAINTAINER      "tome@packages.debian.org"
 
 
 /*
@@ -282,7 +282,7 @@
 /* ToME options: */
 
 /* Should the player know his / her starting life rate? */
-/* #define SHOW_LIFE_RATE */
+#define SHOW_LIFE_RATE
 
 /* Allow hordes of 'similar' monsters */
 #define MONSTER_HORDES
-- 
2.0.0.rc2