[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. debian/1.0.0-2

Gunnar Wolf gwolf at gwolf.org
Tue Mar 27 23:12:44 UTC 2012


The following commit has been merged in the master branch:
commit 6cc2604655943a75b2997e628cff82b4beb9371f
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Tue Mar 27 17:05:29 2012 -0600

    Added missing dependency on ruby-rc4 (Closes: #665266)

diff --git a/debian/changelog b/debian/changelog
index eaa055b..223245b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-pdf-reader (1.0.0-2) unstable; urgency=low
+
+  * Added missing dependency on ruby-rc4 (Closes: #665266)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 27 Mar 2012 17:04:58 -0600
+
 ruby-pdf-reader (1.0.0-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 38b9cff..11e6c2c 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-pdf-reader
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ascii85 (>= 1.0.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ascii85 (>= 1.0.0), ruby-rc4
 Suggests: ruby-rspec, ruby-prawn
 Description: Ruby library for accessing the content of PDF files
  The PDF::Reader library implements a PDF parser conforming as much as possible

-- 
ruby-pdf-reader.git



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