[Pkg-octave-commit] [SCM] Debian packaging for qtoctave branch, master, updated. 73e9377560af1f88bc4b9a1d8f0510d73e593497

Sébastien Villemot sebastien.villemot at ens.fr
Sun Mar 11 16:38:06 UTC 2012


The following commit has been merged in the master branch:
commit 44d0b8f1cca05b4c75f31e134ff635ec661f6f2e
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Sun Mar 11 16:48:39 2012 +0100

    debian/patches/qtinfo-octave3.4: new patch from upstream SVN

diff --git a/debian/patches/qtinfo-octave3.4 b/debian/patches/qtinfo-octave3.4
new file mode 100644
index 0000000..5d88247
--- /dev/null
+++ b/debian/patches/qtinfo-octave3.4
@@ -0,0 +1,15 @@
+Description: Make qtinfo compatible with Octave >= 3.4
+Origin: upstream, commit: 282
+Forwarded: not-needed
+Last-Update: 2012-03-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/qtoctave/src/scripts_octave/qtinfo.m
++++ b/qtoctave/src/scripts_octave/qtinfo.m
+@@ -1,5 +1,5 @@
+ function qtinfo()
+ 	command=sprintf("qtoctave-info-reader %s > /dev/null", info_file);
+ 	printf("Starting info: %s\n", command);
+-	system(command, 1, "async");
++	system(command, 0, "async");
+ endfunction
diff --git a/debian/patches/series b/debian/patches/series
index 116a674..0d66a98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use_octave_htmldoc
 build-out-of-source
 build-widgetserver
 filedialog-filters
+qtinfo-octave3.4

-- 
Debian packaging for qtoctave



More information about the Pkg-octave-commit mailing list