[DRE-commits] [SCM] ruby-bluecloth.git branch, master, updated. upstream/2.1.0-15-g1a7b74d

Cédric Boutillier cedric.boutillier at gmail.com
Sat Aug 13 10:30:03 UTC 2011


The following commit has been merged in the master branch:
commit 1a7b74d7d455ac9ae4d4215fb16eb76ba21fec05
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Aug 13 12:29:46 2011 +0200

    DEP3 headers for patches

diff --git a/debian/patches/01_tests_disable_rubygems.diff b/debian/patches/01_tests_disable_rubygems.diff
index e649e82..9ca9664 100644
--- a/debian/patches/01_tests_disable_rubygems.diff
+++ b/debian/patches/01_tests_disable_rubygems.diff
@@ -1,3 +1,7 @@
+Description: Removes the occurences of "require 'rubygems'" in tests
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-08-13
+
 Index: ruby-bluecloth/spec/contributions_spec.rb
 ===================================================================
 --- ruby-bluecloth.orig/spec/contributions_spec.rb	2011-08-12 14:40:28.000000000 +0200
diff --git a/debian/patches/02_test_deactivate_BEGIN_headers.diff b/debian/patches/02_test_deactivate_BEGIN_headers.diff
index 97781f1..a2851dc 100644
--- a/debian/patches/02_test_deactivate_BEGIN_headers.diff
+++ b/debian/patches/02_test_deactivate_BEGIN_headers.diff
@@ -1,3 +1,13 @@
+Description: Deactivates $LOAD_PATH modification
+ Test files contain a header adding to the LOAD_PATH the 'lib' and 'ext'
+ directories of the package. This is not needed since the needed files are
+ installed somewhere else. It even causes segfaults since the ext directory
+ may contain extensions compiled for another ruby version than the one against
+ the tests are run.
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-08-13
+ 
+
 Index: ruby-bluecloth/spec/discount_spec.rb
 ===================================================================
 --- ruby-bluecloth.orig/spec/discount_spec.rb	2011-08-13 09:49:08.000000000 +0200

-- 
ruby-bluecloth.git



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