[DRE-commits] [ruby-em-spec] 01/03: add require 'bacon'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 22 12:10:12 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-em-spec.

commit 8f10cd7407dfe4dc01676f869f5b363197316517
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Apr 22 17:27:57 2014 +0530

    add require 'bacon'
---
 debian/patches/remove-rubygems-require.patch | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/remove-rubygems-require.patch b/debian/patches/remove-rubygems-require.patch
index 462f503..00109b7 100644
--- a/debian/patches/remove-rubygems-require.patch
+++ b/debian/patches/remove-rubygems-require.patch
@@ -6,16 +6,18 @@ Last-Update: 2013-05-28
 
 --- a/lib/em-spec/bacon.rb
 +++ b/lib/em-spec/bacon.rb
-@@ -1,5 +1,7 @@
+@@ -1,6 +1,9 @@
  require File.dirname(__FILE__) + '/../ext/fiber18'
 -require 'rubygems'
 +# dependencies are added in debian/control
 +# require 'rubygems'
 +
  require 'eventmachine'
++require 'bacon'
  
  module EventMachine
-@@ -93,4 +95,4 @@
+   
+@@ -93,4 +96,4 @@
        $em_spec_fiber.resume if $em_spec_fiber
      }
    end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-spec.git



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