Your message dated Sun, 26 Jun 2005 13:17:39 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283952: fixed in jumpnbump 1.50-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Dec 2004 14:43:23 +0000
>From [EMAIL PROTECTED] Thu Dec 02 06:43:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.uni-kl.de [131.246.120.5]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZsB0-0005jH-00; Thu, 02 Dec 2004 06:43:23 -0800
Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [131.246.89.13])
by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id iB2EhLGe015678
for <[EMAIL PROTECTED]>; Thu, 2 Dec 2004 15:43:21 +0100
Received: from sushi.unix-ag.uni-kl.de ([127.0.0.1])
by sushi.unix-ag.uni-kl.de (8.13.1/8.13.1/Debian-17) with ESMTP id
iB2EhKTt028749
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Thu, 2 Dec 2004 15:43:20 +0100
Received: (from [EMAIL PROTECTED])
by sushi.unix-ag.uni-kl.de (8.13.1/8.13.1/Submit) id iB2EhKPR028748;
Thu, 2 Dec 2004 15:43:20 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: sushi.unix-ag.uni-kl.de: auerswal set sender to
[EMAIL PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Erik Auerswald <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: stops rendering new graphics after some time of playing
X-Mailer: reportbug 3.2
Date: Thu, 02 Dec 2004 15:43:20 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: jumpnbump
Version: 1.50-2
Severity: important
After some time playing the game no new graphic elements (splatter
effects) are drawn.
This behaviour is caused by the second part of the patch applied against
the source:
-snip-
--- jumpnbump-1.50.orig/main.c
+++ jumpnbump-1.50/main.c
@@ -2315,7 +2315,7 @@
int s1 = 0;
for (c1 = 0; c1 < NUM_OBJECTS; c1++) {
- if (objects[c1].used == 1) {
+ if (objects[c1].used == 1 && objects[c1].x >= 0 &&
objects[c1].y>= 0) {
switch (objects[c1].type) {
case OBJ_SPRING:
objects[c1].ticks--;
-snip-
This change of code results in not removing off screen objects from the
object list (which has finite elements). Therefor after some playtime
there is no space left to control and render the graphical effects. The
original source code works.
BTW Bug #277107 is caused by the third part of the patch applied to
build the debian package from the original source.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Versions of packages jumpnbump depends on:
ii imagemagick 6:6.0.6.2-1.5 Image manipulation programs
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
ii libsdl-mixer1.2 1.2.5-9 mixer library for Simple DirectMed
ii libsdl-net1.2 1.2.5-3 network library for Simple DirectM
ii libsdl1.2debian 1.2.7-10 Simple DirectMedia Layer
ii python 2.3.4-4 An interactive high-level object-o
ii python-glade2 2.4.1-1 GTK+ bindings: Glade support
ii python-gtk2 2.4.1-1 Python bindings for the GTK+ widge
-- no debconf information
---------------------------------------
Received: (at 283952-close) by bugs.debian.org; 26 Jun 2005 17:21:42 +0000
>From [EMAIL PROTECTED] Sun Jun 26 10:21:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DmapC-0003hP-00; Sun, 26 Jun 2005 10:21:42 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DmalH-00040Y-00; Sun, 26 Jun 2005 13:17:39 -0400
From: Francois Marier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#283952: fixed in jumpnbump 1.50-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 26 Jun 2005 13:17:39 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: jumpnbump
Source-Version: 1.50-3
We believe that the bug you reported is fixed in the latest version of
jumpnbump, which is due to be installed in the Debian FTP archive:
jumpnbump_1.50-3.diff.gz
to pool/main/j/jumpnbump/jumpnbump_1.50-3.diff.gz
jumpnbump_1.50-3.dsc
to pool/main/j/jumpnbump/jumpnbump_1.50-3.dsc
jumpnbump_1.50-3_i386.deb
to pool/main/j/jumpnbump/jumpnbump_1.50-3_i386.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.
Francois Marier <[EMAIL PROTECTED]> (supplier of updated jumpnbump 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, 26 Jun 2005 13:02:29 -0400
Source: jumpnbump
Binary: jumpnbump
Architecture: source i386
Version: 1.50-3
Distribution: unstable
Urgency: low
Maintainer: Francois Marier <[EMAIL PROTECTED]>
Changed-By: Francois Marier <[EMAIL PROTECTED]>
Description:
jumpnbump - cute multiplayer platform game with bunnies
Closes: 277107 283952 284871 314221
Changes:
jumpnbump (1.50-3) unstable; urgency=low
.
* New maintainer (closes: #284871): thanks Sam and Gürkan for your work!
* Bump Standards-Version up to 3.6.2 (no changes)
* Bump debian/compat and Debhelper dependency to version 4
* Remove debug patch (closes: #277107)
* Remove README.Network and outdated network information in README (closes:
#314221)
* Revert PowerPC patch, need a better one (closes: #283952)
* Removed useless files in /usr/share/doc/jumpnbump
* Update manpage with current command line parameters
* Make the package Lintian and Linda clean
* Add watch file
Files:
b05d6ec0e099b1e2c51114e05820b492 667 games optional jumpnbump_1.50-3.dsc
9679ba1e47f786c4accad59695c3165c 12069 games optional jumpnbump_1.50-3.diff.gz
6cabb2d48fa6219844474e9039a52840 293982 games optional
jumpnbump_1.50-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCvuCoScUZKBnQNIYRAp9OAKCS26Z3XKUxfe1+TOU5+5nexJVAxgCggLSp
9yTCptsCKhRTG6d/eIdVgpI=
=R09V
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]