[DRE-commits] [ruby-fog] 02/03: only vmfusion is in new
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 26 17:04:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog.
commit 787fd5791db1db48eeaeb5b04d613574371d2e3f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue May 26 22:04:53 2015 +0530
only vmfusion is in new
---
debian/patches/comment-out-deps-in-new.patch | 16 ++--------------
debian/patches/no-require-vmfusion.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+), 14 deletions(-)
diff --git a/debian/patches/comment-out-deps-in-new.patch b/debian/patches/comment-out-deps-in-new.patch
index 6b8ecb5..b7b2b98 100644
--- a/debian/patches/comment-out-deps-in-new.patch
+++ b/debian/patches/comment-out-deps-in-new.patch
@@ -2,15 +2,7 @@ Index: ruby-fog/fog.gemspec
===================================================================
--- ruby-fog.orig/fog.gemspec
+++ ruby-fog/fog.gemspec
-@@ -54,17 +54,17 @@ Gem::Specification.new do |s|
- s.add_dependency('ipaddress', '~>0.5')
-
- # Modular providers
-- s.add_dependency("fog-aws", "~> 0.0")
-+# s.add_dependency("fog-aws", "~> 0.0")
- s.add_dependency("fog-brightbox", "~> 0.4")
- s.add_dependency("fog-softlayer")
- s.add_dependency("fog-sakuracloud", ">= 0.0.4")
+@@ -61,7 +61,7 @@ Gem::Specification.new do |s|
s.add_dependency("fog-radosgw", ">=0.0.2")
s.add_dependency("fog-profitbricks")
s.add_dependency("fog-voxel")
@@ -18,11 +10,7 @@ Index: ruby-fog/fog.gemspec
+# s.add_dependency("fog-vmfusion")
s.add_dependency("fog-terremark")
s.add_dependency("fog-ecloud")
-- s.add_dependency("fog-storm_on_demand")
-+# s.add_dependency("fog-storm_on_demand")
- s.add_dependency("fog-atmos")
- s.add_dependency("fog-serverlove")
- s.add_dependency("fog-riakcs")
+ s.add_dependency("fog-storm_on_demand")
Index: ruby-fog/metadata.yml
===================================================================
--- ruby-fog.orig/metadata.yml
diff --git a/debian/patches/no-require-vmfusion.patch b/debian/patches/no-require-vmfusion.patch
new file mode 100644
index 0000000..7376f1e
--- /dev/null
+++ b/debian/patches/no-require-vmfusion.patch
@@ -0,0 +1,22 @@
+From: Hleb Valoshka <375gnu at gmail.com>
+Date: Fri, 22 May 2015 18:46:23 +0300
+Subject: disable require of fog/vmfusion
+
+until fog-vmfusion is packaged
+---
+ lib/fog.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/fog.rb b/lib/fog.rb
+index 06ffeac..959a16e 100644
+--- a/lib/fog.rb
++++ b/lib/fog.rb
+@@ -57,7 +57,7 @@ require 'fog/storm_on_demand'
+ require 'fog/terremark'
+ require 'fog/vcloud'
+ require 'fog/vcloud_director'
+-require 'fog/vmfusion'
++#require 'fog/vmfusion'
+ require 'fog/vsphere'
+ require 'fog/voxel'
+ require 'fog/xenserver'
diff --git a/debian/patches/series b/debian/patches/series
index b1a3f0d..d4b159e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ comment-out-deps-in-new.patch
remove-atmos.rb.patch
fog_import.patch
remove_rubygems_examples.patch
+no-require-vmfusion.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog.git
More information about the Pkg-ruby-extras-commits
mailing list