From 215b9cfc5d621dd870beaab6b815dfe85094f0b6 Mon Sep 17 00:00:00 2001 From: Alin Dobre Date: Fri, 11 Oct 2013 10:50:40 +0100 Subject: [PATCH] Removed already tcl-8.5 applied patch Signed-off-by: Alin Dobre --- debian/patches/series | 1 - debian/patches/tcl-8.5 | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 debian/patches/tcl-8.5 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; - } - -- 2.30.2