[DRE-commits] [ruby-pdf-core] 03/07: update control file

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 21 13:55:26 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-pdf-core.

commit 5f8ec6acda63f6431d43fee45e705ddcbdb4c5d9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Mar 21 14:24:02 2014 +0100

    update control file
---
 debian/control | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index a4ecc62..6c5839f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,28 @@ 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.7.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.0~), ruby-pdf-reader, ruby-pdf-inspector, ruby-rspec
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-pdf-core.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-pdf-core.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-pdf-core.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-pdf-core.git;a=summary
 Homepage: http://prawn.majesticseacreature.com
 XS-Ruby-Versions: all
 
 Package: ruby-pdf-core
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# pdf-reader (~> 1.2, development), simplecov (>= 0, development), pdf-inspector (~> 1.1.0, development), rspec (>= 0, development), rake (>= 0, development)
-Description: PDF::Core is used by Prawn to render PDF documents
- PDF::Core is used by Prawn to render PDF documents
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-pdf-reader
+Suggests: ruby-prawn
+Description: Ruby library to render PDF documents
+ PDF::Core is a pure Ruby library to render PDF documents. It supports
+ several PDF features, such as among others:
+  * low-level annotation
+  * istream objects and stream filters
+  * NameTree
+  * object repository
+  * object serialization
+  * indirect objects
+  * page geometries
+ .
+ It is used internally by Prawn (provided in the ruby-prawn package),
+ a Ruby PDF generation library.

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



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