Package: reportbug Version: 3.29.4 Followup-For: Bug #386737
I have the same bug... Jacob's fix works though. In case the maintainer is busy, attached is a perhaps superfluous patch for any users who don't feel like typing. HTH. -- Package-specific info: ** Environment settings: EDITOR="mcedit" EMAIL="[EMAIL PROTECTED]" INTERFACE="text" ** /home/alfie/.reportbugrc: reportbug_version "3.2" mode standard ui text realname "A Costa" email "[EMAIL PROTECTED]" -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages reportbug depends on: ii python 2.3.5-11 An interactive high-level object-o ii python-central 0.5.5 register and build utility for Pyt Versions of packages reportbug recommends: pn python-cjkcodecs | python-ico <none> (no description available) -- no debconf information
--- /tmp/reportbug 2006-09-10 01:11:25.000000000 -0400 +++ /usr/bin/reportbug 2006-09-10 01:25:13.000000000 -0400 @@ -480,8 +480,8 @@ if email_name != def_realname: print >> fp, rn % email_name.encode(charset, 'replace') else: - print >> fp, '# '+(rn % email_name.encode(charset, 'replace') - + print >> fp, '# '+(rn % email_name.encode(charset, 'replace')) + if email_addy != def_email: print >> fp, em % email_addy else: