Package: reportbug Version: 4.6 Severity: normal Tags: patch Hi,
Here is a bug to solve this issue. Bye, Carl Chenet -- Package-specific info: ** Environment settings: DEBEMAIL="cha...@ohmytux.com" DEBFULLNAME="Carl Chenet" INTERFACE="text" ** /home/chaica/.reportbugrc: reportbug_version "4.5" mode novice ui text smtphost "smtp.free.fr" -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages reportbug depends on: ii apt 0.7.21 Advanced front-end for dpkg ii python 2.5.4-2 An interactive high-level object-o ii python-reportbug 4.6 Python modules for interacting wit reportbug recommends no packages. Versions of packages reportbug suggests: pn debconf-utils <none> (no description available) ii debsums 2.0.44 verification of installed package pn dlocate <none> (no description available) ii exim4 4.69-9 metapackage to ease Exim MTA (v4) ii exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon ii file 5.00-1 Determines file type using "magic" ii gnupg 1.4.9-4 GNU privacy guard - a free PGP rep pn python-gnome2-extras <none> (no description available) pn python-gtk2 <none> (no description available) pn python-urwid <none> (no description available) pn python-vte <none> (no description available) pn xdg-utils <none> (no description available) -- no debconf information
>From 4a0a36130aef61a1940d6ac01d864d05bbb992c7 Mon Sep 17 00:00:00 2001 From: chaica <cha...@ohmytux.com> Date: Wed, 19 Aug 2009 01:04:07 +0200 Subject: [PATCH] add support for u option in querybts --- bin/querybts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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=', -- 1.6.2.3