r2162 - packages/trunk/ioquake3/debian
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at alioth.debian.org
Sun Dec 17 15:24:16 CET 2006
Author: fuddl-guest
Date: 2006-12-17 15:24:15 +0100 (Sun, 17 Dec 2006)
New Revision: 2162
Removed:
packages/trunk/ioquake3/debian/ioquake3-server.dirs
packages/trunk/ioquake3/debian/ioquake3.dirs
Modified:
packages/trunk/ioquake3/debian/README.Debian
packages/trunk/ioquake3/debian/changelog
packages/trunk/ioquake3/debian/rules
Log:
some minor tweaks and a note in README.Debian
Modified: packages/trunk/ioquake3/debian/README.Debian
===================================================================
--- packages/trunk/ioquake3/debian/README.Debian 2006-12-16 15:09:18 UTC (rev 2161)
+++ packages/trunk/ioquake3/debian/README.Debian 2006-12-17 14:24:15 UTC (rev 2162)
@@ -2,7 +2,9 @@
===================
Icculus.Org Quake 3 is a 3D engine and can be used for a number of games,
-especially now that people are porting in new models.
+especially now that people are porting in new models. Though, the source code
+of the engine has to be slightly modified to be suitable for other game data
+than id Softwware Inc.'s Quake III Arena.
To play id Software Inc.'s proprietary Quake III Arena you must install and
configure the package 'quake3-data'.
Modified: packages/trunk/ioquake3/debian/changelog
===================================================================
--- packages/trunk/ioquake3/debian/changelog 2006-12-16 15:09:18 UTC (rev 2161)
+++ packages/trunk/ioquake3/debian/changelog 2006-12-17 14:24:15 UTC (rev 2162)
@@ -1,4 +1,4 @@
-ioquake3 (1:1.33+svn935-1) unstable; urgency=low
+ioquake3 (1:1.33+svn1012-1) UNRELEASED; urgency=low
* new sync with upstream
* epoch needed for early adopters
Deleted: packages/trunk/ioquake3/debian/ioquake3-server.dirs
===================================================================
--- packages/trunk/ioquake3/debian/ioquake3-server.dirs 2006-12-16 15:09:18 UTC (rev 2161)
+++ packages/trunk/ioquake3/debian/ioquake3-server.dirs 2006-12-17 14:24:15 UTC (rev 2162)
@@ -1,2 +0,0 @@
-usr/games
-usr/lib/games/ioquake3
Deleted: packages/trunk/ioquake3/debian/ioquake3.dirs
===================================================================
--- packages/trunk/ioquake3/debian/ioquake3.dirs 2006-12-16 15:09:18 UTC (rev 2161)
+++ packages/trunk/ioquake3/debian/ioquake3.dirs 2006-12-17 14:24:15 UTC (rev 2162)
@@ -1,4 +0,0 @@
-usr/share/pixmaps
-usr/share/icons/hicolor/apps
-usr/games
-usr/share/applications
Modified: packages/trunk/ioquake3/debian/rules
===================================================================
--- packages/trunk/ioquake3/debian/rules 2006-12-16 15:09:18 UTC (rev 2161)
+++ packages/trunk/ioquake3/debian/rules 2006-12-17 14:24:15 UTC (rev 2162)
@@ -1,17 +1,10 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
@@ -22,13 +15,8 @@
## Not using dpkg-architecture to keep in sync with ioq3's Makefile
Q3ARCH=$(shell uname -m | sed -e s/i.86/i386/)
-configure: configure-stamp
-configure-stamp: patch-stamp
- dh_testdir
- touch configure-stamp
-
build: unpack build-stamp
-build-stamp: configure-stamp
+build-stamp:
dh_testdir
$(MAKE) $(BUILD_FLAGS)
/usr/bin/docbook-to-man debian/ioquake3-server.sgml > ioquake3-server.6
@@ -41,7 +29,7 @@
-$(MAKE) distclean
# Clean up files we generated on our own
- -rm -f build-stamp configure-stamp unpack-stamp ioquake3-server.6 ioquake3.6 ioquake3.svg ioquake3_32x32.xpm
+ -rm -f build-stamp unpack-stamp ioquake3-server.6 ioquake3.6 ioquake3.svg ioquake3_32x32.xpm
-rm -rf .pc
dh_clean
More information about the Pkg-games-commits
mailing list