Your message dated Thu, 12 Jul 2007 19:32:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#429623: fixed in pidgin 2.0.2-1 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)
--- Begin Message ---Package: pidgin Version: 2.0.1-1 Severity: normal Tags: patch $ purple-remote --help File "/usr/bin/purple-remote", line 102 if protocol == "xmpp" ^ SyntaxError: invalid syntax $ python -V Python 2.4.4 Changing line 102 to include the colon at the end seems to cause purple-remote to execute correctly. Under the assumption that /usr/bin/purple-remote is copied straight from libpurple/purple-remote, a patch to the Pidgin tree is attached to change that line. ---> Drake Wilson -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.20.1 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pidgin depends on: ii libavahi-compat-howl0 0.6.19-2 Avahi Howl compatibility library ii libc6 2.5-11 GNU C Library: Shared libraries ii libcairo2 1.4.6-1.1 The Cairo 2D vector graphics libra ii libdbus-1-3 1.1.0-1 simple interprocess messaging syst ii libdbus-glib-1-2 0.73-2 simple interprocess messaging syst ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libglib2.0-0 2.12.12-1 The GLib library of C routines ii libgstreamer0.10-0 0.10.13-2 Core GStreamer libraries and eleme ii libgtk2.0-0 2.10.13-1 The GTK+ graphical user interface ii libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T ii libice6 1:1.0.3-2 X11 Inter-Client Exchange library ii libncursesw5 5.6-3 Shared libraries for terminal hand ii libnspr4-0d 4.6.6-3 NetScape Portable Runtime Library ii libnss3-0d 3.11.5-3+b1 Network Security Service libraries ii libpango1.0-0 1.16.4-1 Layout and rendering of internatio ii libperl5.8 5.8.8-7 Shared Perl library ii libsasl2-2 2.1.22.dfsg1-12 Authentication abstraction library ii libsasl2-modules 2.1.22.dfsg1-12 Pluggable Authentication Modules f ii libsm6 2:1.0.3-1 X11 Session Management library ii libstartup-notification0 0.9-1 library for program launch feedbac ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor1 1:1.1.8-2 X cursor management library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxml2 2.6.29.dfsg-1 GNOME XML library ii libxrandr2 2:1.2.1-1 X11 RandR extension library ii libxrender1 1:0.9.2-1 X Rendering Extension client libra ii libxss1 1:1.1.2-1 X11 Screen Saver extension library ii pidgin-data 2.0.1-1 multi-protocol instant messaging c Versions of packages pidgin recommends: ii gstreamer0.10-plugins-base 0.10.13-2 GStreamer plugins from the "base" ii gstreamer0.10-plugins-good 0.10.5-7 GStreamer plugins from the "good" ii python-dbus 0.81.1-1 simple interprocess messaging syst -- no debconf information--- libpurple/purple-remote.old 2007-06-19 02:50:57.000000000 -0500 +++ libpurple/purple-remote 2007-06-19 02:51:05.000000000 -0500 @@ -94,7 +94,7 @@ def execute(uri): match = re.match(urlregexp, uri) protocol = match.group(2) - if protocol == "xmpp" + if protocol == "xmpp": protocol = "jabber" if protocol == "aim" or protocol == "icq": protocol = "oscar"
--- End Message ---
--- Begin Message ---Source: pidgin Source-Version: 2.0.2-1 We believe that the bug you reported is fixed in the latest version of pidgin, which is due to be installed in the Debian FTP archive: pidgin-data_2.0.2-1_all.deb to pool/main/p/pidgin/pidgin-data_2.0.2-1_all.deb pidgin-dbg_2.0.2-1_amd64.deb to pool/main/p/pidgin/pidgin-dbg_2.0.2-1_amd64.deb pidgin-dev_2.0.2-1_all.deb to pool/main/p/pidgin/pidgin-dev_2.0.2-1_all.deb pidgin_2.0.2-1.diff.gz to pool/main/p/pidgin/pidgin_2.0.2-1.diff.gz pidgin_2.0.2-1.dsc to pool/main/p/pidgin/pidgin_2.0.2-1.dsc pidgin_2.0.2-1_amd64.deb to pool/main/p/pidgin/pidgin_2.0.2-1_amd64.deb pidgin_2.0.2.orig.tar.gz to pool/main/p/pidgin/pidgin_2.0.2.orig.tar.gz 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. Ari Pollak <[EMAIL PROTECTED]> (supplier of updated pidgin 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: RIPEMD160 Format: 1.7 Date: Thu, 12 Jul 2007 10:37:09 -0400 Source: pidgin Binary: pidgin-dbg pidgin-dev pidgin-data pidgin Architecture: source amd64 all Version: 2.0.2-1 Distribution: unstable Urgency: low Maintainer: Robert McQueen <[EMAIL PROTECTED]> Changed-By: Ari Pollak <[EMAIL PROTECTED]> Description: pidgin - multi-protocol instant messaging client pidgin-data - multi-protocol instant messaging client - data files pidgin-dbg - Debugging symbols for Pidgin pidgin-dev - multi-protocol instant messaging client - development files Closes: 260420 429222 429623 Changes: pidgin (2.0.2-1) unstable; urgency=low . * New upstream version (Closes: #429222) * Enable SILC support (Closes: #260420) * 21_purple-remote_syntax.patch: - Fix syntax error in purple-remote script (Closes: #429623) Files: 619036a98399c05bc695f52f9544ea55 1278 net optional pidgin_2.0.2-1.dsc cffc242d50cc2a0bf0fdf06bdb5c6efd 11022798 net optional pidgin_2.0.2.orig.tar.gz 9b903d96a660a5509239b4f71cea3d39 37741 net optional pidgin_2.0.2-1.diff.gz 6d4b9f75ac769bbb13bf2ca638bab59e 6123876 net optional pidgin-data_2.0.2-1_all.deb c2869cfcaa5f6afec37715c5dbfd3b7c 218398 devel optional pidgin-dev_2.0.2-1_all.deb 8b9581e008346d44ca7674e8940b9dd2 2045212 net optional pidgin_2.0.2-1_amd64.deb c79e8a50cd159067f94c87f3ddd3b577 4515298 net extra pidgin-dbg_2.0.2-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGln2bwO+u47cOQDsRA4tyAJ9Svusd6oeFcBXc/cn8vvvTys6L3ACfVZ1O w2wV/CMi+oa425bYFoTtQ6U= =Y35y -----END PGP SIGNATURE-----
--- End Message ---

