[Reportbug-commits] [reportbug] 06/11: clarify the menu for partial/all archs for binNMUs and RMs; thanks to Kamaraju Kusumanchi for the report; Closes: #773606

Sandro Tosi morph at moszumanska.debian.org
Wed Apr 15 18:08:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit b0fc13ed6cfc875a81e1ebd2927fd72e55735884
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Apr 13 12:20:58 2015 +0100

    clarify the menu for partial/all archs for binNMUs and RMs; thanks to Kamaraju Kusumanchi for the report; Closes: #773606
---
 debian/changelog     | 4 +++-
 reportbug/debbugs.py | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58f3781..1fdc956 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ reportbug (6.6.4) UNRELEASED; urgency=medium
   * reportbug/debbugs.py
     - fix usage of singular they in RFH description; thanks to Doug Torrance for
       the report; Closes: #776015
+    - clarify the menu for partial/all archs for binNMUs and RMs; thanks to
+      Kamaraju Kusumanchi for the report; Closes: #773606
   * share/script
     - report PAGER environment variable when filing a bug against reportbug
   * reportbug/ui/gtk2_ui.py
@@ -12,7 +14,7 @@ reportbug (6.6.4) UNRELEASED; urgency=medium
       Closes: #782319, #780825, #769055
     - use ui.final_message() when printing the last message and then exit
 
- -- Sandro Tosi <morph at debian.org>  Mon, 13 Apr 2015 00:35:13 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 13 Apr 2015 12:20:04 +0100
 
 reportbug (6.6.3) unstable; urgency=medium
 
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 98d70e7..c93e655 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -466,8 +466,8 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
     if tag in ('binnmu', 'rm'):
         partial = ui.select_options(
             "Is this request for specific architectures?",
-            'yN', {'y': 'This is a partial (specific architectures) removal.',
-                   'n': 'This removal is for all architectures.' })
+            'yN', {'y': 'This is a partial (specific architectures) request.',
+                   'n': 'This request is for all architectures.' })
         if partial == 'y':
             if tag == 'rm':
                 ui.long_message('The proper way to request a partial removal '

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list