Debian Bug report logs -
#537503
jmdlx: Hands don’t move during tricks
Reported by: Anders Kaseorg <andersk@MIT.EDU>
Date: Sat, 18 Jul 2009 22:30:01 UTC
Severity: normal
Tags: fixed-upstream, patch
Found in version jugglemaster/0.4-3
Fixed in version jugglemaster/0.4-4
Done: Paul Wise <pabs@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#537503; Package jmdlx.
(Sat, 18 Jul 2009 22:30:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Anders Kaseorg <andersk@MIT.EDU>:
New Bug report received and forwarded. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sat, 18 Jul 2009 22:30:03 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: jmdlx
Version: 0.4-3
The juggler’s hands remain in the standard position, even for tricks that
require hands to move in other ways. For example, in
File → Choose Pattern → 3-Cascade Tricks → Eating Apples
his hands are supposed to move up to his mouth, but they remain in front
of him, which makes for a rather boring trick.
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#537503; Package jmdlx.
(Sun, 19 Jul 2009 06:21:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Anders Kaseorg <andersk@MIT.EDU>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sun, 19 Jul 2009 06:21:02 GMT) (full text, mbox, link).
Message #10 received at 537503@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
This patch from upstream SVN r137 fixes the problem. I’ve attached a
debdiff that adds this as a dpatch.
--- a/src/jmlib/patterns.cpp
+++ b/src/jmlib/patterns.cpp
@@ -127,9 +127,8 @@ int ParsePatterns(FILE *input,
group->next = NULL;
} else if(sscanf(buf, "%%%255[^\n]",current_style) == 1) {
/* New Style */
- if(current_style && *current_style && styles->first) {
+ if(current_style && *current_style) {
if(Find_Style(styles,current_style) != NULL) {
- strcpy(current_style,"Normal\0");
continue;
}
} else {
[jugglemaster-style-parsing.debdiff (text/plain, attachment)]
Added tag(s) fixed-upstream and patch.
Request was from Anders Kaseorg <andersk@MIT.EDU>
to control@bugs.debian.org.
(Mon, 27 Jul 2009 19:12:11 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#537503; Package jmdlx.
(Thu, 23 Sep 2010 12:24:25 GMT) (full text, mbox, link).
Acknowledgement sent
to josx <josx@interorganic.com.ar>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Thu, 23 Sep 2010 12:24:25 GMT) (full text, mbox, link).
Message #17 received at 537503@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Sending dpatch for debdiff
--
Di Biase José Luis
Blog --> [http://www.joseluisdibiase.com.ar]
"viaja hasta tu ideal, sembra tu flor, labra tu libertad, rega tu voz
cerra tus ojos que sobra lugar en idilia para los dos"
[jmlib_style_parsing.dpatch (application/x-shellscript, attachment)]
Added tag(s) pending.
Request was from Paul Wise <pabs@debian.org>
to control@bugs.debian.org.
(Mon, 21 Feb 2011 05:39:05 GMT) (full text, mbox, link).
Reply sent
to Paul Wise <pabs@debian.org>:
You have taken responsibility.
(Mon, 21 Feb 2011 09:03:16 GMT) (full text, mbox, link).
Notification sent
to Anders Kaseorg <andersk@MIT.EDU>:
Bug acknowledged by developer.
(Mon, 21 Feb 2011 09:03:16 GMT) (full text, mbox, link).
Message #24 received at 537503-close@bugs.debian.org (full text, mbox, reply):
Source: jugglemaster
Source-Version: 0.4-4
We believe that the bug you reported is fixed in the latest version of
jugglemaster, which is due to be installed in the Debian FTP archive:
aajm_0.4-4_amd64.deb
to main/j/jugglemaster/aajm_0.4-4_amd64.deb
jmdlx_0.4-4_amd64.deb
to main/j/jugglemaster/jmdlx_0.4-4_amd64.deb
jugglemaster_0.4-4.debian.tar.gz
to main/j/jugglemaster/jugglemaster_0.4-4.debian.tar.gz
jugglemaster_0.4-4.dsc
to main/j/jugglemaster/jugglemaster_0.4-4.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 537503@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Wise <pabs@debian.org> (supplier of updated jugglemaster 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: Mon, 21 Feb 2011 16:42:26 +0800
Source: jugglemaster
Binary: aajm jmdlx
Architecture: source amd64
Version: 0.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Paul Wise <pabs@debian.org>
Description:
aajm - ascii art version of jugglemaster
jmdlx - jugglemaster deluxe using wxWidgets
Closes: 528564 537503 597831 604353
Changes:
jugglemaster (0.4-4) unstable; urgency=low
.
* Team upload.
* Drop the Qt version since Qt3 is being removed (Closes: #604353)
* Switch to dh from debhelper 7 and dpkg-source v3
* Add DEP-3 headers to the patches
* Bump Standards-Version, no changes needed
* Add a patch to fix locale issues when loading files (Closes: #528564)
* Add patch to fix hand movements during tricks (Closes: #537503)
* Fix and enable the ffmpeg support (Closes: #597831)
* (C) is not recognised, use Copyright instead
* Fix printing text in images and videos
* Fix memory zeroing error (LP: #479173)
* Make the watch file more flexible
Checksums-Sha1:
b0a7e645b5e150e48e4cb37dc3f2ef49e4870066 1320 jugglemaster_0.4-4.dsc
c6263492cce1cb93839d3848751b927a92cbe87c 17321 jugglemaster_0.4-4.debian.tar.gz
ca21876c5720345538bf767c1bfe7668538b4264 26788 aajm_0.4-4_amd64.deb
e034ad07a2657bda143c70a136c43c3d4fc30774 96782 jmdlx_0.4-4_amd64.deb
Checksums-Sha256:
2aed9815adfd01366ef8e486851d101f0b6ad0a61f5d8abc5e74b8575c717cdb 1320 jugglemaster_0.4-4.dsc
e0843a4d0296504dadb65d6e1945215159182c8888128dc978758c193544e66f 17321 jugglemaster_0.4-4.debian.tar.gz
f262f0eb1f7350d524b76931fa6eec016c0a32022760c0387612d5f0ff0d21b7 26788 aajm_0.4-4_amd64.deb
9b7d21c852782c025da4c044873e02285026c6fc6e58bac96ea2b469eb8dc015 96782 jmdlx_0.4-4_amd64.deb
Files:
0bc1374ee9cf3a8103dcd6f7df44db78 1320 games extra jugglemaster_0.4-4.dsc
9e5fc19f83b2e35c3ef73a5ce9640e5f 17321 games extra jugglemaster_0.4-4.debian.tar.gz
ce8309f8d116ebdca7098451a95deacb 26788 games extra aajm_0.4-4_amd64.deb
c329b25a9817138132e9f186a7a60ea6 96782 games extra jmdlx_0.4-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1iJ1AACgkQ5Sc9mGvjxCP+7ACdEWnYnxISrQamEGHK1VPasIlw
0wgAoLKrY4DwsF+Z1Aw+ORFA+cQ5UCmN
=JVZK
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 01 Apr 2011 07:30:50 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 10:55:12 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.