[DRE-commits] [vagrant-sshfs] 08/09: remove 'win32-process' module from gemspec dependencies
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Wed Sep 21 20:14:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository vagrant-sshfs.
commit 2d5cecc8a9a2ec26d1c1458a79273af1db0c4e12
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Sep 6 20:30:13 2016 +0200
remove 'win32-process' module from gemspec dependencies
---
debian/patches/remove-win32-process.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/remove-win32-process.patch b/debian/patches/remove-win32-process.patch
new file mode 100644
index 0000000..8e32c1c
--- /dev/null
+++ b/debian/patches/remove-win32-process.patch
@@ -0,0 +1,14 @@
+Subject: remove unneeded dep that breaks the build
+ No need to check for win32 processes on Debian!
+
+--- a/vagrant-sshfs.gemspec
++++ b/vagrant-sshfs.gemspec
+@@ -21,8 +21,6 @@
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.require_paths = ["lib"]
+
+- spec.add_dependency 'win32-process'
+-
+ spec.add_development_dependency 'bundler', '~> 1.7'
+ spec.add_development_dependency 'rake', '~> 10.0'
+ spec.add_development_dependency 'cucumber', '~> 2.1'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..323889d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-win32-process.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-sshfs.git
More information about the Pkg-ruby-extras-commits
mailing list