debian/0000755000000000000000000000000012265574601007176 5ustar debian/compat0000644000000000000000000000000212124577762010401 0ustar 9 debian/matlab2tikz.links0000644000000000000000000000026112124577762012470 0ustar /usr/share/matlab2tikz/matlab2tikz.m /usr/share/octave/site/m/matlab2tikz.m /usr/share/matlab2tikz/matlab2tikzInputParser.m /usr/share/octave/site/m/matlab2tikzInputParser.m debian/control0000644000000000000000000000163012265564677010615 0ustar Source: matlab2tikz Section: math Priority: extra Maintainer: Debian Octave Group Uploaders: Sébastien Villemot Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Homepage: https://github.com/nschloe/matlab2tikz Vcs-Git: git://anonscm.debian.org/pkg-octave/matlab2tikz.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/matlab2tikz.git Package: matlab2tikz Architecture: all Depends: octave, ${misc:Depends} Recommends: texlive-pictures Description: converter of Octave plots to TikZ figures (for integration into LaTeX) matlab2tikz is an Octave script for converting Octave figures into native TikZ/Pgfplots figures, which can then easily be incorporated into a LaTeX document. It supports the conversion of most Octave figures, including 2D and 3D plots. . This package is also compatible with the (nonfree) MATLAB software. debian/matlab2tikz.docs0000644000000000000000000000001212124577762012272 0ustar README.md debian/changelog0000644000000000000000000000257412265574353011064 0ustar matlab2tikz (0.4.4-1) unstable; urgency=medium [ Sébastien Villemot ] * Imported Upstream version 0.4.4 [ Rafael Laboissiere ] * Bump to Standards-Version 3.9.5, no changes needed -- Sébastien Villemot Wed, 15 Jan 2014 22:08:49 +0100 matlab2tikz (0.4.3-1) unstable; urgency=low * Imported Upstream version 0.4.3 -- Sébastien Villemot Thu, 24 Oct 2013 15:17:20 +0200 matlab2tikz (0.4.2-1) unstable; urgency=low * Imported Upstream version 0.4.2 -- Sébastien Villemot Wed, 18 Sep 2013 08:05:00 +0000 matlab2tikz (0.4.1-1) unstable; urgency=low * Imported Upstream version 0.4.1 * Use canonical URLs in Vcs-* fields -- Sébastien Villemot Mon, 19 Aug 2013 23:10:43 +0200 matlab2tikz (0.4.0-1) unstable; urgency=low * Imported Upstream version 0.4.0 * remove_cleanfigure.patch: new patch for Octave compatibility -- Sébastien Villemot Fri, 28 Jun 2013 09:53:11 +0000 matlab2tikz (0.3.3-1) unstable; urgency=low * Imported Upstream version 0.3.3 * debian/copyright: reflect upstream changes -- Sébastien Villemot Thu, 25 Apr 2013 18:25:06 +0200 matlab2tikz (0.3.2-1) unstable; urgency=low * Initial release. (Closes: #701829) -- Sébastien Villemot Mon, 25 Mar 2013 18:07:14 +0100 debian/rules0000755000000000000000000000026012124577762010261 0ustar #!/usr/bin/make -f %: dh $@ # The default Makefile rule creates a ZIP file, so skip it override_dh_auto_build: override_dh_installexamples: dh_installexamples -X.gitignore debian/matlab2tikz.examples0000644000000000000000000000000712124577762013164 0ustar test/* debian/README.Debian0000644000000000000000000000102312124577762011240 0ustar matlab2tikz for Debian ====================== If you are using Octave, matlab2tikz() is already available in the path. See README.md for more details on usage. If you are using MATLAB, you need to manually add `/usr/share/matlab2tikz' to the path. If you want to create an example PDF containing various graphs, copy `/usr/share/doc/matlab2tikz/examples' to a writeable place, gunzip the relevant files, and follow the instructions in the README. -- Sébastien Villemot , Mon, 25 Mar 2013 17:39:23 +0100 debian/copyright0000644000000000000000000000401212136254251011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: matlab2tikz Upstream-Contact: Nico Schlömer Source: https://github.com/nschloe/matlab2tikz Files: * Copyright: 2008-2013 Nico Schlömer License: BSD-2-clause Files: test/herrorbar.m Copyright: 2009 Jos van der Geest License: BSD-2-clause Comment: http://www.mathworks.com/matlabcentral/fileexchange/3963-herrorbar Files: test/eps2pdf.m Copyright: 2005 Primoz Cermelj License: BSD-2-clause Comment: http://www.mathworks.com/matlabcentral/fileexchange/5782-eps2pdf Files: debian/* Copyright: 2013 Sébastien Villemot License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000011612124577762010232 0ustar version=3 https://github.com/nschloe/matlab2tikz/tags .*/(\d[\d\.]+)\.tar\.gz debian/patches/0000755000000000000000000000000012265565650010631 5ustar debian/patches/remove_cleanfigure.patch0000644000000000000000000000127012265565471015514 0ustar 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 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 @@ -188,7 +188,6 @@ function matlab2tikz_acidtest( varargin end % now, test matlab2tikz try - cleanfigure; matlab2tikz('filename', gen_file, ... 'showInfo', false, ... 'checkForUpdates', false, ... debian/patches/disable-updater.patch0000644000000000000000000000304612265565352014721 0ustar Description: Disable the auto-updater It is meaningless in the presence of a package manager. Author: Sébastien Villemot Forwarded: not-needed Last-Update: 2013-03-25 --- 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) % % MATLAB2TIKZ('checkForUpdates',BOOL,...) determines whether to automatically % check for updates of matlab2tikz. -% (default: true) +% (default: false) % % Example % x = -pi:pi/10:pi; @@ -193,7 +193,7 @@ function matlab2tikz(varargin) ipp = ipp.addParamValue(ipp, 'strict', false, @islogical); ipp = ipp.addParamValue(ipp, 'showInfo', true, @islogical); ipp = ipp.addParamValue(ipp, 'showWarnings', true, @islogical); - ipp = ipp.addParamValue(ipp, 'checkForUpdates', true, @islogical); + ipp = ipp.addParamValue(ipp, 'checkForUpdates', false, @islogical); ipp = ipp.addParamValue(ipp, 'encoding' , '', @ischar); ipp = ipp.addParamValue(ipp, 'standalone', false, @islogical); @@ -339,11 +339,7 @@ function matlab2tikz(varargin) % Conditionally check for a new matlab2tikz version outside version control if m2t.cmdOpts.Results.checkForUpdates && isempty(VCID) - updater(m2t.name, ... - m2t.website, ... - m2t.version, ... - m2t.cmdOpts.Results.showInfo, ... - m2t.env) + warning('Auto-updater not available. Please use the package manager instead.') end % print some version info to the screen debian/patches/series0000644000000000000000000000005712204504374012035 0ustar disable-updater.patch remove_cleanfigure.patch debian/source/0000755000000000000000000000000012124577762010503 5ustar debian/source/format0000644000000000000000000000001412124577762011711 0ustar 3.0 (quilt) debian/matlab2tikz.install0000644000000000000000000000016012124577762013014 0ustar src/matlab2tikz.m /usr/share/matlab2tikz/ src/matlab2tikzInputParser.m /usr/share/matlab2tikz/