[DRE-commits] [ruby-aws] 01/01: No need to patch require 'rubygems' out

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Apr 11 14:32:20 UTC 2015


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

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

commit 304c30fbf6cd7a5cf9721fb23e01042b2b0af9ea
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Apr 11 16:20:56 2015 +0200

    No need to patch require 'rubygems' out
---
 debian/changelog                                |  1 -
 debian/patches/0010_remove_rubygems_usage.patch | 34 -------------------------
 debian/patches/series                           |  1 -
 3 files changed, 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 565afa5..1b9cdf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 ruby-aws (2.10.2-1) unstable; urgency=medium
 
   * Initial release (Closes: #691055)
-  * Removed rubygems usage.
   * Disabled tests that required active AWS account to be run.
   * Initial packaging.
     - control file updated
diff --git a/debian/patches/0010_remove_rubygems_usage.patch b/debian/patches/0010_remove_rubygems_usage.patch
deleted file mode 100644
index 565fb44..0000000
--- a/debian/patches/0010_remove_rubygems_usage.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: This patch removes rubygems usage.
-Author: Tomasz Nitecki <tnnn at tnnn.pl>
-Last-Update: 2015-04-09
-
---- a/lib/aws.rb
-+++ b/lib/aws.rb
-@@ -9,7 +9,6 @@
- require "openssl"
- require "digest/sha1"
- 
--require 'rubygems'
- require 'right_http_connection'
- 
- $:.unshift(File.dirname(__FILE__))
---- a/lib/right_aws.rb
-+++ b/lib/right_aws.rb
-@@ -31,7 +31,6 @@
- require "openssl"
- require "digest/sha1"
- 
--require 'rubygems'
- require 'right_http_connection'
- 
- $:.unshift(File.dirname(__FILE__))
---- a/test/http_connection.rb
-+++ b/test/http_connection.rb
-@@ -23,7 +23,6 @@
- 
- # Stub extension/redefinition of RightHttpConnection for testing purposes.
- require 'net/http'
--require 'rubygems'
- require 'right_http_connection'
- 
- module Net
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 88f2f0b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0010_remove_rubygems_usage.patch

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



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