[DRE-commits] [ruby-fast-gettext] 08/09: d/patches: Remove patch 008 (Fix-MoFile) applied upstream
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Mon Feb 29 14:47:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-fast-gettext.
commit ad236504284bebf1ae7f021074244a9f537046dc
Author: Sebastien Badia <seb at sebian.fr>
Date: Mon Feb 29 11:43:43 2016 -0300
d/patches: Remove patch 008 (Fix-MoFile) applied upstream
---
debian/changelog | 1 +
...new-has-already-been-invoked-and-cannot-b.patch | 24 ----------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4c5466d..9c9c45c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ruby-fast-gettext (1.0.0-1) UNRELEASED; urgency=medium
Bump Standards-Version to 3.9.7 (no changes)
Update Vcs-* fields (use https everywhere)
* d/watchfile: Target github and update to version 4
+ * d/patches: Remove patch 008 (Fix-MoFile) applied upstream
-- Sebastien Badia <seb at sebian.fr> Mon, 29 Feb 2016 11:31:22 -0300
diff --git a/debian/patches/0008-Fix-MoFile.new-has-already-been-invoked-and-cannot-b.patch b/debian/patches/0008-Fix-MoFile.new-has-already-been-invoked-and-cannot-b.patch
deleted file mode 100644
index e21ef5c..0000000
--- a/debian/patches/0008-Fix-MoFile.new-has-already-been-invoked-and-cannot-b.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: =?utf-8?q?V=C3=ADt_Ondruch?= <vondruch at redhat.com>
-Date: Wed, 24 Jun 2015 18:25:58 +0200
-Subject: Fix "MoFile.new has already been invoked and cannot be modified
- further"
-
----
- spec/fast_gettext/translation_repository/mo_spec.rb | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/spec/fast_gettext/translation_repository/mo_spec.rb b/spec/fast_gettext/translation_repository/mo_spec.rb
-index 85135db..6952e79 100644
---- a/spec/fast_gettext/translation_repository/mo_spec.rb
-+++ b/spec/fast_gettext/translation_repository/mo_spec.rb
-@@ -23,8 +23,9 @@ describe 'FastGettext::TranslationRepository::Mo' do
- describe :reload do
- before do
- mo_file = FastGettext::MoFile.new('spec/locale/de/LC_MESSAGES/test2.mo')
-+ empty_mo_file = FastGettext::MoFile.empty
-
-- FastGettext::MoFile.stub(:new).and_return(FastGettext::MoFile.empty)
-+ FastGettext::MoFile.stub(:new).and_return(empty_mo_file)
- FastGettext::MoFile.stub(:new).with('spec/locale/de/LC_MESSAGES/test.mo').and_return(mo_file)
- end
-
diff --git a/debian/patches/series b/debian/patches/series
index 356e97d..ca02ed6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@
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
-0008-Fix-MoFile.new-has-already-been-invoked-and-cannot-b.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