[Pkg-octave-commit] [SCM] Debian packaging for matlab2tikz branch, master, updated. debian/0.3.3-1-7-gd6d251e

Sébastien Villemot sebastien at debian.org
Fri Jun 28 09:56:51 UTC 2013


The following commit has been merged in the master branch:
commit 06481cd7a1e5a41a64fc76b9cbd6739137739874
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jun 28 11:51:18 2013 +0200

    remove_cleanfigure.patch: new patch for Octave compatibility

diff --git a/debian/patches/remove_cleanfigure.patch b/debian/patches/remove_cleanfigure.patch
new file mode 100644
index 0000000..7c92f00
--- /dev/null
+++ b/debian/patches/remove_cleanfigure.patch
@@ -0,0 +1,18 @@
+Description: Remove call to cleanfigure in matlab2tikz_acidtest
+ The cleanfigure function is not compatible with Octave, and is therefore not
+ shipped with the Debian package.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-06-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/test/matlab2tikz_acidtest.m
++++ b/test/matlab2tikz_acidtest.m
+@@ -198,7 +198,6 @@
+       end
+       % now, test matlab2tikz
+       try
+-          cleanfigure;
+           matlab2tikz('filename', gen_file, ...
+                       'showInfo', false, ...
+                       'checkForUpdates', false, ...
diff --git a/debian/patches/series b/debian/patches/series
index 9a8790b..cd1084f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 disable-updater.patch
+remove_cleanfigure.patch

-- 
Debian packaging for matlab2tikz



More information about the Pkg-octave-commit mailing list