Your message dated Mon, 04 Aug 2008 09:17:35 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#478928: fixed in invaders 1.0.0-8 has caused the Debian Bug report #478928, regarding misspelling: "YOU LOOSE" should be "YOU LOSE" 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.) -- 478928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478928 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: grub-invaders Version: 1.0.0-7 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a silly, inconsquential report of a common spelling error. The line in question is already being patched by: debian/patches/01-pointer-targets-differ-in-signedness.dpatch If you were to change that file to this one, it would fix the spelling: - ------------------------------------------ #!/bin/sh /usr/share/dpatch/dpatch-run ## 01-pointer-targets-differ-in-signedness.dpatch by Fabian Greffrath <[EMAIL PROTECTED]> ## ## DP: Fixes: "pointer targets in passing argument 3 of ‘video_putstring’ differ in signedness" and misspelling of lose @DPATCH@ diff -urNad invaders-1.0.0~/game.c invaders-1.0.0/game.c - --- invaders-1.0.0~/game.c 2008-01-17 15:22:16.000000000 +0100 +++ invaders-1.0.0/game.c 2008-01-18 08:02:12.000000000 +0100 @@ -197,9 +197,9 @@ bool pressed; video_usecolor(6,1); - - video_putstring(30,10," GAME OVER "); - - video_putstring(30,11,winner ? " YOU WIN " : " YOU LOOSE "); - - video_putstring(30,12," PRESS ESC "); + video_putstring(30,10,(uint8 *) " GAME OVER "); + video_putstring(30,11,(uint8 *) (winner ? " YOU WIN " : " YOU LOSE ")); + video_putstring(30,12,(uint8 *) " PRESS ESC "); video_update(); do{ key_decode(&key,&pressed); - ------------------------------------------ Thanks! I'm glad to have absurd, fun packages like grub-invaders in debian. --dkg - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (200, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQIVAwUBSBoYoszS7ZTSFznpAQIN1w//RrC3/uHJ67RnTjvMh7K1TKbheUxd5nxt /CLuATqLNPHKE0rYmrvKysvZHxCH8j3RDd3xdlDx1y6ERcOjGC5VvCtQh/VJFqPN dp94UUX2F8NkgdswEv/brojNAXGCYgfLceSsx84nBQhJDxkT96P39JsSafyZYV2y UronMhKrBwxxHnRNDUFttpeWnBKXsqeOCSfk8+vL7o1ed27DI8OPTZk1qVcfoy/Y YmcGADOtmi7blxzX9indFuE1nIU3Rh6lzpbOCdL0RrDbO0Tuk3tJTFO78jaQnnA9 XHSqnAj8OTV21ovhyFuEWBfap1a2V+7LiagcslhWztx2i4SOWWj5dKhX/j5cxLwp c8MRlxRgdj6Jn6nR2kCGHGtUuRqe14K7j0GMTgPBG4irbPGsSr6IgRG8zdiNYj3P NcTh2aP4FEx92MP2ZaTf7qquRnCvNGNTUF9FSH56BRQm4PogJUDKEcAtbfbIYYMp acX56ZyRrtLWh+gY71DrCTeI1B7G4q6Qu75GAfVenDCN/T/IFaFN5FWajjrSvlqd h5VeBvsIcCOJ4/BemH5o6JQJXV3J7kwhRSK9MyxlWOllH/T0yHMiKRaWckRusMQk XxTITZ0qF7QNYGP0ID+dyFdggl7Qo3pR34BWwAgjIhfZulAibmlXh+Rc5YAXQUYL W54nNd1omxM= =4wYf -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: invaders Source-Version: 1.0.0-8 We believe that the bug you reported is fixed in the latest version of invaders, which is due to be installed in the Debian FTP archive: grub-invaders_1.0.0-8_amd64.deb to pool/main/i/invaders/grub-invaders_1.0.0-8_amd64.deb invaders_1.0.0-8.diff.gz to pool/main/i/invaders/invaders_1.0.0-8.diff.gz invaders_1.0.0-8.dsc to pool/main/i/invaders/invaders_1.0.0-8.dsc 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. Fabian Greffrath <[EMAIL PROTECTED]> (supplier of updated invaders 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.8 Date: Fri, 1 Aug 2008 14:44:00 +0100 Source: invaders Binary: grub-invaders Architecture: source amd64 Version: 1.0.0-8 Distribution: unstable Urgency: low Maintainer: Robert Millan <[EMAIL PROTECTED]> Changed-By: Fabian Greffrath <[EMAIL PROTECTED]> Description: grub-invaders - multiboot compliant kernel game Closes: 478928 492267 Changes: invaders (1.0.0-8) unstable; urgency=low . * debian/control: + Set Maintainer to Debian Games Team and added myself to Uploaders. + Added Vcs-Svn and Vcs-Browser fields. + Bumped Suggests to 'grub2 (>= 1.96+20080531-1)'. * debian/patches/01-pointer-targets-differ-in-signedness.dpatch: + Fixed misspelling: "YOU LOOSE" should be "YOU LOSE" (Closes: #478928). Thanks Daniel Kahn Gillmor <[EMAIL PROTECTED]>. * debian/scripts/grub: + Fixed to use functions out of /usr/lib/grub/update-grub_lib instead of ${GRUB_DRIVE_BOOT} (Closes: #492267). Thanks Justin B Rye <[EMAIL PROTECTED]>. + Added a missing "prepare_grub_to_access_device ${GRUB_DEVICE_BOOT}" call. Without it, it could break if /boot/ is in a different device than whatever came before invaders. Thanks Robert Millan <[EMAIL PROTECTED]>. Checksums-Sha1: 566699ebc817e4b8bd0046825ee2a0dd8c0fbff3 1276 invaders_1.0.0-8.dsc f674cdff49dcbc0d416f2c6886fa093fb4e32d0a 3716 invaders_1.0.0-8.diff.gz 948ef2b7e2d1a1cf2c333b9e7d5c2a9cc0cce5cd 6732 grub-invaders_1.0.0-8_amd64.deb Checksums-Sha256: 6553141b7357ef14a9d13bddda6892d75c9137755070ca21a6e932c6204ac410 1276 invaders_1.0.0-8.dsc b5ec8f6b65e849f77b595e56f29baddafc64524fb0cd4e5e03c480fb52ebb709 3716 invaders_1.0.0-8.diff.gz ef115eed5163c35f93d8def2620181a18acf2ffc3ed193768ec2733010bd5d22 6732 grub-invaders_1.0.0-8_amd64.deb Files: 80840d4787c52ccfb145998619f6a6dc 1276 misc optional invaders_1.0.0-8.dsc 5e5be6b77dfc8e03f0af4bc31dc8b313 3716 misc optional invaders_1.0.0-8.diff.gz 8c4cc4e83390b9e7fa976dee62481b9f 6732 misc optional grub-invaders_1.0.0-8_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiWxsIACgkQC19io6rUCv/PgwCgitP9TBg1nyilz/fFJPkp9aLT hCAAn2XUW5SyMMeSWosBg7165gpMcUpt =A7Ld -----END PGP SIGNATURE-----
--- End Message ---

