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

Rafael Laboissiere rafael at alioth.debian.org
Wed May 30 13:08:13 UTC 2007


Author: rafael
Date: 2007-05-30 13:08:13 +0000 (Wed, 30 May 2007)
New Revision: 950

Modified:
   octave-epstk/trunk/debian/changelog
   octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch
Log:
Debian release octave-epstk_2.2-4

Modified: octave-epstk/trunk/debian/changelog
===================================================================
--- octave-epstk/trunk/debian/changelog	2007-05-30 10:24:32 UTC (rev 949)
+++ octave-epstk/trunk/debian/changelog	2007-05-30 13:08:13 UTC (rev 950)
@@ -1,9 +1,11 @@
 octave-epstk (2.2-4) unstable; urgency=low
 
-  * debian/octave-epstk.install: Install m/*.inc files, such that edemo17
-    and edemo18 work (thanks to Stefan Müller)
+  * debian/install: Install m/*.inc files, such that edemo17 and edemo18
+    work (thanks to Stefan Müller)
+  * debian/patches/60_source-etc-epstk-conf.patch: Use default file name
+    when eConfigFile variable exists but is empty (thanks to Stefan Müller)
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 30 May 2007 12:31:48 +0200
 
 octave-epstk (2.2-3) unstable; urgency=low
 

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-30 10:24:32 UTC (rev 949)
+++ octave-epstk/trunk/debian/patches/60_source-etc-epstk-conf.patch	2007-05-30 13:08:13 UTC (rev 950)
@@ -14,7 +14,7 @@
  % read config-file on octave/linux systems
  if exist('matlabpath')~=5
 -  if exist('eConfigFile')~=2
-+  if exist('eConfigFile')~=1
++  if exist('eConfigFile')~=1 || isempty(eConfigFile)
      eConfigFile='/etc/epstk.conf';
    end
 -  if exist('eConfigFile')~=2




More information about the Pkg-octave-commit mailing list