[DRE-commits] [ruby-prawn-table] 06/10: improve descriptions; fix dependencies; enhances ruby-prawn

Cédric Boutillier boutil at moszumanska.debian.org
Tue Sep 16 21:24:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-prawn-table.

commit 9df6c5a796c02ad23df778b7f35eec3c613200fd
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 16 22:36:37 2014 +0200

    improve descriptions; fix dependencies; enhances ruby-prawn
---
 debian/control | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index f72612f..7b43987 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,17 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.9.0~),
+               ruby-mocha,
+               ruby-pdf-inspector,
+               ruby-pdf-reader,
+               ruby-prawn (>= 1.2.1),
+               ruby-prawn-manual-builder,
+               ruby-rspec
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-prawn-table.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-prawn-table.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-prawn-table.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-prawn-table.git;a=summary
 Homepage: http://prawn.majesticseacreature.com
 Testsuite: autopkgtest
 XS-Ruby-Versions: all
@@ -14,7 +21,13 @@ XS-Ruby-Versions: all
 Package: ruby-prawn-table
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# prawn (~> 1.2.1, development), pdf-inspector (~> 1.1.0, development), yard (>= 0, development), rspec (= 2.14.1, development), mocha (>= 0, development), rake (>= 0, development), simplecov (>= 0, development), prawn-manual_builder (>= 0.2.0, development), pdf-reader (~> 1.2, development)
-Description: Provides tables for PrawnPDF
- Prawn is a fast, tiny, and nimble PDF generator for Ruby
+Depends: ruby | ruby-interpreter,
+         ruby-prawn,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Enhances: ruby-prawn
+Description: table support for the Prawn PDF generation library
+ Prawn (provided by the ruby-prawn package) is a PDF generation library for
+ Ruby.
+ .
+ This library adds to Prawn support for generating tables.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn-table.git



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