[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.4.3-1-4-gd57a0ec

Sébastien Villemot sebastien.villemot at ens.fr
Mon Dec 26 22:41:08 UTC 2011


The following commit has been merged in the master branch:
commit d57a0ec1cff5d8891b14639c9c069bf623de3bc2
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Mon Dec 26 23:39:12 2011 +0100

    New patch: drop_version_from_mkoctfile_function_call

diff --git a/debian/patches/drop_version_from_mkoctfile_function_call b/debian/patches/drop_version_from_mkoctfile_function_call
new file mode 100644
index 0000000..cdfbd97
--- /dev/null
+++ b/debian/patches/drop_version_from_mkoctfile_function_call
@@ -0,0 +1,14 @@
+Description: Call the mkoctfile binary by its name without version
+Forwarded: not-needed
+Author: Sébastien Villemot <sebastien.villemot at ens.fr>
+--- a/scripts/miscellaneous/mkoctfile.m
++++ b/scripts/miscellaneous/mkoctfile.m
+@@ -137,7 +137,7 @@
+ 
+   bindir = octave_config_info ("bindir");
+ 
+-  shell_script = fullfile (bindir, sprintf ("mkoctfile-%s", OCTAVE_VERSION));
++  shell_script = fullfile (bindir, "mkoctfile");
+ 
+   cmd = cstrcat ("\"", shell_script, "\"");
+   for i = 1:nargin
diff --git a/debian/patches/series b/debian/patches/series
index 065247e..0799947 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ no_pdf_in_print.diff
 add_info_dir_categories
 correct_typos
 use_system_gl2ps
+drop_version_from_mkoctfile_function_call

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list