Your message dated Sun, 30 Mar 2008 18:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#472315: fixed in barrage 1.0.2-2
has caused the Debian Bug report #472315,
regarding improper getopt() usage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
472315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472315
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: barrage
Version: 1.0.2-1

In main(), there is 

  char c;

  while( (c=getopt(..)) != -1)

which falsely assumes that char is signed. Just replace 'char c' with 'int c' 
and it will work on platforms where that is not the case, like PPC.

Uli



--- End Message ---
--- Begin Message ---
Source: barrage
Source-Version: 1.0.2-2

We believe that the bug you reported is fixed in the latest version of
barrage, which is due to be installed in the Debian FTP archive:

barrage_1.0.2-2.diff.gz
  to pool/main/b/barrage/barrage_1.0.2-2.diff.gz
barrage_1.0.2-2.dsc
  to pool/main/b/barrage/barrage_1.0.2-2.dsc
barrage_1.0.2-2_amd64.deb
  to pool/main/b/barrage/barrage_1.0.2-2_amd64.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.
Barry deFreese <[EMAIL PROTECTED]> (supplier of updated barrage 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: Sun, 30 Mar 2008 01:15:36 -0400
Source: barrage
Binary: barrage
Architecture: source amd64
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Barry deFreese <[EMAIL PROTECTED]>
Description: 
 barrage    - Rather violent action game
Closes: 449328 472315
Changes: 
 barrage (1.0.2-2) unstable; urgency=low
 .
   [ Gonéri Le Bouder ]
   * copright file:
    - update Debian Games Team home URL
    - change name from pkg-games to Debian Games Team
    - add the year 2003 in the copyright line
   * if nostrip is set in DEB_BUILD_OPTIONS it's useless to do:
     INSTALL_PROGRAM += -s since dh_strip already do the job
   * adds build depends on binutils (>= 2.14.90.0.7), according to dh_strip
     manpage
 .
   [ Eddy Petrișor ]
   * Fix Homepage semi URL
 .
   [ Jon Dowland ]
   * update menu section to "Games/Action" for menu transition
     (thanks Linas Žvirblis)
 .
   [ Cyril Brulebois ]
   * Added Vcs-Svn and Vcs-Browser fields in the control file.
 .
   [ Barry deFreese ]
   * Fix make clean lintian warning.
   * Bump to Standards Version 3.7.3.
     + Menu policy transition.
   * Add quilt patch system.
   * 01_getopt.diff - (Closes: #472315).
     + Return int from getopt, not char.
   * 02_nosound.diff - (Closes: #449328).
     + If no sound card, disable sound and continue.
   * Add myself to uploaders.
   * Remove Homepage from package description.
 .
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
Files: 
 0f7db7e0288c3c90d2c8fb8b651e17c0 963 games optional barrage_1.0.2-2.dsc
 3321de540597f0cca1e49a1243979a79 28762 games optional barrage_1.0.2-2.diff.gz
 6ec9433c7c17db47a1d36b5cc73532c5 413004 games optional 
barrage_1.0.2-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH79VBx/UhwSKygsoRAgarAJoCp20vQL4MgwNU5VHMznrG/fj7/ACdGySe
DK38FFAsv7NN/1vIbVhyLdI=
=ebtQ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

Reply via email to