[DRE-commits] [ruby-i18n] 07/08: removed patches

Jonas Genannt jonas at brachium-system.net
Wed Nov 27 18:46:15 UTC 2013


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

hggh-guest pushed a commit to branch master
in repository ruby-i18n.

commit 330e24e9530ee000fac38503581cb1b6b891b276
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Nov 27 19:45:45 2013 +0100

    removed patches
---
 .../patches/0001-Skip-test-that-fails-on-1.9.patch | 28 ------------
 debian/patches/debian-changes-0.5.0-1              | 53 ----------------------
 debian/patches/series                              |  2 -
 3 files changed, 83 deletions(-)

diff --git a/debian/patches/0001-Skip-test-that-fails-on-1.9.patch b/debian/patches/0001-Skip-test-that-fails-on-1.9.patch
deleted file mode 100644
index 4eb3dab..0000000
--- a/debian/patches/0001-Skip-test-that-fails-on-1.9.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 01f9dcd8c006116bbf0878ca95daaddb5e6eb845 Mon Sep 17 00:00:00 2001
-From: Antonio Terceiro <terceiro at debian.org>
-Date: Fri, 4 Nov 2011 12:32:56 -0200
-Subject: [PATCH] Skip test that fails on 1.9
-
----
- test/i18n/load_path_test.rb |    5 ++++-
- 1 files changed, 4 insertions(+), 1 deletions(-)
-
-diff --git a/test/i18n/load_path_test.rb b/test/i18n/load_path_test.rb
-index 678c893..d8dbf57 100644
---- a/test/i18n/load_path_test.rb
-+++ b/test/i18n/load_path_test.rb
-@@ -12,7 +12,10 @@ class I18nLoadPathTest < Test::Unit::TestCase
-     assert_equal "baz", I18n.t(:'foo.bar')
-   end
- 
--  test "loading an empty yml file raises an InvalidLocaleData exception" do
-+  def self.skip(msg)
-+  end
-+
-+  skip "loading an empty yml file raises an InvalidLocaleData exception" do
-     assert_raise I18n::InvalidLocaleData do
-       I18n.load_path = [[locales_dir + '/invalid/empty.yml']]
-       I18n.t(:'foo.bar', :default => "baz")
--- 
-1.7.7.1
-
diff --git a/debian/patches/debian-changes-0.5.0-1 b/debian/patches/debian-changes-0.5.0-1
deleted file mode 100644
index 22b6e1e..0000000
--- a/debian/patches/debian-changes-0.5.0-1
+++ /dev/null
@@ -1,53 +0,0 @@
-Description: Upstream changes introduced in version 0.5.0-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- ruby-i18n (0.5.0-1) UNRELEASED; urgency=low
- .
-   TODO: need to package active support. And check dependencies.
-   * Switch to gem2deb-based packaging. Rename source and binary package.
- .
- The person named in the Author field signed this changelog entry.
-Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- ruby-i18n-0.5.0.orig/test/test_helper.rb
-+++ ruby-i18n-0.5.0/test/test_helper.rb
-@@ -1,18 +1,18 @@
- $KCODE = 'u' if RUBY_VERSION <= '1.9'
- 
--require 'rubygems'
-+#require 'rubygems'
- require 'test/unit'
- 
- # Do not load the i18n gem from libraries like active_support.
- #
- # This is required for testing against Rails 2.3 because active_support/vendor.rb#24 tries
- # to load I18n using the gem method. Instead, we want to test the local library of course.
--alias :gem_for_ruby_19 :gem # for 1.9. gives a super ugly seg fault otherwise
--def gem(gem_name, *version_requirements)
--  gem_name =='i18n' ? puts("skipping loading the i18n gem ...") : super
--end
-+#alias :gem_for_ruby_19 :gem # for 1.9. gives a super ugly seg fault otherwise
-+#def gem(gem_name, *version_requirements)
-+#  gem_name =='i18n' ? puts("skipping loading the i18n gem ...") : super
-+#end
- 
--require 'bundler/setup'
-+#require 'bundler/setup'
- require 'i18n'
- require 'mocha'
- require 'test_declarative'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e318c3e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-debian-changes-0.5.0-1
-0001-Skip-test-that-fails-on-1.9.patch

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



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