[Pkg-tcltk-commits] r1051 - in expect/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jul 15 14:32:32 UTC 2010
Author: sgolovan
Date: 2010-07-15 14:32:27 +0000 (Thu, 15 Jul 2010)
New Revision: 1051
Modified:
expect/trunk/debian/changelog
expect/trunk/debian/patches/13-implicit-defs.patch
Log:
[expect]
* Removed a bit of implicit-declarations patch which included tcl.h into
exp_clib.c and redefined memory allocation routines because of Tcl
stubs (closes: #588817).
Modified: expect/trunk/debian/changelog
===================================================================
--- expect/trunk/debian/changelog 2010-05-19 11:51:54 UTC (rev 1050)
+++ expect/trunk/debian/changelog 2010-07-15 14:32:27 UTC (rev 1051)
@@ -1,8 +1,10 @@
-expect (5.44.1.15-2) UNRELEASED; urgency=low
+expect (5.44.1.15-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Removed a bit of implicit-declarations patch which included tcl.h into
+ exp_clib.c and redefined memory allocation routines because of Tcl
+ stubs (closes: #588817).
- -- Sergei Golovan <sgolovan at debian.org> Mon, 15 Mar 2010 21:12:58 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 15 Jul 2010 18:31:29 +0400
expect (5.44.1.15-1) unstable; urgency=low
Modified: expect/trunk/debian/patches/13-implicit-defs.patch
===================================================================
--- expect/trunk/debian/patches/13-implicit-defs.patch 2010-05-19 11:51:54 UTC (rev 1050)
+++ expect/trunk/debian/patches/13-implicit-defs.patch 2010-07-15 14:32:27 UTC (rev 1051)
@@ -36,28 +36,6 @@
#include "expect_cf.h"
#include <stdio.h>
#include <setjmp.h>
-@@ -116,7 +118,9 @@
- #include <stdlib.h> /* for malloc */
- #endif
-
-+#include <tcl.h>
- #include "expect.h"
-+#include "exp_command.h"
- #define TclRegError exp_TclRegError
-
- /*
-@@ -1492,7 +1496,10 @@
- *----------------------------------------------------------------------
- */
-
--static
-+#ifdef Tcl_ErrnoMsg
-+#undef Tcl_ErrnoMsg
-+#endif
-+
- char *
- Tcl_ErrnoMsg(err)
- int err; /* Error number (such as in errno variable). */
--- expect-5.44.1.15.orig/exp_command.h
+++ expect-5.44.1.15/exp_command.h
@@ -7,6 +7,9 @@
More information about the Pkg-tcltk-commits
mailing list