[DRE-commits] [bundler] 03/14: d/patches:no-git: refresh patch
Samuel Henrique
samueloph-guest at moszumanska.debian.org
Fri Dec 29 01:36:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
samueloph-guest pushed a commit to branch master
in repository bundler.
commit 1fd8b71dcc13eb5c5de00a935ab396c542d866c4
Author: Samuel Henrique <samueloph at gmail.com>
Date: Thu Dec 28 18:36:10 2017 -0200
d/patches:no-git: refresh patch
---
debian/patches/no-git-in-gemspec | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/patches/no-git-in-gemspec b/debian/patches/no-git-in-gemspec
index ce604e9..e1ce42b 100644
--- a/debian/patches/no-git-in-gemspec
+++ b/debian/patches/no-git-in-gemspec
@@ -12,17 +12,19 @@ Origin: vendor
bundler.gemspec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---- a/bundler.gemspec
-+++ b/bundler.gemspec
-@@ -37,10 +37,7 @@ Gem::Specification.new do |s|
+Index: bundler/bundler.gemspec
+===================================================================
+--- bundler.orig/bundler.gemspec
++++ bundler/bundler.gemspec
+@@ -42,10 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "ronn", "~> 0.7.3"
- s.add_development_dependency "rspec", "~> 3.5"
+ s.add_development_dependency "rspec", "~> 3.6"
-- s.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^(test|spec|features)/}) }
+- s.files = `git ls-files -z`.split("\x0").select {|f| f.match(%r{^(lib|exe)/}) }
- # we don't check in man pages, but we need to ship them because
- # we use them to generate the long-form help for each command.
- s.files += Dir.glob("man/**/*")
+ s.files = Dir.glob("lib/**") + Dir.glob("exe/*") + Dir.glob("*.md") + Dir.glob("man/*")
-
- s.bindir = "exe"
- s.executables = %w(bundle bundler)
+ # Include the CHANGELOG.md, LICENSE.md, README.md manually
+ s.files += %w[CHANGELOG.md LICENSE.md README.md]
+ # include the gemspec itself because warbler breaks w/o it
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git
More information about the Pkg-ruby-extras-commits
mailing list