[icebreaker] 05/22: 1.21-7

Andreas Gnau rondom-guest at moszumanska.debian.org
Sat Sep 9 09:06:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 23211401113e77a5fbf08264a98e9dc43c2436c4
Author: LaMont Jones <lamont at debian.org>
Date:   Wed Sep 12 09:06:49 2007 -0600

    1.21-7
---
 Makefile         | 4 ++--
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 icebreaker.h     | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f52e411..c64ad37 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ ifndef mandir
 endif
 
 ifndef highscoredir
-#  highscoredir=/var/local/lib/games
-  highscoredir=/var/games
+  highscoredir=/var/local/lib/games
+  #highscoredir=/var/lib/games
 endif
 
 ifndef OPTIMIZE
diff --git a/debian/changelog b/debian/changelog
index 505eabc..2f9c3e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-7) unstable; urgency=low
+
+  * remove unnecessary diffs from upstream.
+
+ -- LaMont Jones <lamont at debian.org>  Thu, 23 May 2002 10:37:21 -0600
+
 icebreaker (1.21-6) unstable; urgency=low
 
   * Fix typos in postinst.  Closes: #133104.
diff --git a/debian/rules b/debian/rules
index 2793c4e..ec389da 100644
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ build-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) prefix=/usr
+	$(MAKE) prefix=/usr highscoredir=/var/games
 
 	touch build-stamp
 
diff --git a/icebreaker.h b/icebreaker.h
index 00f85af..fb2cd93 100644
--- a/icebreaker.h
+++ b/icebreaker.h
@@ -26,7 +26,7 @@
 
 
 #ifndef HISCOREPREFIX
-#define HISCOREPREFIX "/var/games"
+#define HISCOREPREFIX "/var/lib/games"
 #endif
 
 #define HISCOREFILE "icebreaker.scores"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/icebreaker.git



More information about the Pkg-games-commits mailing list