Package: reportbug
Version: 3.21
Followup-For: Bug #370600

The solution's pretty simple.  Someone must have changed reportbug who
wasn't very experienced at writing python.  As such ey used tabs instead
of 4-tuple spaces, and forgot the colon at the end of an if statement.
As I'm using reportbug to report this bug, I'd consider this a fix. And
eh... forgive me for using perl instead of patch.  :/

#!/bin/sh
exec perl -nx $0 \
        </usr/share/reportbug/reportbug_submit.py \
        >reportbug_submit.py.fixed
#!perl
$\ = "\n";
chomp;
s/    /\t/g;
$_ = "$_:" if /if smtplib.*535[^:]$/; # line 371
print;
__END__

-- Package-specific info:
** Environment settings:
EDITOR="gvim -f"

** /home/admin/.reportbugrc:
reportbug_version "3.20"
mode novice
ui text
realname "Synx"
email "[EMAIL PROTECTED]"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages reportbug depends on:
ii  python2.3                     2.3.5-9.1  An interactive high-level object-o

Versions of packages reportbug recommends:
pn  python2.3-cjkcodecs | python2 <none>     (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to