On Tue, 2005-10-11 at 23:49 -0700, Chris Waters wrote:
> On Tue, Oct 11, 2005 at 11:28:55PM -0400, dann frazier wrote:
> 
> > As this bug has been open with a patch for 30 days without a
> > response from the maintainer, I intend to NMU in 1 week (or earlier,
> > at the maintainer's request).
> 
> Hi, sorry, I have been a bit swamped lately; an NMU for tclreadline to
> fix bug#226565 would be greatly appreciated. 


Chris,
  Thanks for the reply, and your permission.  I have uploaded an NMU,
using the following patch.

diff -urN tclreadline-1.2.0.orig/debian/changelog 
tclreadline-1.2.0/debian/changelog
--- tclreadline-1.2.0.orig/debian/changelog     2005-10-12 06:19:26.000000000 
-0600
+++ tclreadline-1.2.0/debian/changelog  2005-10-12 06:22:33.000000000 -0600
@@ -1,3 +1,11 @@
+tclreadline (1.2.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use rl_completion_matches() instead of the deprecated completion_matches()
+    Closes: #226565
+
+ -- dann frazier <[EMAIL PROTECTED]>  Wed, 12 Oct 2005 06:21:34 -0600
+
 tclreadline (1.2.0-6) unstable; urgency=low
 
   * Trying memuse patch from David Welton to get tclreadline working with
diff -urN tclreadline-1.2.0.orig/tclreadline.c tclreadline-1.2.0/tclreadline.c
--- tclreadline-1.2.0.orig/tclreadline.c        2005-10-12 06:19:26.000000000 
-0600
+++ tclreadline-1.2.0/tclreadline.c     2005-10-12 06:21:30.000000000 -0600
@@ -722,7 +722,7 @@
     }
 
     if (!matches && tclrl_use_builtin_completer) {
-       matches = completion_matches(text, TclReadline0generator);
+       matches = rl_completion_matches(text, (rl_compentry_func_t 
*)TclReadline0generator);
     }
 
     return matches;

-- 
dann frazier <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to