tag 555032 pending thanks Dear maintainer,
I've prepared an NMU for libgettext-ruby (versioned as 1.93.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. This applies the patch from Ryan Niebur in bug #555032. Regards, -- Tim Retout <t...@retout.co.uk> diff -u libgettext-ruby-1.93.0/debian/changelog libgettext-ruby-1.93.0/debian/changelog --- libgettext-ruby-1.93.0/debian/changelog +++ libgettext-ruby-1.93.0/debian/changelog @@ -1,3 +1,11 @@ +libgettext-ruby (1.93.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * 10_unicode_encoding.dpatch: Specify unicode source encoding for + iconv.rb. Fixes use with ruby1.9. (Closes: #555032) + + -- Tim Retout <t...@retout.co.uk> Fri, 01 Jan 2010 16:50:20 +0000 + libgettext-ruby (1.93.0-1) unstable; urgency=low * New upstream release includes fix for locale issue diff -u libgettext-ruby-1.93.0/debian/patches/00list libgettext-ruby-1.93.0/debian/patches/00list --- libgettext-ruby-1.93.0/debian/patches/00list +++ libgettext-ruby-1.93.0/debian/patches/00list @@ -2,0 +3 @@ +10_unicode_encoding.dpatch only in patch2: unchanged: --- libgettext-ruby-1.93.0.orig/debian/patches/10_unicode_encoding.dpatch +++ libgettext-ruby-1.93.0/debian/patches/10_unicode_encoding.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_unicode_encoding.dpatch by Tim Retout <t...@retout.co.uk> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Specify unicode source encoding for iconv.rb. +## DP: Patch supplied by Ryan Niebur. +## DP: See http://bugs.debian.org/555032 + +...@dpatch@ +diff -u libgettext-ruby-1.93.0/debian/changelog libgettext-ruby-1.93.0/debian/changelog +--- libgettext-ruby-1.93.0.orig/lib/gettext/iconv.rb ++++ libgettext-ruby-1.93.0/lib/gettext/iconv.rb +@@ -1,3 +1,5 @@ ++# coding: utf-8 ++ + =begin + iconv.rb - Pseudo Iconv class. Supports Iconv.iconv, Iconv.conv. + -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org