[DRE-commits] [ruby-mini-magick] 04/06: Remove unnecessary patch

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Jun 28 10:01:26 UTC 2017


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

srud-guest pushed a commit to branch master
in repository ruby-mini-magick.

commit d5ccb886b1da9fb5f923523002f52b8054412598
Author: Sruthi Chandran <srud at disroot.org>
Date:   Wed Jun 28 14:18:11 2017 +0530

    Remove unnecessary patch
---
 debian/patches/remove-remote-tests | 32 --------------------------------
 debian/patches/remove-rubygems     |  6 ++----
 debian/patches/series              |  1 -
 3 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/debian/patches/remove-remote-tests b/debian/patches/remove-remote-tests
deleted file mode 100644
index abe09cd..0000000
--- a/debian/patches/remove-remote-tests
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Remove tests that require internet connectivity.
-Author: Felix Geyer <fgeyer at debian.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23706517+ 
-Forwarded: no
-Last-Update: 2013-12-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: ruby-mini-magick/spec/lib/mini_magick/image_spec.rb
-===================================================================
---- ruby-mini-magick.orig/spec/lib/mini_magick/image_spec.rb
-+++ ruby-mini-magick/spec/lib/mini_magick/image_spec.rb
-@@ -66,13 +66,13 @@ require "stringio"
-           expect(image).to be_valid
-         end
- 
--        it "loads a remote image" do
--          begin
--            image = described_class.open(image_url)
--            expect(image).to be_valid
--          rescue SocketError
--          end
--        end
-+#        it "loads a remote image" do
-+#          begin
-+#            image = described_class.open(image_url)
-+#            expect(image).to be_valid
-+#          rescue SocketError
-+#          end
-+#        end
- 
-         it "validates the image" do
-           expect { described_class.open(image_path(:not)) }
diff --git a/debian/patches/remove-rubygems b/debian/patches/remove-rubygems
index 90612bf..f134fa4 100644
--- a/debian/patches/remove-rubygems
+++ b/debian/patches/remove-rubygems
@@ -4,10 +4,8 @@ Forwarded: not-needed
 Last-Update: 2013-12-19
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: ruby-mini-magick/spec/spec_helper.rb
-===================================================================
---- ruby-mini-magick.orig/spec/spec_helper.rb
-+++ ruby-mini-magick/spec/spec_helper.rb
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
 @@ -1,4 +1,4 @@
 -require "bundler/setup"
 +#require "bundler/setup"
diff --git a/debian/patches/series b/debian/patches/series
index ef397c1..7c6f541 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 #remove-unsuported-rspec-features
 skip-tests-temporarily.patch
 remove-rubygems
-remove-remote-tests

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



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