-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 tags 791789 patch thanks
Please consider this patch for the FTBFS bug in ruby-grib. This package is the blocker for the grib-api transition (and hence other transitions) and I would appreciate if you could upload a fix as soon as possible. Best regards Alastair McKinstry - -- Alastair McKinstry, <[email protected]>, <[email protected]>, https://diaspora.sceal.ie/u/amckinstry Software is like Poetry - most of it shouldn't have been written. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVph8XAAoJEMvmu05dmtOlBXQP/A6/VRswFH0Z+c9pOy0Bus5W C/bX1V2gulL/Oe20kdJ0ZW4heS7Hxic5ok4BaFI9spTXgHdioAGmns+1Pd2Y1fT7 a2TcjHfL0elTIs6LE8bk8zvWbsGvxTQsMZOxXC+OOGCdzrMu3ff91bCpo9wrdfDH PHtV9xo/C6gDV1Is1A+ctesUP3CmQA+R65NS1HobNYQU+N7GhVAXDhUr6Wk9ubDi F9Lc2auAdccLagOw4yuOkxnc7BrIU4lw0Gw98/1jrKgUC7Q4e3INXuodFIibhwos 255LvbWkpCatCDtf/njE2ougNg4ro1muYCVraAZdGF4hxqXmavehYm5enhzvuLZE xP7y0JHniMsWhL/Bk6T2tp4ULy79g08eSH0mPkVbmnadAV63Q3ORME4xeCydRXAX LdDoJ277WgsCxn74u1zJXWUGwI+ihgBC7kUDj4jfkIxYYNNLKfdF2mdjyvpC0P5L IrHAgQJjwTt9ylM6wkVzy15HDjn3PsvzD3Gb4XYJJJdMl/o4yMCvofsRg3NhT+G6 DhJc6+quXBgm3QfL9FsjIgSqWnaXrEnI2LT0esCrPM276Wg+0RMCb8EgY+Qt4/zH ssWJhxs7ihHZopD8HDR18kfZL9/him0gVhmQvykIhr28wKlLeC4++jLrGda3pXIy Uwl9Pgd96tF08H5DMgS2 =bygG -----END PGP SIGNATURE-----
diff -Nru ruby-grib-0.2.2/debian/changelog ruby-grib-0.2.2/debian/changelog --- ruby-grib-0.2.2/debian/changelog 2012-06-29 16:54:10.000000000 +0100 +++ ruby-grib-0.2.2/debian/changelog 2015-07-15 08:42:36.000000000 +0100 @@ -1,3 +1,10 @@ +ruby-grib (0.2.2-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix for test syntax 'be_true' -> 'be true' + + -- Alastair McKinstry <[email protected]> Wed, 15 Jul 2015 08:41:59 +0100 + ruby-grib (0.2.2-3) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ diff -Nru ruby-grib-0.2.2/debian/patches/0003-Fix_read_spec_true_test.patch ruby-grib-0.2.2/debian/patches/0003-Fix_read_spec_true_test.patch --- ruby-grib-0.2.2/debian/patches/0003-Fix_read_spec_true_test.patch 1970-01-01 01:00:00.000000000 +0100 +++ ruby-grib-0.2.2/debian/patches/0003-Fix_read_spec_true_test.patch 2015-07-15 08:41:48.000000000 +0100 @@ -0,0 +1,18 @@ +Author: Alastair McKinstry <[email protected]> +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 -Nru ruby-grib-0.2.2/debian/patches/series ruby-grib-0.2.2/debian/patches/series --- ruby-grib-0.2.2/debian/patches/series 2012-06-17 09:38:41.000000000 +0100 +++ ruby-grib-0.2.2/debian/patches/series 2015-07-15 08:40:34.000000000 +0100 @@ -1,2 +1,3 @@ 0001-Fix-RSpec-LOAD_PATH.patch 0002-Ad-hoc-fix-Hardening.patch +0003-Fix_read_spec_true_test.patch
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
