[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.3-4-gecf9fa0

Ryan Niebur ryanryan52 at gmail.com
Sun Mar 14 09:21:22 UTC 2010


The following commit has been merged in the master branch:
commit 5d54d66cedaf31dd61cde6dffc14d69c62d1db64
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date:   Wed Feb 10 21:46:41 2010 +0100

    add missing dots (Closes: #569214)

diff --git a/debian/changelog b/debian/changelog
index f640ee3..eb5c61c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt-listbugs (0.1.4) UNRELEASED; urgency=low
+
+  * fixed "po-debconf: usage text - options v, p and P have not dot at the
+  end" (Closes: #569214)
+
+ -- Francesco Poli (t1000) <frx at firenze.linux.it>  Wed, 10 Feb 2010 21:43:48 +0100
+
 apt-listbugs (0.1.3) unstable; urgency=low
 
   [ Francesco Poli (t1000) ]
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index d686ff1..177c63e 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -42,15 +42,15 @@ class AppConfig
       "\n",
       _("Options:\n"),
       _(" -h               : Display this help and exit.\n"),
-      _(" -v               : Show version number and exit\n"),
+      _(" -v               : Show version number and exit.\n"),
       sprintf(_(" -s <severities>  : Severities you want to see [%s], or [all].\n"), @severity.join(',')),
       _(" -T <tags>        : Tags you want to see.\n"),
       sprintf(_(" -S <stats>       : Stats you want to see [%s].\n"), @stats.join(',')),
       _(" -B <bug#>        : Restrict reporting to specified bug#s only.\n"),
       _(" -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(_(" -P <priority>    : Specifies Pin-Priority value [%s]\n"), @pin_priority),
+      sprintf(_(" -p <port>        : Port number of the server [%s].\n"), @port),
+      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"),
@@ -58,9 +58,9 @@ class AppConfig
       _(" -n               : Assume that you select no for all questions.\n"),
       _(" -d               : Debug.\n"),
       _("Commands:\n"),
-      _(" apt              : apt mode\n"),
-      _(" list <pkg...>    : list bug reports of the specified packages\n"),
-      _(" rss <pkg...>     : list bug reports of the specified packages in rss\n"),
+      _(" apt              : Apt mode.\n"),
+      _(" list <pkg...>    : List bug reports of the specified packages.\n"),
+      _(" rss <pkg...>     : List bug reports of the specified packages in rss.\n"),
       _("See the manual page for the long options.\n")
   end
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list