[DRE-commits] [ruby-azure] 03/04: adding patch
Sagar Ippalpalli
isaagar-guest at moszumanska.debian.org
Sun Jun 19 16:04:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
isaagar-guest pushed a commit to branch master
in repository ruby-azure.
commit bb5ed1286ac0f48c872b9ac53f8ac7f7372a4661
Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
Date: Sun Jun 19 21:06:04 2016 +0530
adding patch
---
debian/patches/remove-git-usage-in-gemspec.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/remove-git-usage-in-gemspec.patch b/debian/patches/remove-git-usage-in-gemspec.patch
new file mode 100644
index 0000000..0bb1271
--- /dev/null
+++ b/debian/patches/remove-git-usage-in-gemspec.patch
@@ -0,0 +1,16 @@
+Description: Remove git usage in gemspec
+Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
+Last-Update: 2016-06-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/azure.gemspec
++++ b/azure.gemspec
+@@ -25,7 +25,7 @@
+ s.summary = 'Official ruby client library to consume Microsoft Azure services.'
+ s.homepage = 'http://github.com/azure/azure-sdk-for-ruby'
+ s.license = 'Apache License, Version 2.0'
+- s.files = `git ls-files`.split("\n").reject { |f| f.start_with?("test") }
++ s.files = ''
+ s.bindir = 'bin'
+ s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad87229
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-git-usage-in-gemspec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-azure.git
More information about the Pkg-ruby-extras-commits
mailing list