This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian-experimental in repository ioquake3.
commit 5d3ac24d6a658a82484f13862a2a48cf5552b558 Author: Simon McVittie <[email protected]> Date: Thu Jan 22 22:40:20 2015 +0000 README.Debian: update instructions for integrating new games to point to src:openarena and src:quake as examples --- debian/changelog | 2 ++ debian/ioquake3.README.Debian | 14 ++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index c067ced..5addadd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ ioquake3 (1.36+u20150114+dfsg1-1) UNRELEASED; urgency=medium * Mangle upstream version correctly in watch file * Add patch so the UI can see whether we're playing the demo * q3arch: add support for the modified architecture string used by iortcw + * README.Debian: update instructions for integrating new games + to point to src:openarena and src:quake as examples -- Simon McVittie <[email protected]> Wed, 31 Dec 2014 11:36:48 +0000 diff --git a/debian/ioquake3.README.Debian b/debian/ioquake3.README.Debian index f2b2491..a2c7435 100644 --- a/debian/ioquake3.README.Debian +++ b/debian/ioquake3.README.Debian @@ -38,14 +38,12 @@ For instance, OpenArena 0.8.5 looks something like this: +set cl_motd 0 If you are sure that your game works and you want to package it, put the -game files in /usr/share/games/greatgame, then create a wrapper script +game files in /usr/share/games/greatgame (if they are +architecture-independent) or /usr/lib/greatgame (if they use native-code +cgame, qagame or ui modules), then create a wrapper script in /usr/games that calls the ioquake3 binary with the proper command line parameters, as shown above. -/usr/share/doc/ioquake3/examples/openarena is a complete example script, which -launches OpenArena 0.8.5 (it might not work for earlier or later versions). -/usr/share/doc/ioquake3/examples/quake3 launches Quake III: Arena, if you have -the quake3-data package installed. - -ioquake3-server contains corresponding example scripts for the dedicated -server. +The openarena source package in Debian, and the quake source package +in the contrib component, are good examples of how to integrate a +particular game. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

