Your message dated Mon, 09 Mar 2009 11:17:09 +0000
with message-id <e1lgdtp-0007vb...@ries.debian.org>
and subject line Bug#518825: fixed in krank 0.7+dfsg1-4
has caused the Debian Bug report #518825,
regarding krank: Small bug makes this game stop with an error...
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 ow...@bugs.debian.org
immediately.)


-- 
518825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518825
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: krank
Version: 0.7+dfsg1-3
Severity: grave
Tags: patch
Justification: renders package unusable

Hi,

This program will stop with the following error:

  krank version 07
  Traceback (most recent call last):
    File "/usr/lib/krank/Main.py", line 9, in <module>
      from World  import *
    File "/usr/lib/krank/World.py", line 8, in <module>
      from Level  import *
    File "/usr/lib/krank/Level.py", line 2, in <module>
      import k, levels
  ImportError: No module named levels

The attached patch fixes the problem.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages krank depends on:
ii  python-pygame           1.7.1release-4.2 SDL bindings for games development
ii  ttf-dejavu              2.28-2           Metapackage to pull in ttf-dejavu-

krank recommends no packages.

krank suggests no packages.

-- debconf-show failed
--- /usr/games/krank.orig	2009-03-08 21:30:21.000000000 +0100
+++ /usr/games/krank	2009-03-08 20:39:29.000000000 +0100
@@ -2,5 +2,5 @@
 
 cwd=`pwd`
 cd /usr/share/games/krank
-PYTHONPATH="/usr/lib/krank:$PYTHONPATH" python /usr/lib/krank/Main.py
+PYTHONPATH="/usr/lib/krank:/usr/share/games/krank:$PYTHONPATH" python /usr/lib/krank/Main.py
 cd $cwd

--- End Message ---
--- Begin Message ---
Source: krank
Source-Version: 0.7+dfsg1-4

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

krank_0.7+dfsg1-4.diff.gz
  to pool/main/k/krank/krank_0.7+dfsg1-4.diff.gz
krank_0.7+dfsg1-4.dsc
  to pool/main/k/krank/krank_0.7+dfsg1-4.dsc
krank_0.7+dfsg1-4_all.deb
  to pool/main/k/krank/krank_0.7+dfsg1-4_all.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 518...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry E. Oboukhov <un...@debian.org> (supplier of updated krank 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 08 Mar 2009 19:29:51 +0300
Source: krank
Binary: krank
Architecture: source all
Version: 0.7+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov <un...@debian.org>
Changed-By: Dmitry E. Oboukhov <un...@debian.org>
Description: 
 krank      - is a game of dexterity where you match stones together
Closes: 518781 518825
Changes: 
 krank (0.7+dfsg1-4) unstable; urgency=low
 .
   * Fixed debian/watch.
   * Fixed short-description, closes: #518781.
   * Added '.' (/usr/share/games/krank) to PYTHONPATH variable, closes: #518825.
   * Removed irrelevant README from /usr/share/doc/krank.
Checksums-Sha1: 
 8a9835fa6c86c6999bf6f35809d5eea7cb1d7a45 1157 krank_0.7+dfsg1-4.dsc
 5910d1d2d204caa3450945b31a379c1eafab7593 6161 krank_0.7+dfsg1-4.diff.gz
 c55f2779f14384694bfe8f233611ee6f5fa869f8 59999162 krank_0.7+dfsg1-4_all.deb
Checksums-Sha256: 
 e08c4c4d0afec7a41e535b45c18625d3685e85f8aa17b21961fc4ec8a578ba25 1157 
krank_0.7+dfsg1-4.dsc
 c1d0b2caec79a69d94e59fb4f354a78282ae38057c3acb55e1b53d7dd765fec1 6161 
krank_0.7+dfsg1-4.diff.gz
 eac01608390bd8dce8df4c950093975e1f0050d4fb3adf604697034a168fcdf5 59999162 
krank_0.7+dfsg1-4_all.deb
Files: 
 8b0716ee7afa876b5485e12972db3e23 1157 games extra krank_0.7+dfsg1-4.dsc
 9fbd62ad4933d4ec63f8c795e7974863 6161 games extra krank_0.7+dfsg1-4.diff.gz
 68a1c9820a19990e00c75703c7fc6709 59999162 games extra krank_0.7+dfsg1-4_all.deb

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

iEYEARECAAYFAkm08rMACgkQq4wAz/jiZTd2fgCaAnLU0+D0g+laHXt/PFMXYqhY
+bEAoMtpStrsBChIoZpIhXzpBe8zLnx0
=oHy7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to