[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.1.0-20-g2b90030
Ryan Niebur
ryanryan52 at gmail.com
Sun Oct 18 18:13:50 UTC 2009
The following commit has been merged in the master branch:
commit 590773c32db7956ffe3cc4a89521af4aff989a05
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date: Sat Sep 12 21:57:22 2009 +0200
updated --help output and man page
Both the on-line help and the man page required some updates (e.g.: the
help still listed the -f option which was dropped quite some time ago...).
diff --git a/apt-listbugs b/apt-listbugs
index 9aae063..43012a2 100755
--- a/apt-listbugs
+++ b/apt-listbugs
@@ -4,7 +4,7 @@
#
# Copyright (C) 2002 Masato Taruishi <taru at debian.org>
# Copyright (C) 2006-2008 Junichi Uekawa <dancer at debian.org>
-# Copyright (C) 2008 Francesco Poli <frx at firenze.linux.it>
+# Copyright (C) 2008-2009 Francesco Poli <frx at firenze.linux.it>
# Copyright (C) 2009 Ryan Niebur <ryanryan52 at gmail.com>
#
# This program is free software; you can redistribute it and/or modify
@@ -37,12 +37,12 @@ apt-listbugs [options] <command> [arguments]
apt-listbugs is a tool which retrieves bug reports from the Debian
Bug Tracking System and lists them. Especially, it is intended to
-be invoked before each upgrade by apt in order to check whether
+be invoked before each upgrade by apt or aptitude in order to check whether
the upgrade/installation is safe.
== USAGE
-apt-listbugs [-h] [-s <severities>] [-S <stats>] [-B <bugs>] [-D] [-H <hostname>] [-p <port>] <command> [arguments]
+apt-listbugs [-h] [-v] [-s <severities>] [-T <tags>] [-S <stats>] [-B <bug#>] [-D] [-H <hostname>] [-p <port>] [-P <priority>] [-E <title>] [-q] [-C <apt.conf>] [-y] [-n] [-d] <command> [arguments]
== OPTIONS
@@ -65,7 +65,7 @@ apt-listbugs [-h] [-s <severities>] [-S <stats>] [-B <bugs>] [-D] [-H <hostname>
* -S <stats> | --stats <stats>
- Status you want to see separated by comma. Default: [forwarded,done,pending,pending-fixed,]
+ Status you want to see separated by comma. Default: [forwarded,done,pending,pending-fixed]
Note that 'pending' does not mean 'tagged pending', but 'still open, pending to be fixed'.
@@ -80,11 +80,6 @@ apt-listbugs [-h] [-s <severities>] [-S <stats>] [-B <bugs>] [-D] [-H <hostname>
Shows bugs of downgraded packages. (apt mode only)
-* -d
-
- Give extra debug output, important for debugging problems. Please
- include -d when reporting problems.
-
* -H <hostname> | --hostname <hostname>
Specifies the hostname of Debian Bug Tracking System [bugs.debian.org].
@@ -97,7 +92,7 @@ apt-listbugs [-h] [-s <severities>] [-S <stats>] [-B <bugs>] [-D] [-H <hostname>
Specifies Pin-Priority value [1000].
-* --title
+* -E <title> | --title <title>
Specifies the title of rss output.
@@ -119,6 +114,11 @@ apt-listbugs [-h] [-s <severities>] [-S <stats>] [-B <bugs>] [-D] [-H <hostname>
Assumes that you select no for all questions. This option is
assumed if stdout is not a terminal.
+* -d | --debug
+
+ Give extra debug output, important for debugging problems. Please
+ include -d when reporting problems.
+
== COMMANDS
* apt
@@ -200,20 +200,14 @@ apt-listbugs understands APT configuration file (see apt.conf). The notable conf
To warn APT not to proceed.
-== BUGS
-
-Note that apt-listbugs can't probe all the critical bug reports that
-really applies to the package of the version. This means that some
-bugs are listed because of a conservative reason even if the bugs
-don't actually apply to the version. You need to review the bug.
-
== AUTHORS
apt-listbugs was originally written by Masato Taruishi
<taru at debian.org>, and rewritten by Junichi Uekawa
<dancer at debian.org> in 2006 to handle BTS Versioning features and the
SOAP interface. The --bugs option was added by Francesco Poli
-<frx at firenze.linux.it> in 2008.
+<frx at firenze.linux.it> in 2008. apt-listbugs is currently maintained by
+Francesco Poli and Ryan Niebur <ryanryan52 at gmail.com>.
Latest source-code is available from
http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
diff --git a/debian/changelog b/debian/changelog
index 628decf..bc0cda1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,13 +6,14 @@ apt-listbugs (0.1.1) UNRELEASED; urgency=low
* updated README.Debian, by dropping or modifying obsolete parts
* documented coexistence with unattended installations/upgrades in
README.Debian (Closes: #459127)
+ * updated --help output and man page
[ Ryan Niebur ]
* updated italian translation, thanks Luca (Closes: #540344)
* LC_ALL=C when running apt-cache, we parse the English output (Closes:
#547128)
- -- Francesco Poli (t1000) <frx at firenze.linux.it> Sat, 12 Sep 2009 19:01:29 +0200
+ -- Francesco Poli (t1000) <frx at firenze.linux.it> Sat, 12 Sep 2009 21:52:52 +0200
apt-listbugs (0.1.0) unstable; urgency=low
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 4f0316a..5ab036b 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -49,9 +49,8 @@ class AppConfig
_(" -D : Show downgraded packages, too.\n"),
sprintf(_(" -H <hostname> : Hostname of Debian Bug Tracking System [%s].\n"), @hostname),
sprintf(_(" -p <port> : Port number of the server [%s]\n"), @port),
- sprintf(_(" --pin-priority : Specifies Pin-Priority value [%s]\n"), @pin_priority),
- _(" --title : Specifies the title of rss output.\n"),
- _(" -f : Retrieve bug reports from BTS forcibly.\n"),
+ sprintf(_(" -P <priority> : Specifies Pin-Priority value [%s]\n"), @pin_priority),
+ _(" -E <title> : Specifies the title of rss output.\n"),
_(" -q : Don't display progress bar.\n"),
_(" -C <apt.conf> : Specify apt.conf.\n"),
_(" -y : Assume that you select yes for all questions.\n"),
--
apt-listbugs development tree
More information about the Apt-listbugs-commits
mailing list