[DRE-commits] [ruby-omniauth] 01/02: added patch file to remove git from omniauth.gemspec file
Rahulkrishnan R A
rahulkrishnanra-guest at moszumanska.debian.org
Sat Mar 12 05:34:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
rahulkrishnanra-guest pushed a commit to branch master
in repository ruby-omniauth.
commit 8c45ae208d2f72cae86306010aa602a4a915f148
Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
Date: Sat Mar 12 04:58:24 2016 +0000
added patch file to remove git from omniauth.gemspec file
---
debian/patches/remove-git-from-gemspec.diff | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/remove-git-from-gemspec.diff b/debian/patches/remove-git-from-gemspec.diff
new file mode 100644
index 0000000..6df23b6
--- /dev/null
+++ b/debian/patches/remove-git-from-gemspec.diff
@@ -0,0 +1,11 @@
+--- a/omniauth.gemspec
++++ b/omniauth.gemspec
+@@ -10,7 +10,7 @@
+ spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
+ spec.description = 'A generalized Rack framework for multiple-provider authentication.'
+ spec.email = ['michael at intridea.com', 'sferik at gmail.com', 'tmilewski at gmail.com']
+- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
++ spec.files = ''
+ spec.homepage = 'http://github.com/intridea/omniauth'
+ spec.licenses = %w(MIT)
+ spec.name = 'omniauth'
diff --git a/debian/patches/series b/debian/patches/series
index 93f0321..7b39c98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+remove-git-from-gemspec.diff
remove-simplecov.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth.git
More information about the Pkg-ruby-extras-commits
mailing list