[DRE-commits] [ruby-fog-vsphere] 04/04: Patch to remove git from gemspec

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Jan 8 06:17:45 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-fog-vsphere.

commit fac7242530c117b3f5002a95d6b375a84f636eca
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Jan 8 11:43:16 2016 +0530

    Patch to remove git from gemspec
---
 debian/patches/remove-git-gemspec.patch | 16 ++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/remove-git-gemspec.patch b/debian/patches/remove-git-gemspec.patch
new file mode 100644
index 0000000..84594df
--- /dev/null
+++ b/debian/patches/remove-git-gemspec.patch
@@ -0,0 +1,16 @@
+Description: Remove use of git from gemspec
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2016-01-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/fog-vsphere.gemspec
++++ b/fog-vsphere.gemspec
+@@ -14,7 +14,7 @@
+   spec.homepage      = 'https://github.com/fog/fog-vsphere'
+   spec.license       = 'MIT'
+ 
+-  spec.files         = `git ls-files -z`.split("\x0")
++  # spec.files         = `git ls-files -z`.split("\x0")
+   spec.test_files    = spec.files.grep(%r{^tests\/})
+ 
+   spec.require_paths = ['lib']
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..90a45ba
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-git-gemspec.patch

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



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