[DRE-commits] [ruby-simple-oauth] 01/03: remove git usage
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Aug 6 08:12:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-simple-oauth.
commit 0ceb5c86d4c7f5de40f1212bf9da616281721035
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Aug 6 13:26:24 2015 +0530
remove git usage
---
debian/patches/remove-git-ls.patch | 12 ++++++++++++
debian/patches/series | 1 +
2 files changed, 13 insertions(+)
diff --git a/debian/patches/remove-git-ls.patch b/debian/patches/remove-git-ls.patch
new file mode 100644
index 0000000..520434c
--- /dev/null
+++ b/debian/patches/remove-git-ls.patch
@@ -0,0 +1,12 @@
+Index: ruby-simple-oauth/simple_oauth.gemspec
+===================================================================
+--- ruby-simple-oauth.orig/simple_oauth.gemspec
++++ ruby-simple-oauth/simple_oauth.gemspec
+@@ -10,6 +10,6 @@ Gem::Specification.new do |spec|
+ spec.homepage = 'https://github.com/laserlemon/simple_oauth'
+ spec.licenses = %w(MIT)
+
+- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
++ spec.files = ''
+ spec.require_paths = %w(lib)
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 93f0321..86273e6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+remove-git-ls.patch
remove-simplecov.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-simple-oauth.git
More information about the Pkg-ruby-extras-commits
mailing list