[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#416431: marked as forwarded (octave2.9-emacsen: replace gnudoit by gnuclient in wrapper scripts)



Your message dated Wed, 28 Mar 2007 19:38:58 +0200
with message-id <20070328173858.GV22007@laboissiere.net>
has caused the Debian Bug report #416431,
regarding octave2.9-emacsen: replace gnudoit by gnuclient in wrapper scripts
to be marked as having been forwarded to the upstream software
author(s) bug@octave.org.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
package octave2.9-emacsen
tags 416431 upstream patch
thanks

The bug report below was filed against the octave2.9 package in Debian.
Full context is found in the Debian BTS [1].  Please consider the patch
attached below, which fixes the problem.

[1] http://bugs.debian.org/416431

Thanks,

Rafael

* Pascal A. Dupuis <Pascal.Dupuis@worldonline.be> [2007-03-24 12:13]:

> Package: octave2.9-emacsen
> Severity: normal
> 
> Furthermore, the info-emacs-info  and info-emacs-octave-help scripts are 
> wrapper around gnudoit, and gnudoit is said to be deprecated, it has to 
> be replaced by 'gnuclient -batch -eval ', could you please solve ?

--- info-emacs-info-orig	2007-03-28 19:33:11.000000000 +0200
+++ info-emacs-info	2007-03-28 18:44:50.000000000 +0200
@@ -11,4 +11,4 @@
 fi
 cmd="(require 'info) $cmd"
 [ $4 ] && cmd="$cmd (Info-index \"$4\")"
-gnudoit -q $cmd
+gnuclient -q -batch -eval "$cmd"

--- End Message ---

Reply to: