[Pkg-octave-commit] rev 131 - trunk/packages/octave-forge/debian

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Sun, 27 Feb 2005 14:06:23 +0100


Author: rafael
Date: 2005-02-27 14:06:23 +0100 (Sun, 27 Feb 2005)
New Revision: 131

Modified:
   trunk/packages/octave-forge/debian/changelog
   trunk/packages/octave-forge/debian/rules
Log:
Put $(altopath) and $(altmpath) away from LOADPATH

Modified: trunk/packages/octave-forge/debian/changelog
===================================================================
--- trunk/packages/octave-forge/debian/changelog	2005-02-25 20:00:40 UTC (rev 130)
+++ trunk/packages/octave-forge/debian/changelog	2005-02-27 13:06:23 UTC (rev 131)
@@ -1,3 +1,15 @@
+octave-forge (2004.11.16-6) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  +++ Changes by Rafael Laboissiere:
+
+  * debian/rules: Put $(altoctdir) and $(altmdir) away from LOADPATH.
+    This fixes the problem of graceplot's plot.m file being earlier than
+    upstream's in the Octave path (closes: #296991) (closes: #297028)
+
+ --
+
 octave-forge (2004.11.16-5) unstable; urgency=low
 
   +++ Changes by Rafael Laboissiere:

Modified: trunk/packages/octave-forge/debian/rules
===================================================================
--- trunk/packages/octave-forge/debian/rules	2005-02-25 20:00:40 UTC (rev 130)
+++ trunk/packages/octave-forge/debian/rules	2005-02-27 13:06:23 UTC (rev 131)
@@ -13,8 +13,8 @@
 debdoc          := $(debtmp)/usr/share/doc/$(PACKAGE)
 octdir  	:= $(OCTDIR)
 mdir	  	:= $(MDIR)
-altoctdir       := $(OCTDIR)/$(altname)
-altmdir         := $(MDIR)/$(altname)
+altoctdir       := /usr/lib/$(altname)
+altmdir         := /usr/share/$(altname)
 octbin		:= $(shell octave-config -p LOCALARCHLIBDIR)
 
 mycheck: