[Pkg-octave-commit] r1802 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Sat Apr 26 10:49:53 UTC 2008


Author: rafael
Date: 2008-04-26 10:49:53 +0000 (Sat, 26 Apr 2008)
New Revision: 1802

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/PACKAGE.conf
Log:
Substitute version of package in the addpath(.../oct/) command


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-04-26 10:39:24 UTC (rev 1801)
+++ octave/trunk/debian/changelog	2008-04-26 10:49:53 UTC (rev 1802)
@@ -1,3 +1,10 @@
+octave3.0 (1:3.0.1-3) UNRELEASED; urgency=low
+
+  * debian/in/PACKAGE.conf: Substitute version of package in the
+    addpath(.../oct/) command
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 26 Apr 2008 12:45:49 +0200
+
 octave3.0 (1:3.0.1-2) unstable; urgency=low
 
   * Add library path at the beginning of the loadpath (work-around for

Modified: octave/trunk/debian/in/PACKAGE.conf
===================================================================
--- octave/trunk/debian/in/PACKAGE.conf	2008-04-26 10:39:24 UTC (rev 1801)
+++ octave/trunk/debian/in/PACKAGE.conf	2008-04-26 10:49:53 UTC (rev 1802)
@@ -13,7 +13,7 @@
 
 [V_3_0:
 ## Force the lib path into the loadpath. Work-around for #477556)
-addpath (genpath ("/usr/lib/octave/3.0.1/oct/"), "-begin");
+addpath (genpath ("/usr/lib/octave/@VERSION@/oct/"), "-begin");
 
 ## Configure readline using the file inputrc in the Octave startup
 ## directory.
@@ -39,9 +39,9 @@
 
 ### We use a function below to avoid polutting the user space with ###
 ### Debian start-up specific variables.  Also, the function itself is
-### cleared after being called. 
+### cleared after being called.
 
-function debian_remove_octave_forge 
+function debian_remove_octave_forge
   p = split (path (), ":");
   for i = 1 : rows (p)
     if ! isempty (findstr (p (i, :), "octave-forge"))




More information about the Pkg-octave-commit mailing list