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

Sébastien Villemot sebastien at debian.org
Wed Jul 2 16:07:05 UTC 2014


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

sebastien pushed a commit to branch master
in repository matlab2tikz.

commit 5468999f4826a2d0a243196b0e059c541afc04b5
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Jul 2 17:29:36 2014 +0200

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

diff --git a/debian/patches/disable-updater.patch b/debian/patches/disable-updater.patch
index cf4d82b..2c1f3d4 100644
--- a/debian/patches/disable-updater.patch
+++ b/debian/patches/disable-updater.patch
@@ -7,7 +7,7 @@ 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
-@@ -96,7 +96,7 @@
+@@ -97,7 +97,7 @@ function matlab2tikz(varargin)
  %   taking a peek at what the figure will look like. (default: false)
  %
  %   MATLAB2TIKZ('checkForUpdates',BOOL,...) determines whether to automatically
@@ -16,7 +16,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  %
  %   Example
  %      x = -pi:pi/10:pi;
-@@ -200,7 +200,7 @@
+@@ -202,7 +202,7 @@ function matlab2tikz(varargin)
    ipp = ipp.addParamValue(ipp, 'strictFontSize', false, @islogical);
    ipp = ipp.addParamValue(ipp, 'showInfo', true, @islogical);
    ipp = ipp.addParamValue(ipp, 'showWarnings', 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);
-@@ -343,11 +343,7 @@
+@@ -345,11 +345,7 @@ function matlab2tikz(varargin)
  
    % 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 17d3981..6a65462 100644
--- a/debian/patches/remove_cleanfigure.patch
+++ b/debian/patches/remove_cleanfigure.patch
@@ -8,7 +8,7 @@ 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
-@@ -200,7 +200,6 @@
+@@ -142,7 +142,6 @@ function matlab2tikz_acidtest(varargin)
        end
        % now, test matlab2tikz
        try

-- 
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