[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.8-16-gd08173f

Sandro Tosi morph at debian.org
Sat Nov 21 22:24:01 UTC 2009


The following commit has been merged in the master branch:
commit f499c84ff24bfee3ca39aa77320630e369a38d27
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 21 12:47:04 2009 +0100

    enable '-u' options, along with '--ui'; thanks to David Bremner for the report and to Carl Chenet for the patch; Closes: #542312

diff --git a/bin/querybts b/bin/querybts
index f4c0b7a..4320379 100755
--- a/bin/querybts
+++ b/bin/querybts
@@ -55,6 +55,7 @@ USAGE = ("querybts - Examine the state of a debbugs server.\n\n"
          "  -B: Specify an alternate debbugs BTS. *\n"
          "  -h: Display this help message.\n"
          "  -s: Query for source packages rather than binary packages.\n"
+         "  -u: Specify the user interface to  use.\n"
          "  -v: Show the version number of this program.\n"
          "  -w: Use a web browser instead of the internal interface.\n"
          "\nOptions marked * take the word 'help' to list allowed options."
@@ -82,7 +83,7 @@ def main():
 
     try:
         (opts, args) = getopt.getopt(
-            sys.argv[1:], 'AB:bhlmsuvw', ['help', 'version',
+            sys.argv[1:], 'ABu:bhlmsvw', ['help', 'version',
                                         'bts=', 'web', 'mbox',
                                         'archive', 'source',
                                         'http_proxy=', 'proxy=',
diff --git a/debian/changelog b/debian/changelog
index ef28247..1cbf5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,11 @@ reportbug (4.8+WIP) UNRELEASED; urgency=low
     - don't encode email addresses when print report of mail recipients (after
       mail being sent); thanks to Raphaël Hertzog for the report and Carl Chenet
       for the patch; Closes: #546914
+  * bin/querybts
+    - enable '-u' options, along with '--ui'; thanks to David Bremner for the
+      report and to Carl Chenet for the patch; Closes: #542312
 
- -- Sandro Tosi <morph at debian.org>  Thu, 12 Nov 2009 23:23:09 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 21 Nov 2009 12:44:13 +0100
 
 reportbug (4.8) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list