Code

debian/patches: Removed typo-ruby.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2008 13:57:02 +0000 (14:57 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2008 13:59:37 +0000 (14:59 +0100)
This patch has been included upstream.

debian/changelog
debian/patches/series
debian/patches/typo-ruby [deleted file]

index 2971986fd68feeae2763de42206ffc5bf4947091..87617c7594ace859be63084a8390939091717585 100644 (file)
@@ -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 <sh@tokkee.org>  Sat, 20 Dec 2008 14:53:10 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 20 Dec 2008 14:56:22 +0100
 
 rrdtool (1.3.1-4) unstable; urgency=high
 
index 551d39545b2e8ac3d9057c46fe88f28fb3db191d..69cecaaf69d7d1e3dd0691a382f19e6017caaff2 100644 (file)
@@ -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 (file)
index d307248..0000000
+++ /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);
- }