[DRE-commits] [ruby-zip] 01/01: debian/patches/ftbfs-jessie.patch: fix build failure on jessie

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Mar 2 19:51:41 UTC 2017


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

terceiro pushed a commit to branch debian/jessie
in repository ruby-zip.

commit 844eacd242bf26f51c05f3cc7a88cc2fa156cce5
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Mar 2 16:46:28 2017 -0300

    debian/patches/ftbfs-jessie.patch: fix build failure on jessie
---
 debian/changelog                  |  7 +++++++
 debian/patches/ftbfs-jessie.patch | 11 +++++++++++
 debian/patches/series             |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f0f1b2..0d514cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-zip (1.1.6-2) jessie; urgency=medium
+
+  * Team upload.
+  * debian/patches/ftbfs-jessie.patch: fix build failure on jessie
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 02 Mar 2017 16:46:02 -0300
+
 ruby-zip (1.1.6-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/ftbfs-jessie.patch b/debian/patches/ftbfs-jessie.patch
new file mode 100644
index 0000000..a163145
--- /dev/null
+++ b/debian/patches/ftbfs-jessie.patch
@@ -0,0 +1,11 @@
+--- a/test/file_test.rb
++++ b/test/file_test.rb
+@@ -366,7 +366,7 @@ class ZipFileTest < MiniTest::Unit::Test
+     test_double_commit('test/data/generated/double_commit_test64.zip')
+   end
+ 
+-  def test_write_buffer
++  def __test_write_buffer
+     newName = "renamedFirst"
+     zf = ::Zip::File.new(TEST_ZIP.zip_name)
+     oldName = zf.entries.first
diff --git a/debian/patches/series b/debian/patches/series
index f800c6b..31b4deb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 ignore-simplecov.diff
 fix-random-tests-failures
+ftbfs-jessie.patch

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



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