Package: reportbug
Version: 6.4.4
Followup-For: Bug #657066

Dear Maintainer,

It seems when not subject and body defined, the special_prompts() was
called to bring up wnpp prompt. However, we do have a subject for update
on WNPP bugs.

The attached patch solved it.
--- reportbug.orig	2013-10-11 21:14:31.857434787 +0800
+++ reportbug	2013-10-11 21:14:41.641434777 +0800
@@ -1367,6 +1367,7 @@
                         raise NoReport
                     else:
                         package = exinfo.package or exinfo.source
+			subject = exinfo.subject
                 else:
                     efail("The report bug number provided seems to not exist.\n")
         except NoBugs:

Reply via email to