r514 - in packages/quake3/trunk/debian: . patches
Marc Leeman
mleeman-guest at costa.debian.org
Sun Apr 16 07:16:39 UTC 2006
Author: mleeman-guest
Date: 2006-04-16 07:16:37 +0000 (Sun, 16 Apr 2006)
New Revision: 514
Modified:
packages/quake3/trunk/debian/changelog
packages/quake3/trunk/debian/patches/ioquake3-debian.diff
packages/quake3/trunk/debian/rules
Log:
remove the .pc directory in clean
refreshed patch to svn708
kept release at 1.34-rc1+svn708 while upstream downed it again to 1.33
:-/; 1.34 should arrive "soonish" anyway
released a new build to fix libopenal0a dependency
Modified: packages/quake3/trunk/debian/changelog
===================================================================
--- packages/quake3/trunk/debian/changelog 2006-04-15 18:45:48 UTC (rev 513)
+++ packages/quake3/trunk/debian/changelog 2006-04-16 07:16:37 UTC (rev 514)
@@ -1,3 +1,12 @@
+ioquake3 (1.34-rc1+svn708-1) unstable; urgency=low
+
+ * Updated to SVN 708
+ * Refreshed patches
+ * new build needed for dependency on libopenal0a
+ * Updated manpages (added more options and sorted them alphabetically)
+
+ -- Marc Leeman <marc.leeman at gmail.com> Sun, 16 Apr 2006 08:44:01 +0200
+
ioquake3 (1.34-rc1+svn632-1) UNRELEASED; urgency=low
* Updated to SVN release 632
Modified: packages/quake3/trunk/debian/patches/ioquake3-debian.diff
===================================================================
--- packages/quake3/trunk/debian/patches/ioquake3-debian.diff 2006-04-15 18:45:48 UTC (rev 513)
+++ packages/quake3/trunk/debian/patches/ioquake3-debian.diff 2006-04-16 07:16:37 UTC (rev 514)
@@ -1,20 +1,24 @@
-Index: ioquake3-1.33+svn592/code/qcommon/q_shared.h
+Index: ioquake3-1.34-rc1+svn708/code/qcommon/q_shared.h
===================================================================
---- ioquake3-1.33+svn592.orig/code/qcommon/q_shared.h 2006-02-28 22:06:10.977391589 +0100
-+++ ioquake3-1.33+svn592/code/qcommon/q_shared.h 2006-02-28 22:10:25.839138772 +0100
-@@ -26,7 +26,7 @@
+--- ioquake3-1.34-rc1+svn708.orig/code/qcommon/q_shared.h 2006-04-16 08:35:49.000000000 +0200
++++ ioquake3-1.34-rc1+svn708/code/qcommon/q_shared.h 2006-04-16 08:42:26.346950987 +0200
+@@ -26,7 +26,11 @@
// q_shared.h -- included first by ALL program modules.
// A user mod should never modify this file
--#define Q3_VERSION "ioQ3 1.34-rc1"
-+#define Q3_VERSION "GNU/Debian ioQ3 1.34-rc1"
- // 1.32 released 7-10-2002
-
- #define MAX_TEAMNAME 32
-Index: ioquake3-1.33+svn592/code/server/sv_init.c
+-#define Q3_VERSION "ioq3 1.33"
++// #define Q3_VERSION "ioq3 1.33"
++// The upstream version has been put down again, we don't change this
++// as it would create confusion for the packages, the 1.34 is bound to
++// arrive soon anyway.
++#define Q3_VERSION "GNU/Debian ioQ3 1.34-rc1"
+ #define CLIENT_WINDOW_TITLE "icculus.org/quake3"
+ #define CLIENT_WINDOW_ICON "ioq3"
+ #define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console"
+Index: ioquake3-1.34-rc1+svn708/code/server/sv_init.c
===================================================================
---- ioquake3-1.33+svn592.orig/code/server/sv_init.c 2006-02-28 22:06:08.405375241 +0100
-+++ ioquake3-1.33+svn592/code/server/sv_init.c 2006-02-28 22:09:46.090849996 +0100
+--- ioquake3-1.34-rc1+svn708.orig/code/server/sv_init.c 2006-04-16 08:35:45.000000000 +0200
++++ ioquake3-1.34-rc1+svn708/code/server/sv_init.c 2006-04-16 08:40:38.195010759 +0200
@@ -579,7 +579,7 @@
Cvar_Get ("protocol", va("%i", PROTOCOL_VERSION), CVAR_SERVERINFO | CVAR_ROM);
sv_mapname = Cvar_Get ("mapname", "nomap", CVAR_SERVERINFO | CVAR_ROM);
Modified: packages/quake3/trunk/debian/rules
===================================================================
--- packages/quake3/trunk/debian/rules 2006-04-15 18:45:48 UTC (rev 513)
+++ packages/quake3/trunk/debian/rules 2006-04-16 07:16:37 UTC (rev 514)
@@ -48,6 +48,7 @@
# Clean up files we generated on our own
-rm -f build-stamp configure-stamp unpack-stamp ioq3ded.6 ioquake3.6 ioquake3.svg
+ -rm -rf .pc
dh_clean
install: DH_OPTIONS=
More information about the Pkg-games-commits
mailing list