[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:23 UTC 2010


The following commit has been merged in the master branch:
commit 0130239bc582942d11d79841e706890b2ccd0739
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date:   Thu Mar 4 00:12:24 2010 +0100

    use Locale.charset, not codeset (Closes: #572192)

diff --git a/debian/changelog b/debian/changelog
index eb5c61c..8da6bcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ 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)
+  * fixed "crashes after requesting a web browser listing": use
+  Locale.charset instead of Locale.codeset to adapt for a libgettext-ruby
+  change (Closes: #572192)
 
- -- Francesco Poli (t1000) <frx at firenze.linux.it>  Wed, 10 Feb 2010 21:43:48 +0100
+ -- Francesco Poli (t1000) <frx at firenze.linux.it>  Wed, 03 Mar 2010 22:57:51 +0100
 
 apt-listbugs (0.1.3) unstable; urgency=low
 
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 177c63e..3995fdc 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -585,7 +585,7 @@ Pin-Priority: #{pin_pri}
       displayed_pkgs = []
 
       tmp = HtmlTempfile.new("apt-listbugs")
-      tmp.puts "<html><head><title>"+_("critical bugs for your upgrade")+"</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=#{Locale.codeset}\"></head><body>"
+      tmp.puts "<html><head><title>"+_("critical bugs for your upgrade")+"</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=#{Locale.charset}\"></head><body>"
       tmp.puts _("<h1 align=\"center\">Critical bugs for your upgrade</h1>")
       tmp.puts _("<p align=\"right\">by apt-listbugs</p><hr>")
       tmp.puts _("<h2>Bug reports</h2>")

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list