[DRE-commits] [ruby-fast-gettext] 03/04: delete 0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch

Michael Moll mmoll-guest at moszumanska.debian.org
Tue Sep 6 00:22:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

mmoll-guest pushed a commit to branch master
in repository ruby-fast-gettext.

commit 4f5ec80f3046dfa277d3f79c99ae3f1c5ac23a2f
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date:   Tue Sep 6 02:07:05 2016 +0200

    delete 0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
---
 debian/changelog                                      |  1 +
 ...-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch | 19 -------------------
 debian/patches/series                                 |  1 -
 3 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 076fe1c..cdcf778 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-fast-gettext (1.2.0-1) unstable; urgency=medium
   * Team upload.
   * New upstream release
   * Refresh patches
+  * Delete 0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
 
  -- Michael Moll <kvedulv at kvedulv.de>  Tue, 06 Sep 2016 01:35:24 +0200
 
diff --git a/debian/patches/0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch b/debian/patches/0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
deleted file mode 100644
index 6c3f39d..0000000
--- a/debian/patches/0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar at debian.org>
-Date: Mon, 5 May 2014 18:43:48 +0200
-Subject: Properly handle PO files encoding in PoFile.to_mo_file
-
----
- lib/fast_gettext/po_file.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/lib/fast_gettext/po_file.rb
-+++ b/lib/fast_gettext/po_file.rb
-@@ -32,7 +32,7 @@
-       parser.report_warning = options.fetch(:report_warning, true)
- 
-       mo_file = FastGettext::GetText::MOFile.new
--      parser.parse(File.read(file), mo_file)
-+      parser.parse_file(file, mo_file)
-       mo_file
-     end
-   end
diff --git a/debian/patches/series b/debian/patches/series
index ca02ed6..da8abaf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
 0001-fix-rspec-requires.patch
 0002-skip-safe-mode-test.patch
 0003-fix-tests-with-ruby-calls.patch
-0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
 0005-remove-bogus-tests.patch
 0006-Use-IO-each_line-instead-of-IO-lines-in-poparser.patch
 0007-Add-metadata.yml-from-upstream-gem.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fast-gettext.git



More information about the Pkg-ruby-extras-commits mailing list