ruby-pdf-reader 1.3.3-1 source package in Ubuntu

Changelog

ruby-pdf-reader (1.3.3-1) unstable; urgency=medium


  * Imported Upstream version 1.3.3
  * debian/control:
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
    + bump Standards-Version to 3.9.5 (no changes needed)
    + add dependencies on ruby-ttfunk, ruby-afm and ruby-hashery
    + change my email address to @d.o
  * Use rake method to run the tests
  * debian/copyright: use DEP5 copyright-format/1.0 URL for Format field
  * Update debian/watch. Thanks Bart Martens

 -- Cédric Boutillier <email address hidden>  Tue, 18 Feb 2014 18:22:31 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-pdf-reader_1.3.3-1.dsc 2.1 KiB e019a24101845c913798312bf80c163e0fe7a6c5cd8b871a1c326ac770fbb9fb
ruby-pdf-reader_1.3.3.orig.tar.gz 9.5 MiB ab54af2d76160d5d7d2bb8198557f084e83d4b04cc192d8aa9d0413b529679af
ruby-pdf-reader_1.3.3-1.debian.tar.xz 3.9 KiB 5e95d167acd9969274e9eb709f8febf4c936f01b8cf43c150f7e8cb2f68e2ca9

Available diffs

No changes file available.

Binary packages built by this source

ruby-pdf-reader: 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.