[DRE-commits] r5075 - in trunk/libprawn-ruby/debian: . patches
Gunnar Wolf
gwolf at alioth.debian.org
Fri Apr 9 23:28:14 UTC 2010
Author: gwolf
Date: 2010-04-09 23:28:13 +0000 (Fri, 09 Apr 2010)
New Revision: 5075
Removed:
trunk/libprawn-ruby/debian/patches/keep_base_api_name
Modified:
trunk/libprawn-ruby/debian/README.source
trunk/libprawn-ruby/debian/changelog
trunk/libprawn-ruby/debian/control
trunk/libprawn-ruby/debian/patches/fix_paths
trunk/libprawn-ruby/debian/patches/series
trunk/libprawn-ruby/debian/rules
Log:
New upstream release
Modified: trunk/libprawn-ruby/debian/README.source
===================================================================
--- trunk/libprawn-ruby/debian/README.source 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/README.source 2010-04-09 23:28:13 UTC (rev 5075)
@@ -22,4 +22,13 @@
http://githubredir.debian.net/github/sandal/ttfunk
http://githubredir.debian.net/github/sandal/pdf-inspector
- -- Gunnar Wolf <gwolf at debian.org>, Mon, 4 Jan 2010 18:37:35 -0600
+[ update - April 2010 ]
+
+The upstream authors do not always tag the ttfunk and pdf-inspector
+trees, so we reached a compromise solution: Ship with the immediate
+previous Git tag for both subprojects.
+
+Anyway, at least up to this moment, ttfunk and pdf-inspector have a
+_way_ lower change rate than the main Prawn project.
+
+ -- Gunnar Wolf <gwolf at debian.org>, Fri, 9 Apr 2010 18:19:17 -0500
Modified: trunk/libprawn-ruby/debian/changelog
===================================================================
--- trunk/libprawn-ruby/debian/changelog 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/changelog 2010-04-09 23:28:13 UTC (rev 5075)
@@ -1,9 +1,16 @@
-libprawn-ruby (0.7.1+dfsg-2) UNRELEASED; urgency=low
+libprawn-ruby (0.9.1+dfsg-1) unstable; urgency=low
+ [ Paul van Tilburg ]
* debian/watch: small fix to keep PET happy.
- -- Paul van Tilburg <paulvt at debian.org> Sat, 20 Feb 2010 17:02:02 +0100
+ [ Gunnar Wolf ]
+ * New upstream release
+ * Standards-version 3.8.3→3.8.4 (no changes)
+ * Dropped the generated ruby1.9 binary package in favor of the ruby1.9.1
+ one; bumping up the build-dependency on ruby-pkg-tools accordingly
+ -- Gunnar Wolf <gwolf at debian.org> Fri, 09 Apr 2010 18:21:04 -0500
+
libprawn-ruby (0.7.1+dfsg-1) unstable; urgency=low
* New upstream release
Modified: trunk/libprawn-ruby/debian/control
===================================================================
--- trunk/libprawn-ruby/debian/control 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/control 2010-04-09 23:28:13 UTC (rev 5075)
@@ -4,9 +4,9 @@
Maintainer: Gunnar Wolf <gwolf at debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8
-Build-Depends-Indep: ruby1.8, rdoc, ruby1.9
-Standards-Version: 3.8.3
+Build-Depends: ruby-pkg-tools (>= 0.17), cdbs, debhelper (>= 7), libsetup-ruby1.8
+Build-Depends-Indep: ruby1.8, rdoc, ruby1.9.1
+Standards-Version: 3.8.4
Homepage: http://prawn.majesticseacreature.com/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libprawn-ruby/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libprawn-ruby/
@@ -24,9 +24,9 @@
their sections
* Easy text flowing within and around sections
-Package: libprawn-ruby1.9
+Package: libprawn-ruby1.9.1
Architecture: all
-Depends: ${misc:Depends}, ruby1.9, libprawn-ruby-common
+Depends: ${misc:Depends}, ruby1.9.1, libprawn-ruby-common
Recommends: ttf-dejavu-core
Description: Fast, nimble PDF generation library for Ruby
Prawn is a PDF generation library for Ruby. Its highlights include:
@@ -66,4 +66,4 @@
* Easy text flowing within and around sections
.
This package contains common files used by both the Ruby 1.8 and the
- Ruby 1.9 versions of libprawn-ruby.
+ Ruby 1.9.1 versions of libprawn-ruby.
Modified: trunk/libprawn-ruby/debian/patches/fix_paths
===================================================================
--- trunk/libprawn-ruby/debian/patches/fix_paths 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/patches/fix_paths 2010-04-09 23:28:13 UTC (rev 5075)
@@ -9,11 +9,11 @@
.
Of course, that's the reason for the packages not to be considerable for
upstream acceptance.
-Index: libprawn-ruby-0.6.3+dfsg/lib/prawn/font/afm.rb
+Index: libprawn-ruby-0.9.1+dfsg/lib/prawn/font/afm.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/lib/prawn/font/afm.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/lib/prawn/font/afm.rb 2009-11-24 17:15:19.000000000 -0600
-@@ -12,11 +12,9 @@
+--- libprawn-ruby-0.9.1+dfsg.orig/lib/prawn/font/afm.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/lib/prawn/font/afm.rb 2010-04-09 18:07:40.000000000 -0500
+@@ -24,11 +24,9 @@
if m = ENV['METRICS']
@metrics_path ||= m.split(':')
else
@@ -28,10 +28,10 @@
end
end
-Index: libprawn-ruby-0.6.3+dfsg/lib/prawn/encoding.rb
+Index: libprawn-ruby-0.9.1+dfsg/lib/prawn/encoding.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/lib/prawn/encoding.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/lib/prawn/encoding.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/lib/prawn/encoding.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/lib/prawn/encoding.rb 2010-04-09 18:07:40.000000000 -0500
@@ -84,7 +84,8 @@
]
@@ -42,10 +42,10 @@
load_mapping if self.class.mapping.empty?
end
-Index: libprawn-ruby-0.6.3+dfsg/examples/general/background.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/general/background.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/general/background.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/general/background.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/general/background.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/general/background.rb 2010-04-09 18:07:40.000000000 -0500
@@ -6,7 +6,7 @@
#
require "#{File.dirname(__FILE__)}/../example_helper.rb"
@@ -53,12 +53,12 @@
-img = "#{Prawn::BASEDIR}/data/images/letterhead.jpg"
+img = "/usr/share/libprawn-ruby/images/letterhead.jpg"
- Prawn::Document.generate("background.pdf", :background => img) do
+ Prawn::Document.generate("background.pdf", :background => img, :margin => 100) do
text "My report caption", :size => 18, :align => :right
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/basic_images.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/basic_images.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/basic_images.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/basic_images.rb 2009-11-24 17:16:59.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/basic_images.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/basic_images.rb 2010-04-09 18:07:40.000000000 -0500
@@ -7,17 +7,17 @@
require "#{File.dirname(__FILE__)}/../example_helper.rb"
@@ -71,7 +71,7 @@
+ stef = "/usr/share/libprawn-ruby/images/stef.jpg"
image stef, :at => [500, 400], :width => 200, :height => 200
- text "Please enjoy the pigs", :size => 36, :at => [200,15]
+ draw_text "Please enjoy the pigs", :size => 36, :at => [200,15]
- ruport = "#{Prawn::BASEDIR}/data/images/ruport.png"
+ ruport = "/usr/share/libprawn-ruby/images/ruport.png"
@@ -81,10 +81,10 @@
+ ruport = "/usr/share/libprawn-ruby/images/ruport_transparent.png"
image ruport, :at => [50,525]
end
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/cmyk.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/cmyk.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/cmyk.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/cmyk.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/cmyk.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/cmyk.rb 2010-04-09 18:07:40.000000000 -0500
@@ -7,6 +7,6 @@
Prawn::Document.generate("cmyk.pdf", :page_layout => :landscape) do
fill_color 50, 100, 0, 0
@@ -93,10 +93,10 @@
+ fractal = "/usr/share/libprawn-ruby/images/fractal.jpg"
image fractal, :at => [50,450]
end
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/image_fit.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/image_fit.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/image_fit.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/image_fit.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/image_fit.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/image_fit.rb 2010-04-09 18:07:40.000000000 -0500
@@ -8,7 +8,7 @@
Prawn::Document.generate("image_fit.pdf", :page_layout => :landscape) do
@@ -106,10 +106,10 @@
stroke_rectangle [50,450], 200, 200
image pigs, :at => [50,450], :fit => [200,200]
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/image_flow.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/image_flow.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/image_flow.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/image_flow.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/image_flow.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/image_flow.rb 2010-04-09 18:07:40.000000000 -0500
@@ -9,7 +9,7 @@
Prawn::Document.generate("image-flow.pdf", :page_layout => :landscape) do
@@ -119,10 +119,10 @@
text "Image at default position with no arguments"
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/image_position.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/image_position.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/image_position.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/image_position.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/image_position.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/image_position.rb 2010-04-09 18:07:40.000000000 -0500
@@ -6,7 +6,7 @@
Prawn::Document.generate("image_position.pdf", :page_layout => :landscape) do
@@ -132,10 +132,10 @@
image dice, :scale => 0.2, :position => :left, :vposition => :top
image dice, :scale => 0.2, :position => :right, :vposition => :top
-Index: libprawn-ruby-0.6.3+dfsg/examples/graphics/png_types.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/graphics/png_types.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/graphics/png_types.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/graphics/png_types.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/graphics/png_types.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/graphics/png_types.rb 2010-04-09 18:07:40.000000000 -0500
@@ -6,11 +6,11 @@
require "#{File.dirname(__FILE__)}/../example_helper.rb"
@@ -153,11 +153,11 @@
]
Prawn::Document.generate("png_types.pdf", :page_size => "A5") do
-Index: libprawn-ruby-0.6.3+dfsg/examples/m17n/chinese_text_wrapping.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/m17n/chinese_text_wrapping.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/m17n/chinese_text_wrapping.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/m17n/chinese_text_wrapping.rb 2009-11-24 17:17:25.000000000 -0600
-@@ -7,7 +7,7 @@
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/m17n/chinese_text_wrapping.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/m17n/chinese_text_wrapping.rb 2010-04-09 18:07:40.000000000 -0500
+@@ -5,7 +5,7 @@
start = Time.now
Prawn::Document.generate("chinese_flow.pdf") do
@@ -166,10 +166,10 @@
font_size 16
long_text = "更可怕的是,同质化竞争对手可以按照URL中后面这个ID来遍历您的DB中的内容,写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事,这样的话,你就非常被动了。写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事写个小爬虫把你的页面上的关键信息顺次爬下来也不是什么难事"
-Index: libprawn-ruby-0.6.3+dfsg/examples/m17n/sjis.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/m17n/sjis.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/m17n/sjis.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/m17n/sjis.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/m17n/sjis.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/m17n/sjis.rb 2010-04-09 18:07:40.000000000 -0500
@@ -19,7 +19,7 @@
sjis_str = File.open(datafile, "r:shift_jis") { |f| f.gets }
@@ -179,10 +179,10 @@
text sjis_str
end
end
-Index: libprawn-ruby-0.6.3+dfsg/examples/m17n/utf8.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/m17n/utf8.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/m17n/utf8.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/m17n/utf8.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/m17n/utf8.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/m17n/utf8.rb 2010-04-09 18:07:40.000000000 -0500
@@ -6,8 +6,8 @@
require "#{File.dirname(__FILE__)}/../example_helper.rb"
@@ -195,10 +195,10 @@
-
\ No newline at end of file
+
-Index: libprawn-ruby-0.6.3+dfsg/examples/text/dfont.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/text/dfont.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/text/dfont.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/text/dfont.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/text/dfont.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/text/dfont.rb 2010-04-09 18:07:40.000000000 -0500
@@ -2,7 +2,7 @@
require "#{File.dirname(__FILE__)}/../example_helper.rb"
@@ -208,10 +208,10 @@
puts "There are #{Prawn::Font::DFont.font_count(DFONT_FILE)} fonts in #{DFONT_FILE}:"
Prawn::Font::DFont.named_fonts(DFONT_FILE).each do |name|
puts "* #{name}"
-Index: libprawn-ruby-0.6.3+dfsg/examples/text/font_calculations.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/text/font_calculations.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/text/font_calculations.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/text/font_calculations.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/text/font_calculations.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/text/font_calculations.rb 2010-04-09 18:07:40.000000000 -0500
@@ -84,7 +84,7 @@
demonstration
@@ -221,10 +221,10 @@
text "Using TTF", :size => 20
demonstration
-Index: libprawn-ruby-0.6.3+dfsg/examples/text/kerning.rb
+Index: libprawn-ruby-0.9.1+dfsg/examples/text/kerning.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/text/kerning.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/text/kerning.rb 2009-11-24 17:17:40.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/text/kerning.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/text/kerning.rb 2010-04-09 18:07:40.000000000 -0500
@@ -16,7 +16,7 @@
text "To not kern and wrap. " * 5, :size => 24, :kerning => false
@@ -232,19 +232,19 @@
- font "#{Prawn::BASEDIR}/data/fonts/DejaVuSans.ttf"
+ font "/usr/share/libprawn-ruby/fonts/DejaVuSans.ttf"
- text "To kern?", :at => [200,660], :size => 24, :kerning => true
- text "To not kern?", :at => [200,630], :size => 24, :kerning => false
-Index: libprawn-ruby-0.6.3+dfsg/examples/text/simple_text_ttf.rb
+ draw_text "To kern?", :at => [200,660], :size => 24, :kerning => true
+ draw_text "To not kern?", :at => [200,630], :size => 24, :kerning => false
+Index: libprawn-ruby-0.9.1+dfsg/examples/text/simple_text_ttf.rb
===================================================================
---- libprawn-ruby-0.6.3+dfsg.orig/examples/text/simple_text_ttf.rb 2009-11-24 17:14:01.000000000 -0600
-+++ libprawn-ruby-0.6.3+dfsg/examples/text/simple_text_ttf.rb 2009-11-24 17:15:19.000000000 -0600
+--- libprawn-ruby-0.9.1+dfsg.orig/examples/text/simple_text_ttf.rb 2010-03-28 16:42:40.000000000 -0600
++++ libprawn-ruby-0.9.1+dfsg/examples/text/simple_text_ttf.rb 2010-04-09 18:07:40.000000000 -0500
@@ -6,10 +6,10 @@
Prawn::Document.generate "simple_text_ttf.pdf" do
fill_color "0000ff"
- font "#{Prawn::BASEDIR}/data/fonts/comicsans.ttf"
+ font "/usr/share/libprawn-ruby/fonts/comicsans.ttf"
- text "Hello World", :at => [200,720], :size => 32
+ draw_text "Hello World", :at => [200,720], :size => 32
- font "#{Prawn::BASEDIR}/data/fonts/Chalkboard.ttf"
+ font "/usr/share/libprawn-ruby/fonts/Chalkboard.ttf"
Deleted: trunk/libprawn-ruby/debian/patches/keep_base_api_name
===================================================================
--- trunk/libprawn-ruby/debian/patches/keep_base_api_name 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/patches/keep_base_api_name 2010-04-09 23:28:13 UTC (rev 5075)
@@ -1,17 +0,0 @@
-Origin: vendor
-Forwarded: not-needed
-From: Gunnar Wolf <gwolf at debian.org>
-Last-Update: 2009-11-27
-Subject: Allow users to continue using "require 'prawn'" as before 0.6
- Upstream reorganized its code and moved the core Prawn functionality
- to prawn/core - When users request the 'prawn' gem, it now contains
- exactly one file, which requires the 'prawn/core' gem.
- .
- This implements basically the same as that minimal gem: To allow API
- stability while allowing for upstream to reorganize the code.
-Index: libprawn-ruby-0.6.3+dfsg/lib/prawn.rb
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ libprawn-ruby-0.6.3+dfsg/lib/prawn.rb 2009-11-27 13:23:48.000000000 -0600
-@@ -0,0 +1 @@
-+require 'prawn/core'
Modified: trunk/libprawn-ruby/debian/patches/series
===================================================================
--- trunk/libprawn-ruby/debian/patches/series 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/patches/series 2010-04-09 23:28:13 UTC (rev 5075)
@@ -1,2 +1 @@
fix_paths
-keep_base_api_name
Modified: trunk/libprawn-ruby/debian/rules
===================================================================
--- trunk/libprawn-ruby/debian/rules 2010-04-09 22:33:20 UTC (rev 5074)
+++ trunk/libprawn-ruby/debian/rules 2010-04-09 23:28:13 UTC (rev 5075)
@@ -32,14 +32,14 @@
[ -e lib/pdf ] || ln -s ../pdfinspector/lib/pdf lib/
install/libprawn-ruby1.8::
- # Files common to 1.8 and 1.9 versions are moved to libprawn-ruby-common
+ # Files common to 1.8 and 1.9.1 versions are moved to libprawn-ruby-common
mkdir -p ./debian/libprawn-ruby-common/usr/share/doc/libprawn-ruby-common
mv ./debian/$(cdbs_curpkg)/usr/share/libprawn-ruby/ ./debian/libprawn-ruby-common/usr/share/
# Examples are provided by libprawn-ruby-common
mkdir -p ./debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/
ln -s ../libprawn-ruby-common/examples/ ./debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/examples
-install/libprawn-ruby1.9::
+install/libprawn-ruby1.9.1::
# The relevant files were moved to libprawn-ruby-common in
# install/libprawn-ruby1.8
rm -rf ./debian/$(cdbs_curpkg)/usr/share/libprawn-ruby/
More information about the Pkg-ruby-extras-commits
mailing list