Your message dated Sat, 23 Jul 2011 12:32:28 +0000
with message-id <e1qkbnc-00084s...@franck.debian.org>
and subject line Bug#633889: fixed in autojump 15-3
has caused the Debian Bug report #633889,
regarding jumpapplet: Bad database path
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.)


-- 
633889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jumpapplet
Version: 15-1
Justification: renders package unusable
Severity: grave
Tags: patch

The jumpapplet file do searching the database only in ~/.autojump_py file, but 
the
autojumps use one from the following (in this order):

1, ~/.local/share/autojump/autojump_py
2, ~/.autojump_py

If the database is created on the first position, the jumpapplet do not find any
data and is unusable. Attached patch solves this problem, by searching database 
on
both positions.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=sk_SK.utf8, LC_CTYPE=sk_SK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jumpapplet depends on:
ii  autojump                      15-1       shell extension to jump to frequen
ii  python                        2.6.6-14   interactive high-level object-orie
ii  python-gtk2                   2.24.0-2   Python bindings for the GTK+ widge

jumpapplet recommends no packages.

jumpapplet suggests no packages.

-- debconf-show failed

-- debsums errors found:
debsums: changed file /usr/bin/jumpapplet (from jumpapplet package)

my patch is applied :-)

regards
-- 
s pozdravom

Slavko
http://slavino.sk
--- projekty/jumpapplet	2011-07-14 19:57:44.000000000 +0200
+++ /usr/bin/jumpapplet	2011-07-14 20:08:20.000000000 +0200
@@ -57,8 +57,11 @@
     return wrapper
 
 #do the work
-def load_paths(filename="~/.autojump_py",maxpath=10):
-    dic_file=os.path.expanduser(filename)
+def load_paths(filename=[ "~/.local/share/autojump/autojump_py", "~/.autojump_py"], maxpath=10):
+    for fileitem in filename:
+        dic_file=os.path.expanduser(fileitem)
+        if os.path.exists(dic_file):
+            break
 
     try:
         aj_file=open(dic_file)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: autojump
Source-Version: 15-3

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

autojump_15-3.debian.tar.gz
  to main/a/autojump/autojump_15-3.debian.tar.gz
autojump_15-3.dsc
  to main/a/autojump/autojump_15-3.dsc
autojump_15-3_all.deb
  to main/a/autojump/autojump_15-3_all.deb
jumpapplet_15-3_all.deb
  to main/a/autojump/jumpapplet_15-3_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 633...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tanguy Ortolo <tanguy+deb...@ortolo.eu> (supplier of updated autojump 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: SHA512

Format: 1.8
Date: Sat, 23 Jul 2011 13:42:06 +0200
Source: autojump
Binary: autojump jumpapplet
Architecture: source all
Version: 15-3
Distribution: unstable
Urgency: low
Maintainer: Tanguy Ortolo <tanguy+deb...@ortolo.eu>
Changed-By: Tanguy Ortolo <tanguy+deb...@ortolo.eu>
Description: 
 autojump   - shell extension to jump to frequently used directories
 jumpapplet - autojump notification icon, to jump to frequently used directorie
Closes: 632224 633889
Changes: 
 autojump (15-3) unstable; urgency=low
 .
   * debian/patches:
      + data_dir.patch: fix jumpapplet to use the new XDG compliant
        directories. (Closes: #633889)
      + use-python3.patch: use Python 3 for autojump. (Closes: #632224)
      + force-pickle-v2.patch: force using a serializing (pickle) protocole
        compatible with both Python 2 and Python 3.
   * debian/control: let autojump depend on python3.
   * debian/autojump.lintian-overrides: removed, as this seems to be corrected
     in Lintian.
Checksums-Sha1: 
 f63fd7bfa63e8c47eb5ff6a4695918268f940dc8 1817 autojump_15-3.dsc
 d0989955db0a86c268cc85799c0ef9eceaa84f76 7423 autojump_15-3.debian.tar.gz
 de58ab5290242100846b46952dbe984c6c8e4e36 11340 autojump_15-3_all.deb
 7d9bf6179c6dac6dab442c46334d258609c9983b 8204 jumpapplet_15-3_all.deb
Checksums-Sha256: 
 51072ad32e40ef44898e3caad1000ca30d35c7fef2b54383c13bdbefe5939204 1817 
autojump_15-3.dsc
 c1af47b61ce818687fdbb644a6ecfb7497179e6c8ee0438c75afe1dc6770f7c3 7423 
autojump_15-3.debian.tar.gz
 07933a1557676faa7d67454262f919a7af09573ea7ac1e1a2af7a42c68793c6f 11340 
autojump_15-3_all.deb
 e2fa46a181912d90ebeb260488d338656b37cb6e1d860663788c3005e7ac052b 8204 
jumpapplet_15-3_all.deb
Files: 
 9eff4982a20572f761f8e3712e5aebd0 1817 shells optional autojump_15-3.dsc
 2e888aa68deaa5f18be2199668740fc6 7423 shells optional 
autojump_15-3.debian.tar.gz
 33cbb8756e5e37d7ebdfc8310a6439ef 11340 shells optional autojump_15-3_all.deb
 e4811848a12d96355a2de6cdca3babda 8204 x11 optional jumpapplet_15-3_all.deb

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

iQIcBAEBCgAGBQJOKrfxAAoJEOryzVHFAGgZMX0P/3UYHKvhxk6mTwkQgZOFIZvW
1jwqZK5s+UVJ4JpbztdA5zjWdwd2oPNEUyW1WAKjgN1y85tIW2cbcXhDqH3CuNvT
Insp5Ria5m2yg2tWN+NI1HvvXDsPD+UUBx6hnn84JvfgSX8+pEAcO3xCkem0xC9M
SPEZLWqFdLbP31HDn8HJxjw+NT8pBKC+1IUNFGW8D/oX2A4t5OjGS7Jv0DPd/uQy
vtllZm1NGJBYsFc+ykdw1iLc2jmt4n81l8mmsSglEbZN1cUCpJNfhvDQhGPYDIjU
h30+8L2FWJOBRmzgeCOcFI1EXJ8SflSzAecSdXBUONMInIT+oucAnZ3mK0nZON83
sNoBzddbGFkkGWgHKXoK0l5DWO5IaVDRMqiO78VHl9QE9ae7fuX2yvHWCnr0Qf17
G60yZLkqe+UmzLG+MuIFm2Zw98Y5ExM3haG+fFKXtromQXIByXRqF/wy8zyuWtqe
FNUu1k56YE6f/yVKv5lkh4CYOBY0UTjCyRKnVKGKUEo7I5Qte5K0XcWvmwqWF8dc
XI7I5M+oCb/Fi3OL6C1UAgpGEuLld8WcX1DCmpkV0FlAjBTKGPBRZUPvYJ7Xq4XJ
wCiNWP8hUemZGcDjn34HOhGiaDod8qi3uQqLKvuJDwpq4YeWATWCTF1CmmQVw0DQ
TjyuxJ3DS/PgaQ89bEF2
=B0zK
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to