[DRE-commits] [SCM] ruby-fog.git branch, master, updated. debian/1.3.1-2-12-g4710704

Laurent Bigonville bigon at bigon.be
Sat Jul 6 22:43:37 UTC 2013


The following commit has been merged in the master branch:
commit e797b117c9fad968fbe67eb7e72226fca13f7302
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sat Jul 6 22:17:21 2013 +0200

    debian/patches/add_missing_requires.patch: Refreshed

diff --git a/debian/changelog b/debian/changelog
index 2abab62..57dcf1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-fog (1.12.1-1) UNRELEASED; urgency=low
 
   * New upstream release (Closes: #700449, #706225)
     - debian/control: Bump {build-}dependencies
+    - debian/patches/add_missing_requires.patch: Refreshed
   * debian/control: Bump Standards-Version to 3.9.4 (no further changes)
 
  -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Jul 2013 21:55:54 +0200
diff --git a/debian/patches/add_missing_requires.patch b/debian/patches/add_missing_requires.patch
index 424fac0..85d3396 100644
--- a/debian/patches/add_missing_requires.patch
+++ b/debian/patches/add_missing_requires.patch
@@ -10,19 +10,19 @@ Forwarded: yes
  module Libvirt # deviates from other bin stuff to accomodate gem
    class << self
  
---- a/lib/fog/bin/virtual_box.rb
-+++ b/lib/fog/bin/virtual_box.rb
+--- a/lib/fog/bin/vmfusion.rb
++++ b/lib/fog/bin/vmfusion.rb
 @@ -1,3 +1,5 @@
 +require 'rubygems'
 +
- module VirtualBox # deviates from other bin stuff to accomodate gem
+ module Vmfusion # deviates from other bin stuff to accomodate gem
    class << self
  
---- a/lib/fog/bin/vmfusion.rb
-+++ b/lib/fog/bin/vmfusion.rb
+--- a/lib/fog/bin/google.rb
++++ b/lib/fog/bin/google.rb
 @@ -1,3 +1,5 @@
 +require 'rubygems'
 +
- module Vmfusion # deviates from other bin stuff to accomodate gem
+ module Google # deviates from other bin stuff to accomodate gem
    class << self
  

-- 
ruby-fog.git



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