[Pkg-octave-commit] [matlab2tikz] 03/05: Refresh patches

Thomas Weber tweber at moszumanska.debian.org
Tue Feb 18 13:26:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

tweber pushed a commit to branch master
in repository matlab2tikz.

commit 92a0e80b4c26108d8ca67f00fd1066c1ed33f9f8
Author: Thomas Weber <tweber at debian.org>
Date:   Tue Feb 18 14:09:51 2014 +0100

    Refresh patches
    
    Git-Dch: Ignore
---
 debian/patches/disable-updater.patch    | 16 ++++++++--------
 debian/patches/remove_cleanfigure.patch |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/patches/disable-updater.patch b/debian/patches/disable-updater.patch
index 2e74081..cf4d82b 100644
--- a/debian/patches/disable-updater.patch
+++ b/debian/patches/disable-updater.patch
@@ -2,22 +2,22 @@ Description: Disable the auto-updater
  It is meaningless in the presence of a package manager.
 Author: Sébastien Villemot <sebastien at debian.org>
 Forwarded: not-needed
-Last-Update: 2013-03-25
+Last-Update: 2014-02-18
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/matlab2tikz.m
 +++ b/src/matlab2tikz.m
-@@ -90,7 +90,7 @@ function matlab2tikz(varargin)
+@@ -96,7 +96,7 @@
+ %   taking a peek at what the figure will look like. (default: false)
  %
  %   MATLAB2TIKZ('checkForUpdates',BOOL,...) determines whether to automatically
- %   check for updates of matlab2tikz.
--%   (default: true)
-+%   (default: false)
+-%   check for updates of matlab2tikz. (default: true)
++%   check for updates of matlab2tikz. (default: false)
  %
  %   Example
  %      x = -pi:pi/10:pi;
-@@ -193,7 +193,7 @@ function matlab2tikz(varargin)
-   ipp = ipp.addParamValue(ipp, 'strict', false, @islogical);
+@@ -200,7 +200,7 @@
+   ipp = ipp.addParamValue(ipp, 'strictFontSize', false, @islogical);
    ipp = ipp.addParamValue(ipp, 'showInfo', true, @islogical);
    ipp = ipp.addParamValue(ipp, 'showWarnings', true, @islogical);
 -  ipp = ipp.addParamValue(ipp, 'checkForUpdates', true, @islogical);
@@ -25,7 +25,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
    ipp = ipp.addParamValue(ipp, 'encoding' , '', @ischar);
    ipp = ipp.addParamValue(ipp, 'standalone', false, @islogical);
-@@ -339,11 +339,7 @@ function matlab2tikz(varargin)
+@@ -343,11 +343,7 @@
  
    % Conditionally check for a new matlab2tikz version outside version control
    if m2t.cmdOpts.Results.checkForUpdates && isempty(VCID)
diff --git a/debian/patches/remove_cleanfigure.patch b/debian/patches/remove_cleanfigure.patch
index baabaa3..17d3981 100644
--- a/debian/patches/remove_cleanfigure.patch
+++ b/debian/patches/remove_cleanfigure.patch
@@ -3,16 +3,16 @@ Description: Remove call to cleanfigure in matlab2tikz_acidtest
  shipped with the Debian package.
 Author: Sébastien Villemot <sebastien at debian.org>
 Forwarded: not-needed
-Last-Update: 2013-06-28
+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
-@@ -188,7 +188,6 @@ function matlab2tikz_acidtest( varargin
+@@ -200,7 +200,6 @@
        end
        % now, test matlab2tikz
        try
--          cleanfigure;
+-          cleanfigure(extraCFOpts{:});
            matlab2tikz('filename', gen_file, ...
                        'showInfo', false, ...
                        'checkForUpdates', false, ...

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/matlab2tikz.git



More information about the Pkg-octave-commit mailing list