[DRE-commits] [ruby-tzinfo] 03/04: Drop patches.

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Sun Nov 24 11:12:44 UTC 2013


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

tsfgnu-guest pushed a commit to branch master
in repository ruby-tzinfo.

commit fe28250bf98751de5d62c8c2e4e4f25d0002008e
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Sun Nov 24 14:03:00 2013 +0300

    Drop patches.
    
    It seams that they are not required anymore
---
 debian/changelog                                   |  1 +
 .../patches/0001-disable-tainted-load-test.patch   | 36 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8573cd7..2b74f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-tzinfo (1.1.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Install CHANGES.md as upstream's changelog.
   * Build against gem2deb >= 0.5.0~ to add ruby2.0 and drop ruby1.8 support.
+  * Drop patches.
 
  -- Hleb Valoshka <375gnu at gmail.com>  Mon, 07 Oct 2013 23:25:01 +0300
 
diff --git a/debian/patches/0001-disable-tainted-load-test.patch b/debian/patches/0001-disable-tainted-load-test.patch
deleted file mode 100644
index ad41fd3..0000000
--- a/debian/patches/0001-disable-tainted-load-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Hleb Valoshka <375GNU at Gmail.COM>
-Date: Sat, 17 Aug 2013 13:18:12 +0300
-Subject: disable tainted load test
-
-This test won't work when building the package under /tmp.
----
- test/tc_ruby_data_source.rb | 2 +-
- test/tc_timezone.rb         | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/test/tc_ruby_data_source.rb b/test/tc_ruby_data_source.rb
-index 25395ee..af6f260 100644
---- a/test/tc_ruby_data_source.rb
-+++ b/test/tc_ruby_data_source.rb
-@@ -76,7 +76,7 @@ class TCRubyDataSource < Test::Unit::TestCase
-     assert_equal('Etc/GMT-1', info.identifier)
-   end
- 
--  def test_load_timezone_info_tainted
-+  def disabled_test_load_timezone_info_tainted
-     safe_test do
-       info = @data_source.load_timezone_info('Europe/Amsterdam'.taint)
-       assert_equal('Europe/Amsterdam', info.identifier)
-diff --git a/test/tc_timezone.rb b/test/tc_timezone.rb
-index fe31490..20d3076 100644
---- a/test/tc_timezone.rb
-+++ b/test/tc_timezone.rb
-@@ -164,7 +164,7 @@ class TCTimezone < Test::Unit::TestCase
-     end
-   end
-   
--  def test_get_tainted_not_previously_loaded
-+  def disabled_test_get_tainted_not_previously_loaded
-     safe_test do
-       tz = Timezone.get('Europe/Amsterdam'.taint)
-       assert_equal('Europe/Amsterdam', tz.identifier)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 50ee78d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-disable-tainted-load-test.patch

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



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