Debian Bug report logs -
#478928
misspelling: "YOU LOOSE" should be "YOU LOSE"
Reported by: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
Date: Thu, 1 May 2008 19:33:01 UTC
Severity: minor
Tags: patch
Found in version invaders/1.0.0-7
Fixed in version invaders/1.0.0-8
Done: Fabian Greffrath <fabian@debian-unofficial.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Fabian Greffrath <fabian@debian-unofficial.org>:
Bug#478928; Package grub-invaders.
(full text, mbox, link).
Acknowledgement sent to Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>:
New Bug report received and forwarded. Copy sent to Fabian Greffrath <fabian@debian-unofficial.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
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 <fabian@debian-unofficial.org>
##
## 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-----
Information forwarded to debian-bugs-dist@lists.debian.org, Fabian Greffrath <fabian@debian-unofficial.org>:
Bug#478928; Package grub-invaders.
(full text, mbox, link).
Acknowledgement sent to Fabian Greffrath <fabian.greffrath@lycos.de>:
Extra info received and forwarded to list. Copy sent to Fabian Greffrath <fabian@debian-unofficial.org>.
(full text, mbox, link).
Message #10 received at 478928@bugs.debian.org (full text, mbox, reply):
tags 478928 +pending
thanks
Hi Daniel,
thanks for the nitpicking. ;)
This will be fixed in the next upload.
Cheers,
Fabian
Tags added: pending
Request was from Fabian Greffrath <fabian.greffrath@lycos.de>
to control@bugs.debian.org.
(Wed, 07 May 2008 21:00:35 GMT) (full text, mbox, link).
Reply sent to Fabian Greffrath <fabian@debian-unofficial.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #17 received at 478928-close@bugs.debian.org (full text, mbox, reply):
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 478928@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fabian Greffrath <fabian@debian-unofficial.org> (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 ftpmaster@debian.org)
-----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 <rmh@aybabtu.com>
Changed-By: Fabian Greffrath <fabian@debian-unofficial.org>
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 <dkg-debian.org@fifthhorseman.net>.
* 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 <jbr@edlug.org.uk>.
+ 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 <rmh@aybabtu.com>.
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-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 13 Sep 2008 07:27:33 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 15:09:34 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.