[Pkg-octave-commit] r943 - in octave-epstk/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Tue May 29 17:08:36 UTC 2007


Author: rafael
Date: 2007-05-29 17:08:35 +0000 (Tue, 29 May 2007)
New Revision: 943

Modified:
   octave-epstk/trunk/debian/changelog
   octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch
Log:
* debian/patches/60_source-etc-epstk-conf.patch: Fixed loading of the
  eConfigFile (thanks to Stefan M?\195?\131?\194?\188ller)


Modified: octave-epstk/trunk/debian/changelog
===================================================================
--- octave-epstk/trunk/debian/changelog	2007-05-26 20:33:18 UTC (rev 942)
+++ octave-epstk/trunk/debian/changelog	2007-05-29 17:08:35 UTC (rev 943)
@@ -1,3 +1,10 @@
+octave-epstk (2.2-2) unstable; urgency=low
+
+  * debian/patches/60_source-etc-epstk-conf.patch: Fixed loading of the
+    eConfigFile (thanks to Stefan Müller)
+
+ --
+
 octave-epstk (2.2-1) unstable; urgency=low
 
   * New upstream release

Modified: octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch
===================================================================
--- octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch	2007-05-26 20:33:18 UTC (rev 942)
+++ octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch	2007-05-29 17:08:35 UTC (rev 943)
@@ -9,16 +9,16 @@
 diff -Nur epstk22/m/einit.m epstk22.new/m/einit.m
 --- epstk22/m/einit.m	2007-05-21 11:48:37.000000000 +0200
 +++ epstk22.new/m/einit.m	2007-05-23 12:12:59.000000000 +0200
-@@ -345,10 +345,9 @@
+@@ -345,10 +345,10 @@
  
  % read config-file on octave/linux systems
  if exist('matlabpath')~=5
 -  if exist('eConfigFile')~=2
 +  if exist('eConfigFile')~=1
      eConfigFile='/etc/epstk.conf';
--  end
+   end
 -  if exist('eConfigFile')~=2
-+  else
++  if exist(eConfigFile)==2
      source(eConfigFile); 
    end
  end




More information about the Pkg-octave-commit mailing list