[DRE-commits] [SCM] ruby-echoe.git branch, master, updated. upstream/4.5.6-16-g779df18

Cédric Boutillier cedric.boutillier at gmail.com
Thu Jun 28 12:33:13 UTC 2012


The following commit has been merged in the master branch:
commit 4d6711db872a4f220c32f6c68b08fc8633364149
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Jun 28 14:28:55 2012 +0200

    Refresh epend-on-system-rake.patch

diff --git a/debian/patches/depend-on-system-rake.patch b/debian/patches/depend-on-system-rake.patch
index 4aa6048..e05ecfc 100644
--- a/debian/patches/depend-on-system-rake.patch
+++ b/debian/patches/depend-on-system-rake.patch
@@ -1,10 +1,8 @@
 From: Clint Byrum <clint at ubuntu.com>
 Description: Removes dependency on embedded rake, uses sytem rake instead
-
-Index: echoe-4.5.6/lib/echoe.rb
-===================================================================
---- echoe-4.5.6.orig/lib/echoe.rb	2011-04-29 10:15:08.234500466 -0700
-+++ echoe-4.5.6/lib/echoe.rb	2011-04-29 10:15:57.681676408 -0700
+Last-Update: 2012-06-27
+--- a/lib/echoe.rb
++++ b/lib/echoe.rb
 @@ -3,8 +3,8 @@
  
  require 'rake'
@@ -13,6 +11,6 @@ Index: echoe-4.5.6/lib/echoe.rb
 -require "#{$HERE}/../vendor/rake/lib/rake/contrib/sshpublisher"
 +require "rake/contrib/compositepublisher"
 +require "rake/contrib/sshpublisher"
- require 'rake/gempackagetask'
- require 'rake/rdoctask'
+ require 'rubygems/package_task'
+ require 'rdoc/task'
  require 'rake/testtask'

-- 
ruby-echoe.git



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