[DRE-commits] [SCM] ruby-prawn.git branch, master, updated. upstream/1.0.0_rc1-44-g6e97afc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Nov 24 23:12:16 UTC 2011


The following commit has been merged in the master branch:
commit 25aeaf0d68735db60a0275baf42c46f208acfa7e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Nov 24 11:45:45 2011 +0100

    write missing headers to patches

diff --git a/debian/patches/0102_simply_require_ttfunk.patch b/debian/patches/0102_simply_require_ttfunk.patch
index 9a1da86..66152d7 100644
--- a/debian/patches/0102_simply_require_ttfunk.patch
+++ b/debian/patches/0102_simply_require_ttfunk.patch
@@ -1,3 +1,9 @@
+Description: replace complicated statements by a simple require 'ttfunk'
+ ttfunk is available as a Debian package. We do not need $LOAD_PATH
+ manipulations and rescues to load this library.
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-11-24
+
 --- a/lib/prawn/core.rb
 +++ b/lib/prawn/core.rb
 @@ -6,19 +6,7 @@
diff --git a/debian/patches/0105_remove_rubygems_loadpath_stuff_manual.patch b/debian/patches/0105_remove_rubygems_loadpath_stuff_manual.patch
index 42f5a62..762528b 100644
--- a/debian/patches/0105_remove_rubygems_loadpath_stuff_manual.patch
+++ b/debian/patches/0105_remove_rubygems_loadpath_stuff_manual.patch
@@ -1,3 +1,7 @@
+Description: remove LOAD_PATH manipulation from manual sources
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-11-24
+
 --- a/manual/example_helper.rb
 +++ b/manual/example_helper.rb
 @@ -3,8 +3,8 @@

-- 
ruby-prawn.git



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