From: Alin Dobre Date: Fri, 11 Oct 2013 09:50:40 +0000 (+0100) Subject: Removed already tcl-8.5 applied patch X-Git-Tag: debian/1.4.8-1~10^2~4 X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=commitdiff_plain;h=215b9cfc5d621dd870beaab6b815dfe85094f0b6 Removed already tcl-8.5 applied patch Signed-off-by: Alin Dobre --- diff --git a/debian/patches/series b/debian/patches/series index 76fd6d3..a8995e2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,6 +4,5 @@ no-rpath-for-ruby no-rpath-for-perl implicit-decl-fix bts530814-hurd -tcl-8.5 ruby_bindings_format_string.patch bts664724-rrdcached-j-segfault diff --git a/debian/patches/tcl-8.5 b/debian/patches/tcl-8.5 deleted file mode 100644 index a84798b..0000000 --- a/debian/patches/tcl-8.5 +++ /dev/null @@ -1,12 +0,0 @@ -diff a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c ---- a/bindings/tcl/tclrrd.c -+++ b/bindings/tcl/tclrrd.c -@@ -678,7 +678,7 @@ static int init( - if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) - return TCL_ERROR; - -- if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) { -+ if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) { - return TCL_ERROR; - } -