[DRE-commits] [ruby-mini-magick] 06/10: remove patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 29 22:19:30 UTC 2014


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

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

commit 1627c0b4d3dd40e089e1c4af404b2e12152ec9de
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 30 03:30:23 2014 +0530

    remove patch
    
    	deleted:    debian/patches/remove-erroneous-image-test
---
 debian/changelog                           |  3 ++-
 debian/patches/remove-erroneous-image-test | 33 ------------------------------
 debian/patches/series                      |  1 -
 3 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7cd119..58fcf58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,8 @@ ruby-mini-magick (4.0.1-1) UNRELEASED; urgency=medium
   * Team upload..
   * New upstream release.
   * Refresh patches.
-  * Remove remove-unsuported-rspec-features (not needed).
+  * Remove patches remove-unsuported-rspec-features,
+    remove-erroneous-image-test (not needed).
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 30 Nov 2014 03:08:46 +0530
 
diff --git a/debian/patches/remove-erroneous-image-test b/debian/patches/remove-erroneous-image-test
deleted file mode 100644
index da35f49..0000000
--- a/debian/patches/remove-erroneous-image-test
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Remove erroneus image test
- imagemagick identify command, now seems to return a fail status if the image
- is not correct.
- 
-Bug-Debian: https://bugs.debian.org/761532
-Author: David Suárez <david.sephirot at gmail.com>
-Last-Update: 2014-10-05
-
---- ruby-mini-magick-3.8.1.orig/spec/lib/mini_magick/image_spec.rb
-+++ ruby-mini-magick-3.8.1/spec/lib/mini_magick/image_spec.rb
-@@ -267,14 +267,14 @@ describe MiniMagick::Image do
-       image.destroy!
-     end
- 
--    it 'inspects an erroneus image meta info' do
--      image = described_class.new(ERRONEOUS_IMAGE_PATH)
--      expect(image[:width]).to be(10)
--      expect(image[:height]).to be(10)
--      expect(image[:dimensions]).to match_array [10, 10]
--      expect(image[:format]).to eq 'JPEG'
--      image.destroy!
--    end
-+#     it 'inspects an erroneus image meta info' do
-+#       image = described_class.new(ERRONEOUS_IMAGE_PATH)
-+#       expect(image[:width]).to be(10)
-+#       expect(image[:height]).to be(10)
-+#       expect(image[:dimensions]).to match_array [10, 10]
-+#       expect(image[:format]).to eq 'JPEG'
-+#       image.destroy!
-+#     end
- 
-     it 'inspects meta info from tiff images' do
-       image = described_class.new(TIFF_IMAGE_PATH)
diff --git a/debian/patches/series b/debian/patches/series
index 9bbf47d..c909268 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 remove-rubygems
 remove-remote-tests
-remove-erroneous-image-test

-- 
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