[DRE-commits] [ruby-fog-atmos] 01/02: Add patch remove-git-from-gesmpec.patch

Thiago Ribeiro thiagovsk-guest at moszumanska.debian.org
Wed Mar 16 03:41:17 UTC 2016


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

thiagovsk-guest pushed a commit to branch master
in repository ruby-fog-atmos.

commit 30acf45ad5093c4b3652fc863785d84f1573eba7
Author: Thiago Ribeiro <thiagitosouza at gmail.com>
Date:   Wed Mar 16 00:31:21 2016 -0300

    Add patch remove-git-from-gesmpec.patch
---
 debian/patches/remove-git-from-gesmpec.patch | 19 +++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/remove-git-from-gesmpec.patch b/debian/patches/remove-git-from-gesmpec.patch
new file mode 100644
index 0000000..ee4b701
--- /dev/null
+++ b/debian/patches/remove-git-from-gesmpec.patch
@@ -0,0 +1,19 @@
+Description: Fix No such file or directory - git, remove git command from 
+ gemspec.
+Author: Thiago Ribeiro <thiago at pencillabs.com>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818259
+Last-Update: 2016-03-16 
+--- a/fog-atmos.gemspec
++++ b/fog-atmos.gemspec
+@@ -14,7 +14,9 @@
+   spec.homepage      = ""
+   spec.license       = "MIT"
+ 
+-  spec.files         = `git ls-files -z`.split("\x0")
++  spec.files         = %w{Rakefile LICENSE.md README.md Gemfile} +
++                       Dir.glob("*.gemspec") + Dir.glob("{lib,tests}/**/**/**/**/*",
++                       File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
+   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"]
diff --git a/debian/patches/series b/debian/patches/series
index 71094bb..2b6ec05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+remove-git-from-gesmpec.patch
 coveralls

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



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