[pynac] branch master updated (9cc3ff6 -> 036c6ca)

Julien Puydt julien.puydt at laposte.net
Tue Oct 20 20:31:22 UTC 2015


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

jpuydt-guest pushed a change to branch master
in repository pynac.

      from  9cc3ff6   Really fixing d/gbp.conf
       new  4aad9c5   Put the library package in Section: libs
      adds  9ea5ad1   Imported Upstream version 0.5.0
       new  76160d4   Merge tag 'upstream/0.5.0'
       new  2b2bc7e   Updated to latest upstream
       new  036c6ca   Completed build-deps

The 4 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:
 configure.ac            |   6 +-
 debian/changelog        |   6 +
 debian/control          |   3 +-
 ginac/Makefile.am       |   8 +-
 ginac/add.cpp           |   6 +-
 ginac/assume.cpp        |  53 ++++
 ginac/assume.h          |  21 ++
 ginac/basic.cpp         |   4 +-
 ginac/basic.h           |   3 +-
 ginac/ex.cpp            |  84 ++++-
 ginac/ex.h              |  51 +--
 ginac/expairseq.cpp     |  16 +-
 ginac/expairseq.h       |   6 +-
 ginac/function.cpp      | 112 +++++--
 ginac/function.h        |   8 +-
 ginac/ginac.h           |   2 +
 ginac/infoflagbase.cpp  |  43 +++
 ginac/infoflagbase.h    |  48 +++
 ginac/inifcns_trans.cpp |  74 +++--
 ginac/mul.cpp           |  12 +-
 ginac/normal.cpp        |  18 +-
 ginac/numeric.cpp       | 816 ++++++++++++++++++++++++++++++++++++++----------
 ginac/numeric.h         |  24 +-
 ginac/order.cpp         |  10 +-
 ginac/power.cpp         |  14 +-
 ginac/pseries.cpp       |  22 +-
 ginac/py_funcs.h        |   8 +-
 ginac/symbol.cpp        |  49 ++-
 ginac/symbol.h          |   5 +-
 ginac/wildcard.cpp      |   4 +-
 30 files changed, 1170 insertions(+), 366 deletions(-)
 create mode 100644 ginac/assume.cpp
 create mode 100644 ginac/assume.h
 create mode 100644 ginac/infoflagbase.cpp
 create mode 100644 ginac/infoflagbase.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list