[Pkg-octave-commit] [SCM] Debian packaging for dynare branch, master, updated. debian/4.2.2-2-7-g5984a3b

Sébastien Villemot sebastien.villemot at ens.fr
Fri Dec 2 16:53:30 UTC 2011


The following commit has been merged in the master branch:
commit 49e2b4feb5cad6eff8898db68f2fc90191e2de14
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Dec 2 17:12:18 2011 +0100

    debian/patches/fhs-compliance: refresh patch

diff --git a/debian/patches/fhs-compliance b/debian/patches/fhs-compliance
index 3d2c63f..23d5cd1 100644
--- a/debian/patches/fhs-compliance
+++ b/debian/patches/fhs-compliance
@@ -36,7 +36,7 @@ Forwarded: not-needed
      % Replacement for vec() (inexistent under MATLAB)
 -    addpath([dynareroot '/missing/vec'])
 +    addpath([dynareroot_mfiles '/missing/vec'])
-     if ~license('test', 'statistics_toolbox')
+     if isempty(license('inuse','statistics_toolbox'))
          % Replacements for functions of the stats toolbox
 -        addpath([dynareroot '/missing/stats/'])
 +        addpath([dynareroot_mfiles '/missing/stats/'])
@@ -64,7 +64,7 @@ Forwarded: not-needed
  end
  
  
-@@ -143,10 +144,10 @@
+@@ -164,10 +165,10 @@
  %% subfolders if valid mex files exist.
  matlab_path = path;
  for i=1:number_of_mex_files
@@ -77,7 +77,7 @@ Forwarded: not-needed
          matlab_path = path;
      end
  end
-@@ -158,7 +159,7 @@
+@@ -179,7 +180,7 @@
  for i=1:number_of_mex_files
      test = (exist(mex_status{i,1},'file') == 3);
      if ~test

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list