[Pkg-octave-commit] [matlab2tikz] branch master updated (c7d16e0 -> 0fbc0b2)

Sébastien Villemot sebastien at debian.org
Wed Jan 4 16:18:54 UTC 2017


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

sebastien pushed a change to branch master
in repository matlab2tikz.

      from  c7d16e0   d/copyright: reflect upstream changes.
      adds  585abbb   New upstream version 1.1.0
       new  47a7c63   Updated version 1.1.0 from 'upstream/1.1.0'
       new  ceb8620   d/copyright: reflect upstream changes.
       new  0da023d   d/watch: another update.
       new  f7e9a70   d/control: update homepage.
       new  d1654ff   Bump to debhelper compat level 10.
       new  06f0ff7   Bump Standards-Version to 3.9.8, no changes needed.
       new  559c16c   Add texlive-latex-extra to Recommends: it contains the standalone pkg.
       new  76b0511   d/control: use secure URLs for Vcs-* fields.
       new  5fb5eb6   d/rules: remove obsolete logics.
       new  4daf347   remove_cleanfigure.patch: drop obsolete patch.
       new  88f963f   disable-updater.patch: refresh patch.
       new  6f3cddd   New patches: unreliable-test.patch, path-issues.patch.
       new  87ed0cf   Update installation locations.
       new  b269779   Add autopkgtest support: runs the testsuite.
       new  0fbc0b2   Changelog entry for 1.1.0-1.

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                  |   21 +-
 .travis.yml                                 |   10 +-
 AUTHORS.md                                  |   57 +-
 CHANGELOG.md                                |   56 +
 CONTRIBUTING.md                             |   66 +
 LICENSE.md                                  |    2 +-
 README.md                                   |   17 +-
 debian/changelog                            |   15 +
 debian/compat                               |    2 +-
 debian/control                              |   12 +-
 debian/copyright                            |    6 +-
 debian/matlab2tikz.examples                 |    2 +-
 debian/matlab2tikz.install                  |    4 +-
 debian/matlab2tikz.links                    |    1 -
 debian/patches/disable-updater.patch        |   53 +-
 debian/patches/path-issues.patch            |   77 +
 debian/patches/remove_cleanfigure.patch     |   18 -
 debian/patches/series                       |    3 +-
 debian/patches/unreliable-test.patch        |   17 +
 debian/rules                                |    5 -
 debian/tests/control                        |    3 +
 debian/watch                                |    2 +-
 logos/matlab2tikz.svg                       |   54 +-
 matlab2tikz.sublime-project                 |   49 +
 runtests.sh                                 |   86 +
 src/cleanfigure.m                           | 1713 +++++++---
 src/dev/formatWhitespace.m                  |   87 +
 src/figure2dot.m                            |  264 +-
 src/m2tInputParser.m                        |   27 +-
 src/matlab2tikz.m                           | 4554 +++++++++++++++------------
 src/private/errorUnknownEnvironment.m       |    5 +
 src/private/getEnvironment.m                |   25 +
 src/private/guitypes.m                      |   13 +
 src/private/isVersionBelow.m                |   13 +
 src/private/m2tUpdater.m                    |  362 ++-
 src/private/m2tstrjoin.m                    |   35 +
 src/private/versionArray.m                  |   18 +
 src/private/versionString.m                 |    9 +
 test/README.md                              |   52 +-
 test/codeReport.m                           |   18 +-
 test/compareTimings.m                       |  256 ++
 test/data/.gitignore                        |    7 -
 test/examples/example_bar_plot.m            |   53 +
 test/examples/example_quivers.m             |   80 +
 test/makeLatexReport.m                      |  183 +-
 test/makeTapReport.m                        |   74 +
 test/makeTravisReport.m                     |  345 +-
 test/output/.gitignore                      |    4 +
 test/private/OSVersion.m                    |   28 +-
 test/private/StreamMaker.m                  |   74 +
 test/private/VersionControlIdentifier.m     |    1 +
 test/private/calculateMD5Hash.m             |   25 +-
 test/private/cleanFiles.m                   |    2 +
 test/private/countNumberOfErrors.m          |   14 +-
 test/private/emptyStatus.m                  |   35 +-
 test/private/execute_save_stage.m           |    6 +-
 test/private/execute_tikz_stage.m           |   21 +-
 test/private/execute_type_stage.m           |    5 +-
 test/private/getEnvironment.m               |   34 +-
 test/private/hasTestFailed.m                |   13 +
 test/private/initializeGlobalState.m        |   99 +
 test/private/initializeWorkingDirectory.m   |   23 -
 test/private/m2troot.m                      |   30 +
 test/private/m2tstrjoin.m                   |    8 +
 test/private/restoreGlobalState.m           |   11 +
 test/private/splitPassFailSkippedTests.m    |   10 +
 test/private/testMatlab2tikz.m              |   41 +-
 test/runMatlab2TikzTests.m                  |    8 +-
 test/saveHashTable.m                        |  163 +-
 test/suites/ACID.MATLAB.8.3.md5             |  202 +-
 test/suites/ACID.MATLAB.8.4.md5             |  202 +-
 test/suites/ACID.Octave.3.8.0.md5           |  163 +-
 test/suites/ACID.m                          |  496 ++-
 test/suites/private/getEnvironment.m        |   34 +-
 test/suites/private/herrorbar.m             |   24 +-
 test/template/.gitignore                    |    6 +
 test/{tex => template}/Makefile             |   14 +-
 test/template/data/.gitignore               |    8 +
 test/{ => template}/data/converted/Makefile |    2 +-
 test/{ => template}/data/reference/Makefile |    0
 test/testGraphical.m                        |   12 +-
 test/testHeadless.m                         |    6 +-
 test/tex/.gitignore                         |    4 -
 83 files changed, 6976 insertions(+), 3683 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 debian/patches/path-issues.patch
 delete mode 100644 debian/patches/remove_cleanfigure.patch
 create mode 100644 debian/patches/unreliable-test.patch
 create mode 100644 debian/tests/control
 create mode 100644 matlab2tikz.sublime-project
 create mode 100755 runtests.sh
 create mode 100644 src/dev/formatWhitespace.m
 create mode 100644 src/private/errorUnknownEnvironment.m
 create mode 100644 src/private/getEnvironment.m
 create mode 100644 src/private/guitypes.m
 create mode 100644 src/private/isVersionBelow.m
 create mode 100644 src/private/m2tstrjoin.m
 create mode 100644 src/private/versionArray.m
 create mode 100644 src/private/versionString.m
 create mode 100644 test/compareTimings.m
 delete mode 100644 test/data/.gitignore
 create mode 100644 test/examples/example_bar_plot.m
 create mode 100644 test/examples/example_quivers.m
 create mode 100644 test/makeTapReport.m
 create mode 100644 test/output/.gitignore
 create mode 100644 test/private/StreamMaker.m
 create mode 100644 test/private/hasTestFailed.m
 create mode 100644 test/private/initializeGlobalState.m
 delete mode 100644 test/private/initializeWorkingDirectory.m
 create mode 100644 test/private/m2troot.m
 create mode 100644 test/private/restoreGlobalState.m
 create mode 100644 test/private/splitPassFailSkippedTests.m
 create mode 100644 test/template/.gitignore
 rename test/{tex => template}/Makefile (56%)
 create mode 100644 test/template/data/.gitignore
 rename test/{ => template}/data/converted/Makefile (86%)
 rename test/{ => template}/data/reference/Makefile (100%)
 delete mode 100644 test/tex/.gitignore

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