[SCM] Quake 3 engine branch, master, updated. 8c55e800f5e2770fc94eaef607c937baca264e08
Simon McVittie
smcv at debian.org
Thu Sep 16 16:54:18 UTC 2010
The following commit has been merged in the master branch:
commit 35d492eaf03d450a9932d73bcd9f2604b3f1038e
Author: Simon McVittie <smcv at debian.org>
Date: Sat Aug 14 14:55:15 2010 +0100
Remove quake3 wrapper example for now
diff --git a/debian/rules b/debian/rules
index a45e836..9b870b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,11 +51,3 @@ override_dh_auto_build:
< debian/wrappers/openarena.in \
> debian/wrappers/openarena-server
chmod +x debian/wrappers/openarena-server
- sed -e s/@IOQ3BINARY@/ioquake3/ \
- < debian/wrappers/quake3.in \
- > debian/wrappers/quake3
- chmod +x debian/wrappers/quake3
- sed -e s/@IOQ3BINARY@/ioq3ded/ \
- < debian/wrappers/quake3.in \
- > debian/wrappers/q3ded
- chmod +x debian/wrappers/q3ded
diff --git a/debian/wrappers/quake3.in b/debian/wrappers/quake3.in
deleted file mode 100644
index 2dd4558..0000000
--- a/debian/wrappers/quake3.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# ioquake3 or ioq3ded
-IOQ3BINARY=@IOQ3BINARY@
-# q3a or openarena
-IOQ3DOTDIR=q3a
-
-ENGINE="/usr/lib/ioquake3/${IOQ3BINARY}"
-
-# the defaults mostly apply
-CVARS="+set com_standalone 0"
-CVARS="$CVARS +set fs_basepath /usr/share/games/quake3"
-
-exec ${ENGINE} ${CVARS} "$@"
--
Quake 3 engine
More information about the Pkg-games-commits
mailing list