[DRE-commits] [ruby-fog-aws] 03/05: remove patch applied upstream

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Dec 15 18:07:32 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-fog-aws.

commit 96746edd59a5478acbea7411e851297dde8f3729
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Dec 15 21:27:11 2017 +0530

    remove patch applied upstream
---
 .../02-use-rubyzip-1.0-apis-for-tests.patch        | 27 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/02-use-rubyzip-1.0-apis-for-tests.patch b/debian/patches/02-use-rubyzip-1.0-apis-for-tests.patch
deleted file mode 100644
index 75e57d8..0000000
--- a/debian/patches/02-use-rubyzip-1.0-apis-for-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Miguel Landaeta <nomadium at debian.org>
-Date: Fri, 03 Jul 2015 11:53:58 -0300
-Subject: Use rubyzip 1.0 APIs for tests
-Forwarded: no
-
-diff --git a/tests/requests/lambda/helper.rb b/tests/requests/lambda/helper.rb
-index 3b0dfc9..733714c 100644
---- a/tests/requests/lambda/helper.rb
-+++ b/tests/requests/lambda/helper.rb
-@@ -1,7 +1,7 @@
- class AWS
-   class Lambda
-     module Formats
--      require 'zip/zip'
-+      require 'zip'
- 
-       GET_FUNCTION_CONFIGURATION = {
-         'CodeSize'     => Integer,
-@@ -65,7 +65,7 @@ class AWS
-       DELETE_EVENT_SOURCE_MAPPING = GET_EVENT_SOURCE_MAPPING
- 
-       def self.zip(data, filename='index.js')
--        data_io = Zip::ZipOutputStream.write_buffer do |zio|
-+        data_io = Zip::OutputStream.write_buffer do |zio|
-           zio.put_next_entry(filename)
-           zio.write(data)
-         end
diff --git a/debian/patches/series b/debian/patches/series
index 1d8671a..934e124 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 01-dont-use-rubygems-to-run-tests.patch
-02-use-rubyzip-1.0-apis-for-tests.patch
 03-workaround-aws-dns-service-tests.patch
 04-disable-aws-connectivity-test.patch

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



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