[Pkg-octave-commit] [octave-symbolic] branch master updated (2d602ad -> 730e8b9)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu Apr 23 08:13:17 UTC 2015


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

rlaboiss-guest pushed a change to branch master
in repository octave-symbolic.

      from  2d602ad   d/rules: Remove file mydbpy.bat from the package (only used in MS-Windows)
      adds  f4e2249   Imported Upstream version 2.2.0
       new  138057a   Merge tag 'upstream/2.2.0'
       new  730e8b9   d/rules: Do not remove mydbpy.bat (fixed upstream)

The 2 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:
 .travis.yml                                  |   15 +-
 CONTRIBUTORS                                 |   21 +
 DESCRIPTION                                  |    4 +-
 HOWTO-release.md                             |   12 +-
 NEWS                                         |   30 +
 inst/mydbpy.bat => bin/winwrapy.bat          |   15 +-
 debian/rules                                 |    5 -
 inst/@sym/assume.m                           |   72 +-
 inst/@sym/ccode.m                            |    2 +-
 inst/@sym/char.m                             |   25 +-
 inst/@sym/degree.m                           |    8 +-
 inst/@sym/disp.m                             |    2 +-
 inst/@sym/display.m                          |  197 +--
 inst/@sym/dsolve.m                           |    4 +-
 inst/@sym/eig.m                              |    2 +-
 inst/@sym/ezplot.m                           |   12 +-
 inst/@sym/ezplot3.m                          |    9 +-
 inst/@sym/findsym.m                          |   14 +-
 inst/@sym/fortran.m                          |    2 +-
 inst/@sym/function_handle.m                  |   37 +-
 inst/@sym/isAlways.m                         |   45 +-
 inst/@sym/isprime.m                          |    2 +-
 inst/@sym/lambertw.m                         |   88 ++
 inst/@sym/logical.m                          |   20 +-
 inst/@sym/not.m                              |    2 +-
 inst/@sym/numden.m                           |   16 +-
 inst/@sym/potential.m                        |   48 +-
 inst/@sym/private/ustr_length.m              |   43 +
 inst/@sym/simplify.m                         |   26 +-
 inst/@sym/sum.m                              |    9 +-
 inst/@sym/sym.m                              |  126 +-
 inst/@sym/sym2poly.m                         |   11 +-
 inst/@sym/symprod.m                          |    6 +-
 inst/@sym/symvar.m                           |   43 +-
 inst/@sym/taylor.m                           |   11 +-
 inst/@symfun/argnames.m                      |    3 +-
 inst/@symfun/diff.m                          |   33 +-
 inst/@symfun/symfun.m                        |   56 +-
 inst/@symfun/symvar.m                        |   76 +-
 inst/assumptions.m                           |   79 +-
 inst/bernoulli.m                             |   27 +-
 inst/{@sym/priv_disp_name.m => catalan.m}    |   31 +-
 inst/digits.m                                |   17 +-
 inst/{@sym/formula.m => eulergamma.m}        |   31 +-
 inst/evalpy.m                                |   48 +-
 inst/fibonacci.m                             |   24 +-
 inst/findsymbols.m                           |   63 +-
 inst/{@sym/erfcinv.m => octsympy_doctests.m} |   41 +-
 inst/octsympy_tests.m                        |   11 +-
 inst/poly2sym.m                              |    7 +-
 inst/private/python_header.m                 |    5 +-
 inst/private/python_header.py                |   32 +-
 inst/private/python_ipc_popen2.m             |    4 +-
 inst/private/python_ipc_sysoneline.m         |    3 +-
 inst/python_cmd.m                            |   81 +-
 inst/sympref.m                               |    2 +-
 inst/syms.m                                  |   17 +-
 inst/vpa.m                                   |   28 +-
 inst/vpasolve.m                              |   14 +-
 make_release_packages.sh                     |    6 +-
 make_windows_package.sh                      |   13 +-
 matlab_smt_differences.md                    |    4 +-
 src/Makefile                                 |    8 +-
 src/aclocal.m4                               |  242 ++++
 src/autom4te.cache/output.0                  | 1828 ++++++++++++++++++++++++++
 src/autom4te.cache/output.1                  | 1828 ++++++++++++++++++++++++++
 src/autom4te.cache/requests                  |  110 ++
 src/autom4te.cache/traces.0                  |  177 +++
 src/autom4te.cache/traces.1                  |  154 +++
 src/bootstrap                                |    6 +
 src/configure                                | 1828 ++++++++++++++++++++++++++
 src/configure.ac                             |   22 +
 src/m4/ax_compare_version.m4                 |  177 +++
 src/m4/ax_python_module.m4                   |   49 +
 testing/test_pipe_py2.m                      |    2 +-
 testing/test_pipe_python.m                   |    4 +-
 76 files changed, 7669 insertions(+), 506 deletions(-)
 rename inst/mydbpy.bat => bin/winwrapy.bat (63%)
 create mode 100644 inst/@sym/lambertw.m
 create mode 100644 inst/@sym/private/ustr_length.m
 copy inst/{@sym/priv_disp_name.m => catalan.m} (61%)
 copy inst/{@sym/formula.m => eulergamma.m} (59%)
 copy inst/{@sym/erfcinv.m => octsympy_doctests.m} (51%)
 create mode 100644 src/aclocal.m4
 create mode 100644 src/autom4te.cache/output.0
 create mode 100644 src/autom4te.cache/output.1
 create mode 100644 src/autom4te.cache/requests
 create mode 100644 src/autom4te.cache/traces.0
 create mode 100644 src/autom4te.cache/traces.1
 create mode 100755 src/bootstrap
 create mode 100755 src/configure
 create mode 100644 src/configure.ac
 create mode 100644 src/m4/ax_compare_version.m4
 create mode 100644 src/m4/ax_python_module.m4

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



More information about the Pkg-octave-commit mailing list