Package: gaim Version: 1:2.0.0+fake.3 Severity: important /usr/bin/gaim-remote is missing a colon on line 102
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.iso885915, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages gaim depends on: ii pidgin 2.0.1-1 multi-protocol instant messaging c gaim recommends no packages. -- no debconf information
--- gaim-remote.orig 2007-10-04 14:28:06.000000000 -0600 +++ gaim-remote 2007-10-04 14:42:58.000000000 -0600 @@ -99,7 +99,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"