summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b0f94f)
raw | patch | inline | side by side (parent: 7b0f94f)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 13:57:02 +0000 (14:57 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Dec 2008 13:59:37 +0000 (14:59 +0100) |
This patch has been included upstream.
debian/changelog | patch | blob | history | |
debian/patches/series | patch | blob | history | |
debian/patches/typo-ruby | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 2971986fd68feeae2763de42206ffc5bf4947091..87617c7594ace859be63084a8390939091717585 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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
diff --git a/debian/patches/series b/debian/patches/series
index 551d39545b2e8ac3d9057c46fe88f28fb3db191d..69cecaaf69d7d1e3dd0691a382f19e6017caaff2 100644 (file)
--- a/debian/patches/series
+++ b/debian/patches/series
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
--- 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);
- }
-
-