[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.7-2-gc0a7294

Francesco Poli (wintermute) invernomuto at paranoici.org
Tue Jul 10 17:48:21 UTC 2012


The following commit has been merged in the master branch:
commit c0a729496c7b2889e26c61262daa07078d1ee4c6
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Tue Jul 10 19:46:24 2012 +0200

    clarify warning message (Closes: #681037)

diff --git a/debian/changelog b/debian/changelog
index d70e8d0..f06140b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 apt-listbugs (0.1.8) UNRELEASED; urgency=low
 
   * improved internationalization
+  * fixed ""non-interactive failure mode" message is unclear": clarified
+    which README.Debian should be consulted (Closes: #681037)
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 07 Jul 2012 23:05:28 +0200
 
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 58f65bf..5596592 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -235,7 +235,7 @@ class AppConfig
         test_tty.close if test_tty
       rescue
         if @yes.nil?
-          $stderr.puts _("W: cannot open /dev/tty: running inside su -c \"command\"? switching to non-interactive failure mode, please see README.Debian.")
+          $stderr.puts _("W: cannot open /dev/tty: running inside su -c \"command\"? switching to non-interactive failure mode, please see /usr/share/doc/apt-listbugs/README.Debian.gz")
           @yes = false
         end
         @quiet = true

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list