[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:11:56 UTC 2011


The following commit has been merged in the master branch:
commit 97d75111bc4483c48e7b38913f984929cd5eca91
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Nov 8 00:58:03 2011 +0100

    control: update deps and add transitional packages

diff --git a/debian/control b/debian/control
index 240af81..7172d3f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,61 @@ Source: ruby-prawn
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), ruby-test-spec, ruby-pdf-inspector (>= 1.0.1~), ruby-mocha, ruby-ttfunk (>= 1.0.2)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-prawn.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-prawn.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-prawn.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-prawn.git;a=summary
 Homepage: http://prawn.majesticseacreature.com
 XS-Ruby-Versions: all
 
 Package: ruby-prawn
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# pdf-reader (>= 0.9.0), ttfunk (~> 1.0.3), pdf-inspector (~> 1.0.1, development)
-Description: A fast and nimble PDF generator for Ruby
- Prawn is a fast, tiny, and nimble PDF generator for Ruby
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-pdf-reader (>= 0.9.0), ruby-ttfunk (>= 1.0.2), ruby-pdf-inspector (>= 1.0.1)
+Replaces: libprawn-ruby1.8 (<< 1.0.0~rc1-1~), libprawn-ruby1.9.1 (<< 1.0.0~rc1-1~), libprawn-ruby (<< 1.0.0~rc1-1~), libprawn-ruby-common (<< 1.0.0~rc1-1~)
+Breaks: libprawn-ruby1.8 (<< 1.0.0~rc1-1~), libprawn-ruby1.9.1 (<< 1.0.0~rc1-1~), libprawn-ruby (<< 1.0.0~rc1-1~), libprawn-ruby-common (<< 1.0.0~rc1-1~)
+Provides: libprawn-ruby1.8, libprawn-ruby1.9.1, libprawn-ruby, libprawn-ruby-common
+Description: Fast, nimble PDF generation library for Ruby
+ Prawn is a PDF generation library for Ruby. Its highlights include:
+  * Built in support for UTF-8
+  * Easy image embedding
+  * Flexible table drawing
+  * Simple content positioning, allowing for placing elements relative to 
+    their sections 
+  * Easy text flowing within and around sections
+
+# Transitional packages
+Package: libprawn-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-prawn
+Description: Transitional package for ruby-prawn
+ This is a transitional package to ease upgrades to the ruby-prawn
+ package. It can safely be removed.
+
+Package: libprawn-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-prawn
+Description: Transitional package for ruby-prawn
+ This is a transitional package to ease upgrades to the ruby-prawn
+ package. It can safely be removed.
+
+Package: libprawn-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-prawn
+Description: Transitional package for ruby-prawn
+ This is a transitional package to ease upgrades to the ruby-prawn
+ package. It can safely be removed.
+
+Package: libprawn-ruby-common
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-prawn
+Description: Transitional package for ruby-prawn
+ This is a transitional package to ease upgrades to the ruby-prawn
+ package. It can safely be removed.
+

-- 
ruby-prawn.git



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