tags 676081 + pending
thanks

Dear maintainer,

I've prepared an NMU for rrdtool (versioned as 1.4.7-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

<directhex> i have six years of solaris sysadmin experience, from
            8->10. i am well qualified to say it is made from bonghits
                        layered on top of bonghits
diff -u rrdtool-1.4.7/debian/changelog rrdtool-1.4.7/debian/changelog
--- rrdtool-1.4.7/debian/changelog
+++ rrdtool-1.4.7/debian/changelog
@@ -1,3 +1,11 @@
+rrdtool (1.4.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add ruby_bindings_format_string.patch to fix FTBFS
+    (Closes: #676081)
+
+ -- Jonathan Wiltshire <j...@debian.org>  Sun, 01 Jul 2012 12:37:47 +0100
+
 rrdtool (1.4.7-1) unstable; urgency=low
 
   * [b59bb994] Merge commit 'upstream/1.4.7'
diff -u rrdtool-1.4.7/debian/patches/series rrdtool-1.4.7/debian/patches/series
--- rrdtool-1.4.7/debian/patches/series
+++ rrdtool-1.4.7/debian/patches/series
@@ -7,0 +8 @@
+ruby_bindings_format_string.patch
only in patch2:
unchanged:
--- rrdtool-1.4.7.orig/debian/patches/ruby_bindings_format_string.patch
+++ rrdtool-1.4.7/debian/patches/ruby_bindings_format_string.patch
@@ -0,0 +1,28 @@
+Subject: fix format string in Ruby binding
+Author: Johannes Brandstätter <jbrandstaet...@gmail.com>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676081
+Forwarded: no
+Last-Update: 2012-07-01
+
+--- rrdtool-1.4.7.orig/bindings/ruby/main.c
++++ rrdtool-1.4.7/bindings/ruby/main.c
+@@ -27,7 +27,7 @@
+ 
+ #define RRD_CHECK_ERROR  \
+     if (rrd_test_error()) \
+-      rb_raise(rb_eRRDError, rrd_get_error()); \
++      rb_raise(rb_eRRDError, "%s", rrd_get_error()); \
+     rrd_clear_error();
+ 
+ string_arr string_arr_new(
+@@ -56,8 +56,8 @@
+             break;
+         default:
+             rb_raise(rb_eTypeError,
+-                     "invalid argument - %s, expected T_STRING or T_FIXNUM on index %ld",
+-                     (long)rb_class2name(CLASS_OF(v)), i);
++                     "invalid argument - %s, expected T_STRING or T_FIXNUM on index %d",
++                     rb_class2name(CLASS_OF(v)), i);
+             break;
+         }
+     }

Attachment: signature.asc
Description: Digital signature

Reply via email to