[pynac] branch master updated (0604e70 -> 16e489f)

Julien Puydt julien.puydt at laposte.net
Sun Jan 8 15:24:09 UTC 2017


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

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

      from  0604e70   Packaging 0.7.2
      adds  46416f8   New upstream version 0.7.3
       new  fe0a135   Merge tag 'upstream/0.7.3'
       new  6912424   Packaging 0.7.3
       new  a02ed03   Added a patch to find singular libs
       new  759a023   Added pkg-config as build-dep
       new  3c27b7c   Added libntl-dev as build-dep
       new  16e489f   Followed soname bump to 9

The 6 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                                    |   8 +-
 debian/changelog                                |   9 +-
 debian/control                                  |   6 +-
 debian/{libpynac8.install => libpynac9.install} |   0
 debian/patches/find_singular.patch              |  15 +
 debian/patches/series                           |   1 +
 ginac/Makefile.am                               |   4 +-
 ginac/basic.h                                   |   1 -
 ginac/constant.cpp                              |  28 +-
 ginac/ex.cpp                                    |   1 +
 ginac/ex.h                                      |   6 +-
 ginac/flags.h                                   |   3 +-
 ginac/ginac.h                                   |   1 +
 ginac/mpoly-ginac.cpp                           |  18 +-
 ginac/mpoly-singular.cpp                        | 223 ++++++++--
 ginac/mpoly.h                                   |   2 +
 ginac/normal.cpp                                |  25 ++
 ginac/normal.h                                  |   1 +
 ginac/numeric.cpp                               |  77 +++-
 ginac/numeric.h                                 |   4 +
 ginac/sum.cpp                                   | 551 ++++++++++++++++++++++++
 ginac/{useries.h => sum.h}                      |  17 +-
 22 files changed, 924 insertions(+), 77 deletions(-)
 rename debian/{libpynac8.install => libpynac9.install} (100%)
 create mode 100644 debian/patches/find_singular.patch
 create mode 100644 debian/patches/series
 create mode 100644 ginac/sum.cpp
 copy ginac/{useries.h => sum.h} (71%)

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