[DRE-commits] [ruby-gemojione] 01/02: remove git usage from gemspec
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 7 17:28:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-gemojione.
commit 30c657770af54202f154710f4435952953c73174
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Dec 7 22:57:32 2015 +0530
remove git usage from gemspec
---
debian/patches/remove-git-in-gemspec.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
new file mode 100644
index 0000000..a365984
--- /dev/null
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -0,0 +1,13 @@
+Index: ruby-gemojione/gemojione.gemspec
+===================================================================
+--- ruby-gemojione.orig/gemojione.gemspec
++++ ruby-gemojione/gemojione.gemspec
+@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
+ spec.homepage = "http://github.com/jonathanwiesel/gemojione"
+ spec.license = "MIT"
+
+- spec.files = `git ls-files`.split($/)
++ spec.files = ''
+ 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 91798b4..6599007 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
change_source_directory.patch
remove-bundler.patch
+remove-git-in-gemspec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gemojione.git
More information about the Pkg-ruby-extras-commits
mailing list