From d7b316fae62bbe612eae93d4f1db9885e7e30bb5 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 20 Dec 2008 14:57:02 +0100 Subject: [PATCH] debian/patches: Removed typo-ruby. This patch has been included upstream. --- debian/changelog | 3 ++- debian/patches/series | 1 - debian/patches/typo-ruby | 28 ---------------------------- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 debian/patches/typo-ruby diff --git a/debian/changelog b/debian/changelog index 2971986..87617c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,9 @@ rrdtool (1.3.5-1) unstable; urgency=low - Removed bts498183-segfault-madvise - included upstream. - Removed bts499349-memleaks - included upstream. - Removed bts499350-data-corruption - included upstream. + - Removed typo-ruby - included upstream. - -- Sebastian Harl Sat, 20 Dec 2008 14:53:10 +0100 + -- Sebastian Harl Sat, 20 Dec 2008 14:56:22 +0100 rrdtool (1.3.1-4) unstable; urgency=high diff --git a/debian/patches/series b/debian/patches/series index 551d395..69cecaa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,4 +3,3 @@ setup.py-module-name no-rpath-for-ruby no-rpath-for-perl implicit-decl-fix -typo-ruby diff --git a/debian/patches/typo-ruby b/debian/patches/typo-ruby deleted file mode 100644 index d307248..0000000 --- a/debian/patches/typo-ruby +++ /dev/null @@ -1,28 +0,0 @@ -diff a/bindings/ruby/main.c b/bindings/ruby/main.c ---- a/bindings/ruby/main.c -+++ b/bindings/ruby/main.c -@@ -191,21 +191,21 @@ VALUE rb_rrd_info( - VALUE self, - VALUE args) - { -- return rrd_infocall(rrd_info, args); -+ return rb_rrd_infocall(rrd_info, args); - } - - VALUE rb_rrd_updatev( - VALUE self, - VALUE args) - { -- return rrd_infocall(rrd_update_v, args); -+ return rb_rrd_infocall(rrd_update_v, args); - } - - VALUE rb_rrd_graphv( - VALUE self, - VALUE args) - { -- return rrd_infocall(rrd_graph_v, args); -+ return rb_rrd_infocall(rrd_graph_v, args); - } - - -- 2.30.2