[DRE-commits] [ruby-mini-magick] 03/04: remove patch deleted: debian/patches/gemspec_loadpath.patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Aug 28 16:22:54 UTC 2015
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 7a0b472c3a8998ebfc4a7910351a8da7c6df6897
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Aug 28 21:46:32 2015 +0530
remove patch
deleted: debian/patches/gemspec_loadpath.patch
---
debian/changelog | 1 +
debian/patches/gemspec_loadpath.patch | 20 --------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 193b307..5e30bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-mini-magick (4.2.7-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release.
+ * Remove patch gemspec_loadpath.patch (applied already).
-- Pirate Praveen <praveen at debian.org> Fri, 28 Aug 2015 21:43:24 +0530
diff --git a/debian/patches/gemspec_loadpath.patch b/debian/patches/gemspec_loadpath.patch
deleted file mode 100644
index 82e618f..0000000
--- a/debian/patches/gemspec_loadpath.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: use the library in lib/ to populate gemspecs fields
- If we #push instead of #unshift lib/ to the $LOAD_PATH, and if another version
- of ruby-mini-magick is installed, that version will have higher priority and
- its version will appear in the gemspecs instead of the version of the package.
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781994
-Bug: https://github.com/minimagick/minimagick/pull/303
-Author: Cédric Boutillier <boutil at debian.org>
-Forwarded: yes
-Applied-Upstream: commit:https://github.com/minimagick/minimagick/commit/6b73f7105c59f54a9820778b615f952c58e5981c
-Last-Update: 2015-04-29
-
---- a/mini_magick.gemspec
-+++ b/mini_magick.gemspec
-@@ -1,5 +1,5 @@
- # -*- encoding: utf-8 -*-
--$:.push File.expand_path('../lib', __FILE__)
-+$:.unshift File.expand_path('../lib', __FILE__)
-
- require 'mini_magick/version'
-
diff --git a/debian/patches/series b/debian/patches/series
index dfdcb59..3d59062 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
#remove-unsuported-rspec-features
remove-rubygems
remove-remote-tests
-gemspec_loadpath.patch
--
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