[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. debian/0.10.1-1-11-g0ba09f1

Cédric Boutillier cedric.boutillier at gmail.com
Tue Mar 13 13:23:41 UTC 2012


The following commit has been merged in the master branch:
commit 8db1be2cea457943fc634c2610116340642c86f4
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Feb 23 16:17:58 2012 +0100

    add missing requirement on yaml for specs

diff --git a/debian/changelog b/debian/changelog
index 3084d9e..2227930 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-pdf-reader (1.0.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Add dependency on ruby-rc4
+  * Add 0006-spec_add_require_yaml.patch
+    + solves missing dependency on yaml to run spec/integration_spec.rb
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Thu, 23 Feb 2012 16:17:33 +0100
+
 ruby-pdf-reader (0.10.1-1) unstable; urgency=low
 
   * Initial release (Closes: #640670)
diff --git a/debian/patches/0006-spec_add_require_yaml.patch b/debian/patches/0006-spec_add_require_yaml.patch
new file mode 100644
index 0000000..81f2f37
--- /dev/null
+++ b/debian/patches/0006-spec_add_require_yaml.patch
@@ -0,0 +1,15 @@
+Description: Add a missing requirement on yaml to run integrity_spec.rb
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Bug: https://github.com/yob/pdf-reader/issues/49
+Last-Update: 2012-02-23
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -9,6 +9,7 @@
+ require 'timeout'
+ require 'singleton'
+ require 'digest/md5'
++require 'yaml'
+ 
+ 
+ # Requires supporting ruby files with custom matchers and macros, etc,
diff --git a/debian/patches/series b/debian/patches/series
index aba98c6..f3b1d9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0002-examples_rubygems.patch
 0004-spec_fix_requires.patch
+0006-spec_add_require_yaml.patch

-- 
ruby-pdf-reader.git



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