Your message dated Wed, 09 May 2007 01:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#411350: fixed in openarena 0.6.0-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: openarena
Version: 0.6.0-2
Severity: normal
Tags: patch
I notice some errors while running openarena, probably due to having
setup dash as /bin/sh. Nonetheless as /bin/sh is in the shell bang it
I'm attaching a patch to fix the bashisms.
This is the wrapper script to basically don't do anything it is supposed
to do i.e. it always start the game the same way and parameters parsing
isn't performed at all:
[EMAIL PROTECTED]:~$ openarena
[: 30: ==: unexpected operator
ioQ3 1.33+oa linux-i386 Jan 27 2007
----- FS_Startup -----
Current search path:
...
[EMAIL PROTECTED]:~$ openarena -q
[: 23: ==: unexpected operator
[: 23: ==: unexpected operator
[: 30: ==: unexpected operator
ioQ3 1.33+oa linux-i386 Jan 27 2007
----- FS_Startup -----
Current search path:
...
Hope to help,
Damián Viano(Des).
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages openarena depends on:
ii libc6 2.3.6.ds1-11 GNU C Library: Shared libraries
ii libcurl3 7.15.5-1 Multi-protocol file transfer libra
ii libopenal0a 1:0.0.8-4 OpenAL is a portable library for 3
ii libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii openarena-data 0.6.0-1 OpenArena game data
--- openarena.orig 2007-02-18 08:18:11.000000000 -0300
+++ openarena 2007-02-18 08:18:32.000000000 -0300
@@ -14,7 +14,7 @@
# Quake 3 binaries don't understand "regular" command line parameters. Let's
# catch them here, to avoid accidently launching the binary.
while [ "$1" != "" ]; do {
- if [ "$1" == "+set" ] || [ "$1" == "+exec" ]; then
+ if [ "$1" = "+set" ] || [ "$1" = "+exec" ]; then
break;
fi
case "$1" in
@@ -30,7 +30,7 @@
}; done
# Ready to rumble!
-if [ ${QUIET} == 1 ]; then
+if [ ${QUIET} -eq 1 ]; then
exec /usr/lib/games/openarena/openarena.bin +set fs_basepath
/usr/share/games/openarena +set ttycon 0 "$@" >/dev/null 2>&1
else
exec /usr/lib/games/openarena/openarena.bin +set fs_basepath
/usr/share/games/openarena "$@"
--- End Message ---
--- Begin Message ---
Source: openarena
Source-Version: 0.6.0-3
We believe that the bug you reported is fixed in the latest version of
openarena, which is due to be installed in the Debian FTP archive:
openarena-server_0.6.0-3_alpha.deb
to pool/main/o/openarena/openarena-server_0.6.0-3_alpha.deb
openarena_0.6.0-3.diff.gz
to pool/main/o/openarena/openarena_0.6.0-3.diff.gz
openarena_0.6.0-3.dsc
to pool/main/o/openarena/openarena_0.6.0-3.dsc
openarena_0.6.0-3_alpha.deb
to pool/main/o/openarena/openarena_0.6.0-3_alpha.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> (supplier of updated openarena
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 2 May 2007 21:28:55 +0200
Source: openarena
Binary: openarena openarena-server
Architecture: source alpha
Version: 0.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>
Description:
openarena - A fast-paced 3D first-person shooter
openarena-server - Game server for the game OpenArena
Closes: 410555 411205 411350
Changes:
openarena (0.6.0-3) unstable; urgency=low
.
* Exchanged "Quake 3" stuff in wrapper scripts by "OpenArena"
* Replaced german-english mixture 'ego-shooter' by first-person shooter
(Closes: #411205)
* Fixed bash-specific syntax in the openarena wrapper script (Closes:
#411350)
* Don't dlopen() libcurl to have it automatically in binary dependency list
* Fix build and resulting binary on alpha. Thanks Steve Langasek for the
patch! (Closes: #410555)
Files:
fc3bd1fc15164a840fe8598f257a370f 744 games optional openarena_0.6.0-3.dsc
4bd9a1ad5a223a03cdd9e09ec673310a 18168 games optional openarena_0.6.0-3.diff.gz
64f59752849c97b35a63aaf24b52c483 1129872 games optional
openarena_0.6.0-3_alpha.deb
a003b3adfd1d0c21af5ac41b2706cc8f 568392 games optional
openarena-server_0.6.0-3_alpha.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGQRpFKN6ufymYLloRApNHAKDKnyHehmBRJXfW2gHaLevJ01PhYACeJsaJ
R6OvQWrhY+5ZZhR+V3Yl2po=
=jvqZ
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel