[DRE-commits] [ruby-fog-core] 05/08: refresh patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Apr 10 11:39:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-core.
commit f5064f5d3673411d26062393a1eb38b3f3dc6573
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Apr 10 12:07:40 2015 +0530
refresh patch
---
debian/patches/2001_avoid_git_in_gemspec.patch | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/debian/patches/2001_avoid_git_in_gemspec.patch b/debian/patches/2001_avoid_git_in_gemspec.patch
index ec74634..dec276d 100644
--- a/debian/patches/2001_avoid_git_in_gemspec.patch
+++ b/debian/patches/2001_avoid_git_in_gemspec.patch
@@ -9,25 +9,12 @@ Index: ruby-fog-core/fog-core.gemspec
===================================================================
--- ruby-fog-core.orig/fog-core.gemspec
+++ ruby-fog-core/fog-core.gemspec
-@@ -13,7 +13,20 @@ Gem::Specification.new do |spec|
+@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/fog/fog-core"
spec.license = "MIT"
-- spec.files = `git ls-files`.split($/)
-+ spec.files = %w(
-+ changelog.md
-+ Gemfile.1.8.7
-+ Rakefile
-+ CONTRIBUTING.md
-+ fog-core.gemspec
-+ README.md
-+ CONTRIBUTORS.md
-+ Gemfile
-+ LICENSE.md
-+ )
-+ spec.files += Dir.glob("lib/**/*")
-+ spec.files += Dir.glob("tests/**/*_tests.rb")
-+ spec.files += Dir.glob("spec/**/*_spec.rb")
+- spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
++ spec.files = `find ./* -type f | cut -b 3-`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-core.git
More information about the Pkg-ruby-extras-commits
mailing list