File: remove_cleanfigure.patch

package info (click to toggle)
matlab2tikz 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 792 kB
  • ctags: 320
  • sloc: objc: 4,948; makefile: 42
file content (18 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@debian.org>
Forwarded: not-needed
Last-Update: 2014-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/matlab2tikz_acidtest.m
+++ b/test/matlab2tikz_acidtest.m
@@ -142,7 +142,6 @@ function matlab2tikz_acidtest(varargin)
       end
       % now, test matlab2tikz
       try
-          cleanfigure(extraCFOpts{:});
           matlab2tikz('filename', gen_file, ...
                       'showInfo', false, ...
                       'checkForUpdates', false, ...