[DRE-commits] [ruby-packable] 05/05: refresh patch

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jun 7 14:43:06 UTC 2016


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

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

commit f11cb15b96a73d26f6edc5309129638ed7c1bb3d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 7 16:41:12 2016 +0200

    refresh patch
---
 debian/patches/remove_rubygems.patch | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/debian/patches/remove_rubygems.patch b/debian/patches/remove_rubygems.patch
index 76f1f07..022490e 100644
--- a/debian/patches/remove_rubygems.patch
+++ b/debian/patches/remove_rubygems.patch
@@ -1,21 +1,20 @@
-Description: remove requirement on rubygems
+Description: remove requirement on rubygems and no relative path in require
 Author: Cédric Boutillier <boutil at debian.org>
 Origin: vendor
 Forwarded: not-needed
-Last-Update: 2013-08-11
+Last-Update: 2016-06-07
+
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/test/test_helper.rb
 +++ b/test/test_helper.rb
-@@ -1,8 +1,8 @@
+@@ -1,8 +1,7 @@
 -require 'rubygems'
-+#require 'rubygems'
- require 'test/unit'
+ require 'minitest/autorun'
  require 'shoulda'
  require 'mocha'
- require File.dirname(__FILE__)+'/../lib/packable'
+-require File.dirname(__FILE__)+'/../lib/packable'
++require 'packable'
  
- class Test::Unit::TestCase
--end
-\ No newline at end of file
-+end
+ class Minitest::Test
+ end

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



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