[DRE-commits] [SCM] ruby-cairo.git branch, master, updated. debian/1.12.1-1-5-g213924f

Cédric Boutillier cedric.boutillier at gmail.com
Mon Jun 4 13:16:55 UTC 2012


The following commit has been merged in the master branch:
commit dfc42b2ce6d03c6041ba9480ab3105e9dd0b0140
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Jun 4 14:43:31 2012 +0200

    Refresh debian/patches/clean_run_test_rb.patch and add DEP3 header

diff --git a/debian/patches/clean_run_test_rb.patch b/debian/patches/clean_run_test_rb.patch
index bdbfd7f..443a60d 100644
--- a/debian/patches/clean_run_test_rb.patch
+++ b/debian/patches/clean_run_test_rb.patch
@@ -1,6 +1,10 @@
-This patch contains all the Debian-specific changes mixed together. To review
-them separately, please inspect the VCS history at
-http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-cairo.git;a=summary
+Description: Clean a little bit test/run-test.rb
+ - remove requirements on rubygems and bundler
+ - we know where to find make
+ N.B.: currently test/run-test.rb is not called with debian/ruby-tests.rake
+Origin: vendor
+Last-Update: 2012-06-04
+
 --- ruby-cairo-1.12.1.orig/test/run-test.rb
 +++ ruby-cairo-1.12.1/test/run-test.rb
 @@ -5,14 +5,14 @@ ext_dir = File.join(base_dir, "ext", "ca
@@ -22,6 +26,6 @@ http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-cairo.git;a=summary
 -require 'bundler/setup'
 +#require 'rubygems'
 +#require 'bundler/setup'
- require 'test/unit'
+ require 'test-unit'
  
  $LOAD_PATH.unshift(base_dir)

-- 
ruby-cairo.git



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