Package: reportbug Version: 6.5.1ubuntu1 Severity: minor Dear Maintainer,
When a user begins reporting a bug against wnpp, a list of available types of bugs are given with explanations. The explanation of an RFH bug has two small grammatical errors. In particular, it should use "need" instead of "needs", and the comma before "because" in unnecessary. The attached patch fixes this issue. Thanks! Doug Torrance -- Package-specific info: ** Environment settings: DEBEMAIL="dtorra...@monmouthcollege.edu" DEBFULLNAME="Doug Torrance" INTERFACE="text" ** /home/profzoom/.reportbugrc: reportbug_version "6.5.0ubuntu1" mode novice ui text no-cc header "X-Debbugs-CC: dtorra...@monmouthcollege.edu" smtphost reportbug.debian.org -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic'), (500, 'trusty'), (100, 'utopic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-031600-generic (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/dash Versions of packages reportbug depends on: ii apt 1.0.9.2ubuntu2 ii python 2.7.8-1 ii python-reportbug 6.5.1ubuntu1 pn python:any <none> reportbug recommends no packages. Versions of packages reportbug suggests: pn claws-mail <none> pn debconf-utils <none> ii debsums 2.0.52+nmu2 ii dlocate 1.02+nmu3 pn emacs22-bin-common | emacs23-bin-common <none> ii file 1:5.19-1ubuntu1.1 ii gnupg 1.4.16-1.2ubuntu1 ii python-gtk2 2.24.0-3ubuntu3 pn python-gtkspell <none> pn python-urwid <none> pn python-vte <none> ii sendmail-bin [mail-transport-agent] 8.14.4-7 ii xdg-utils 1.1.0~rc1-2ubuntu8 Versions of packages python-reportbug depends on: ii apt 1.0.9.2ubuntu2 ii python-debian 0.1.22ubuntu1 ii python-debianbts 1.12 pn python:any <none> python-reportbug suggests no packages. -- no debconf information
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py index 36bef9b..98d70e7 100644 --- a/reportbug/debbugs.py +++ b/reportbug/debbugs.py @@ -603,7 +603,7 @@ def handle_wnpp(package, bts, ui, fromaddr, timeout, online=True, http_proxy=Non 'RFA' : "This is a `Request for Adoption'. Due to lack of time, resources, interest or something similar, the current maintainer is asking for someone else to maintain this package. They will maintain it in the meantime, but perhaps not in the best possible way. In short: the package needs a new maintainer.", 'RFH' : - "This is a `Request For Help'. The current maintainer wants to continue to maintain this package, but they needs some help to do this, because their time is limited or the package is quite big and needs several maintainers.", + "This is a `Request For Help'. The current maintainer wants to continue to maintain this package, but they need some help to do this because their time is limited or the package is quite big and needs several maintainers.", 'ITP' : "This is an `Intent To Package'. Please submit a package description along with copyright and URL in such a report.", 'RFP' :