[DRE-commits] [ruby-fog] 03/08: Refresh fog_import.patch

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jan 16 16:01:48 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-fog.

commit 9b9d9df733f8d48252c054b053f3a4f288c1e05b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jan 16 15:38:46 2014 +0100

    Refresh fog_import.patch
---
 debian/changelog                | 3 +++
 debian/patches/fog_import.patch | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05e5338..3a48047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ ruby-fog (1.19.0-1) UNRELEASED; urgency=low
   [ Laurent Bigonville ]
   * debian/control: Use canonical URL in Vcs field
 
+  [ Cédric Boutillier ]
+  * Refresh fog_import.patch
+
  -- Laurent Bigonville <bigon at debian.org>  Sun, 07 Jul 2013 00:36:10 +0200
 
 ruby-fog (1.12.1-1) unstable; urgency=low
diff --git a/debian/patches/fog_import.patch b/debian/patches/fog_import.patch
index 81cc02f..4f91859 100644
--- a/debian/patches/fog_import.patch
+++ b/debian/patches/fog_import.patch
@@ -1,13 +1,15 @@
 Description: Fix require of 'fog' to look in system path
 Author: Laurent Bigonville <bigon at debian.org>
 Forwarded: not-needed
+Last-Update: 2014-01-16
 
 --- a/bin/fog
 +++ b/bin/fog
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,6 @@
  #!/usr/bin/env ruby
+ 
 -require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'fog'))
 +require 'fog'
+ require 'optparse'
  require 'irb'
  require 'yaml'
- Fog.credential = ARGV.first ? ARGV.first.to_sym : nil

-- 
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