Package: reportbug Version: 6.4.4 Severity: wishlist Hello,
Yeh, it is very very minor. The attached patch improve the consistency on the message on the request: 6 ROM Package removal - Request Of Maintainer. 7 ROP Package removal - Request of Porter. 8 ROSRM Package removal - Request of Stable Release Manager. Of => of Cheers, Sylvestre -- Package-specific info: ** Environment settings: DEBEMAIL="sylves...@debian.org" DEBFULLNAME="Sylvestre Ledru" -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages reportbug depends on: ii apt 0.9.8.1 ii python 2.7.3-5 ii python-reportbug 6.4.4 reportbug recommends no packages. Versions of packages reportbug suggests: pn claws-mail <none> pn debconf-utils <none> pn debsums <none> ii dlocate 1.02+nmu3 pn emacs22-bin-common | emacs23-bin-common <none> ii file 1:5.14-2 ii gnupg 1.4.12-7 ii postfix [mail-transport-agent] 2.10.0-3 ii python-gtk2 2.24.0-3+b1 pn python-gtkspell <none> pn python-urwid <none> ii python-vte 1:0.28.2-5 ii xdg-utils 1.1.0~rc1+git20111210-7 Versions of packages python-reportbug depends on: ii apt 0.9.8.1 ii python 2.7.3-5 ii python-debian 0.1.21+nmu2 ii python-debianbts 1.11 ii python-support 1.0.15 python-reportbug suggests no packages. -- no debconf information
>From b30d8e0a49a5629e8add689ff3aca4fd59d45b57 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylves...@debian.org> Date: Mon, 3 Jun 2013 09:33:36 +0200 Subject: [PATCH] Consistency over the request (bikeshedding) --- reportbug/debbugs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py index 257ab10..3950992 100644 --- a/reportbug/debbugs.py +++ b/reportbug/debbugs.py @@ -208,7 +208,7 @@ def handle_debian_ftp(package, bts, ui, fromaddr, timeout, online=True, http_pro 'a bug in an existing package, please press Enter to ' 'exit reportbug.)', { 'ROM' : - "Package removal - Request Of Maintainer.", + "Package removal - Request of Maintainer.", 'RoQA' : "Package removal - Requested by the QA team.", 'ROP' : -- 1.7.10.4