[DRE-commits] [ruby-grib] 01/01: Fix for FTBFS, Thanks to Alastair McKinstry (Closes: #781789)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jul 15 12:21:20 UTC 2015


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

uwabami-guest pushed a commit to annotated tag debian/0.2.2-4
in repository ruby-grib.

commit 9c69adf2f302f6b48e6862df0e7d66b8472f2d5b
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jul 15 21:15:52 2015 +0900

    Fix for FTBFS, Thanks to Alastair McKinstry (Closes: #781789)
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/patches/0003-Fix_read_spec_true_test.patch | 18 ++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/0003-Fix_read_spec_true_test.patch b/debian/patches/0003-Fix_read_spec_true_test.patch
new file mode 100644
index 0000000..87e41ab
--- /dev/null
+++ b/debian/patches/0003-Fix_read_spec_true_test.patch
@@ -0,0 +1,18 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Fix for test syntax
+Last-Updated: 2015-07-15
+Forwarded: no
+
+Index: ruby-grib-0.2.2/spec/grib_read_spec.rb
+===================================================================
+--- ruby-grib-0.2.2.orig/spec/grib_read_spec.rb
++++ ruby-grib-0.2.2/spec/grib_read_spec.rb
+@@ -48,7 +48,7 @@ describe NumRu::Grib do
+   describe 'Grib.is_a_Grib?' do
+     it 'returns whether the specific file is a GRIB1/2 file' do
+       GribData.each do |fname, hash|
+-        NumRu::Grib.is_a_Grib?(fname).should be_true
++        NumRu::Grib.is_a_Grib?(fname).should be true
+       end
+     end
+   end
diff --git a/debian/patches/series b/debian/patches/series
index 55ec084..c255094 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Fix-RSpec-LOAD_PATH.patch
 0002-Ad-hoc-fix-Hardening.patch
+0003-Fix_read_spec_true_test.patch

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



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