[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. upstream/0.10.0-15-g3168024

Cédric Boutillier cedric.boutillier at gmail.com
Wed Sep 7 08:55:53 UTC 2011


The following commit has been merged in the master branch:
commit c4092de42f24355e11e45449cdc8474892f68c8e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Sep 7 09:17:44 2011 +0200

    update description and dependencies.

diff --git a/debian/control b/debian/control
index 4df44d3..3fdd2d1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,22 @@ 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>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), ruby-rspec (>= 2.1), ruby-ascii85 (>= 1.0.0)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-pdf-reader.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-pdf-reader.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-pdf-reader.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-pdf-reader.git;a=summary
 Homepage: http://github.com/yob/pdf-reader
 XS-Ruby-Versions: all
 
 Package: ruby-pdf-reader
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), roodi (>= 0, development), rspec (~> 2.1, development), Ascii85 (~> 1.0.0)
-Description: A library for accessing the content of PDF files
- The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ascii85 (>= 1.0.1)
+Description: Ruby library for accessing the content of PDF files
+ The PDF::Reader library implements a PDF parser conforming as much as possible
+ to the PDF specification from Adobe. It provides programmatic access to the
+ contents of a PDF file with a high degree of flexibility.
+ .
+ This is primarily a low-level library that should be used as the foundation
+ for higher level functionality. There are a few exceptions to support very
+ common use cases like extracting text from a page.

-- 
ruby-pdf-reader.git



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