[Pkg-octave-commit] rev 734 - in trunk/packages/octave/debian: . in patches

Rafael Laboissiere rafael at costa.debian.org
Sun Sep 3 14:56:03 UTC 2006


Author: rafael
Date: 2006-09-03 14:56:00 +0000 (Sun, 03 Sep 2006)
New Revision: 734

Added:
   trunk/packages/octave/debian/patches/50_info-emacs-info-invocation.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
* debian/patches/50_info-emacs-info-invocation.dpatch: Fixes parsing of
  options by the info-emacs-info script (closes: #368843)



Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-09-03 12:47:53 UTC (rev 733)
+++ trunk/packages/octave/debian/changelog	2006-09-03 14:56:00 UTC (rev 734)
@@ -1,3 +1,13 @@
+octave2.9 (2.9.8-2) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  [ Rafael Laboissiere ]
+  * debian/patches/50_info-emacs-info-invocation.dpatch: Fixes parsing of
+    options by the info-emacs-info script (closes: #368843)
+
+ --
+
 octave2.9 (2.9.8-1) unstable; urgency=low
 
   * New upstream release.   Empty arrays are correctly detect.  If array

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-09-03 12:47:53 UTC (rev 733)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-09-03 14:56:00 UTC (rev 734)
@@ -1,2 +1,3 @@
 50_octave-bug-tempfile
 50_clean-mat-files
+50_info-emacs-info-invocation

Added: trunk/packages/octave/debian/patches/50_info-emacs-info-invocation.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_info-emacs-info-invocation.dpatch	                        (rev 0)
+++ trunk/packages/octave/debian/patches/50_info-emacs-info-invocation.dpatch	2006-09-03 14:56:00 UTC (rev 734)
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_info-emacs-info-invocation.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Fixes parsing of options by the info-emacs-info script
+
+ at DPATCH@
+
+--- octave2.1-2.9.8.orig/examples/info-emacs-info	2006-09-03 16:35:07.466100032 +0200
++++ octave2.1-2.9.8/examples/info-emacs-info	2006-09-03 16:35:23.113721232 +0200
+@@ -3,12 +3,12 @@
+ # Written by Kurt Hornik <Kurt.Hornik at wu-wien.ac.at> on 1996/07/01
+ # Make Octave's `help -i' use Emacs info.
+ # Requires a running Emacs and gnuserv.
+-cmd="(Info-find-node \"$2\" \"Top\")"
+-if [ $3 = "--directory" ];
++cmd="(Info-find-node \"$4\" \"Top\")"
++if [ $1 = "--directory" ];
+ then
+-	cmd="(add-to-list 'Info-directory-list \"$4\") $cmd"
++	cmd="(add-to-list 'Info-directory-list \"$2\") $cmd"
+ 	shift 2
+ fi
+ cmd="(require 'info) $cmd"
+ [ $4 ] && cmd="$cmd (Info-index \"$4\")"
+-gnudoit -q $cmd
++gnuclient -q -eval "$cmd"


Property changes on: trunk/packages/octave/debian/patches/50_info-emacs-info-invocation.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list