Your message dated Sat, 05 Jan 2008 05:47:24 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458733: fixed in warzone2100 2.1.0~0.svn3330-1
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: warzone2100
Version: 2.1.0~0.svn1436-1
Severity: serious
Tags: patch
Justification: no longer builds from source
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The attached patch fixes a problem on architectures where the char type is
unsigned by default: a value of an unsigned variable can never be equal to
EOF. This was caught by gcc -Werror.
The patch also fixes a build failure with dpkg-buildpackage -j by fixing the
target dependencies in debian/rules.
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental'), (101,
'gutsy-security'), (101, 'gutsy')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.24-rc5-powerpc
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages warzone2100 depends on:
ii libc6 2.7-5 GNU C Library: Shared libraries
ii libgl1-mesa-glx [libgl 7.0.2-3 A free implementation of the OpenG
ii libglu1-mesa [libglu1] 7.0.2-3 The OpenGL utility library (GLU)
ii libogg0 1.1.3-3 Ogg Bitstream Library
ii libopenal0a 1:0.0.8-7 OpenAL is a portable library for 3
ii libphysfs-1.0-0 1.0.0-5 filesystem abstraction library for
hi libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libsdl-net1.2 1.2.7-2 network library for Simple DirectM
ii libsdl1.2debian 1.2.12-3 Simple DirectMedia Layer
ii libvorbis0a 1.2.0.dfsg-3 The Vorbis General Audio Compressi
ii libvorbisfile3 1.2.0.dfsg-3 The Vorbis General Audio Compressi
ii libx11-6 2:1.1.3-1 X11 client-side library
ii warzone2100-data 2.1.0~0.svn1436-1 3D real time strategy game (data f
warzone2100 recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHe5iCWoGvjmrbsgARAreWAJ9DJJYO6SXt7TNHNR784SCNtenYpgCgmZU3
Aeh+6fMc9KL7lFJy3ZT/wMc=
=pybm
-----END PGP SIGNATURE-----
diff -up -ru warzone2100-2.1.0~0.svn3260.orig/lib/ivis_common/imdload.c warzone2100-2.1.0~0.svn3260/lib/ivis_common/imdload.c
--- warzone2100-2.1.0~0.svn3260.orig/lib/ivis_common/imdload.c 2007-12-21 18:34:23.000000000 +0100
+++ warzone2100-2.1.0~0.svn3260/lib/ivis_common/imdload.c 2008-01-02 14:53:43.000000000 +0100
@@ -733,7 +733,7 @@ iIMDShape *iV_ProcessIMD( const char **p
ch = *pFileData++;
// Run up to the dot or till the buffer is filled. Leave room for the extension.
- for( i = 0; i < PATH_MAX-5 && (ch = *pFileData++) != EOF && ch != '.'; i++ )
+ for( i = 0; i < PATH_MAX-5 && (ch = *pFileData++) != (char)EOF && ch != '.'; i++ )
{
texfile[i] = (char)ch;
}
diff -up -ru warzone2100-2.1.0~0.svn3260.orig/debian/rules warzone2100-2.1.0~0.svn3260/debian/rules
--- warzone2100-2.1.0~0.svn3260.orig/debian/rules 2008-01-02 14:35:47.000000000 +0100
+++ warzone2100-2.1.0~0.svn3260/debian/rules 2008-01-02 11:05:27.000000000 +0100
@@ -49,9 +49,9 @@ config.status:
# Compile the binary
# -------------------------------------
-build: configure build-stamp
+build: build-stamp
-build-stamp:
+build-stamp: configure
dh_testdir
$(MAKE)
touch $@
@@ -60,9 +60,9 @@ build-stamp:
# Build data files
# -------------------------------------
-build-indep: configure build-indep-stamp
+build-indep: build-indep-stamp
-build-indep-stamp:
+build-indep-stamp: configure
dh_testdir
$(MAKE) -C data data
$(MAKE) -C po
--- End Message ---
--- Begin Message ---
Source: warzone2100
Source-Version: 2.1.0~0.svn3330-1
We believe that the bug you reported is fixed in the latest version of
warzone2100, which is due to be installed in the Debian FTP archive:
warzone2100-data_2.1.0~0.svn3330-1_all.deb
to pool/main/w/warzone2100/warzone2100-data_2.1.0~0.svn3330-1_all.deb
warzone2100_2.1.0~0.svn3330-1.diff.gz
to pool/main/w/warzone2100/warzone2100_2.1.0~0.svn3330-1.diff.gz
warzone2100_2.1.0~0.svn3330-1.dsc
to pool/main/w/warzone2100/warzone2100_2.1.0~0.svn3330-1.dsc
warzone2100_2.1.0~0.svn3330-1_i386.deb
to pool/main/w/warzone2100/warzone2100_2.1.0~0.svn3330-1_i386.deb
warzone2100_2.1.0~0.svn3330.orig.tar.gz
to pool/main/w/warzone2100/warzone2100_2.1.0~0.svn3330.orig.tar.gz
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.
Paul Wise <[EMAIL PROTECTED]> (supplier of updated warzone2100 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: Sat, 05 Jan 2008 13:13:29 +0930
Source: warzone2100
Binary: warzone2100 warzone2100-data
Architecture: source all i386
Version: 2.1.0~0.svn3330-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[EMAIL PROTECTED]>
Changed-By: Paul Wise <[EMAIL PROTECTED]>
Description:
warzone2100 - 3D real time strategy game
warzone2100-data - data files for warzone2100
Closes: 458733
Changes:
warzone2100 (2.1.0~0.svn3330-1) unstable; urgency=low
.
* New upstream development snapshot
- Breaks compatibility with r3260 savegames and netcode
* Kill a bogus EOF. Upstream said: That code FUBAR (Closes: #458733)
* Improve the data package description - it is data, not the game
* Install the upstream icon into the 128x128 icon subdirectory
Files:
68e3346b371400c222c4279305e6bb4f 1229 games optional
warzone2100_2.1.0~0.svn3330-1.dsc
f4caf2c45735c31810b775fcfeb2193b 35218019 games optional
warzone2100_2.1.0~0.svn3330.orig.tar.gz
1c8be4cabb61b81eb4db470c9d0105b3 6593 games optional
warzone2100_2.1.0~0.svn3330-1.diff.gz
49aaec8cd44a77bc72cea957aaea6945 32474748 games optional
warzone2100-data_2.1.0~0.svn3330-1_all.deb
8ea3c554c5f1388d34b8d9a8d4300b0f 734272 games optional
warzone2100_2.1.0~0.svn3330-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHfwy65Sc9mGvjxCMRAuqeAJ0WQ91Wcss3MmMurVbT23mZXcaCvwCgpD1V
e3yLIfpUuO4fNY+Hv4iteVw=
=0SVL
-----END PGP SIGNATURE-----
--- End Message ---