[mathic] branch master updated (22d0851 -> d851863)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Mar 20 20:58:50 UTC 2016


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

dtorrance-guest pushed a change to branch master
in repository mathic.

      from  22d0851   debian/changelog: Update entry for version 1.0~git20130827-3.
       new  7d333ee   debian/rules: Update get-orig-source target with new location.
       new  35df1e9   apply diffs from Macaulay2 source tree
       new  8decf5c   remove libtool; stop building sharable libraries
       new  e2b11f2   clean up configure.ac
       new  fa0b0fb   update .gitignore
       new  0232e19   add license and copyright info, per communication from Roune
       new  3e22e6f   add -lpthread
       new  4e846c7   add license and copyright info, per communication from Roune; part 2
       new  0621694   add macros and variables that give the version number
       new  5f83be5   disable the use of pkg-config so we can use memtailor even if it was not installed
       new  fcfd3ae   fix Makefile
       new  47c0148   fix configure script directory settings
       new  482074c   needed to make struct public in order to compile under clang 3.6.1
       new  9c92b26   Restore libtool; use disable-shared as default.
       new  c8df6e2   debian/patches: Remove directory; patches applied upstream.
       new  86a2d0c   debian/rules: Add --enable-shared to dh_auto_configure.
       new  bbe4b36   debian/rules: Update definition of GTEST_PATH for dh_auto_configure.
       new  1ef0652   debian/rules: Enable all hardening flags.
       new  2f60e68   debian/control: Use https protocol for Vcs-Browser.
       new  7f1fe63   debian/control: Bump Standards-Version to 3.9.7.
       new  d0be4c5   debian/control: Update Homepage.
       new  5648582   debian/copyright: Update Source.
       new  7fe9c9e   debian/copyright: Change license to LGPL-2+. (This has actually always been the license; I must have misread it when initially preparing the package.)
       new  92c6a0a   debian/watch: Update with new upstream webpage. Note that this is merely a comment; upstream does not tag their releases and uscan is currently not functional.
       new  16917c5   debian/control: Drop libmathic-dgb in favor of automatically generated *-dbgsym package.
       new  fb2a2e8   debian/rules: Modify override_dh_strip target. Instead of building the libmathic-dbg package, we use the --dbgsym-migration option to ensure proper migration to the new automatically generated package.
       new  a191070   debian/libmathic0v5.symbols: Restore symbols file.
       new  1553642   debian/control: Bump versioned dependency on debhelper to >= 9.20160114. Needed for --dbgsym-migration option to dh_strip.
       new  4ec9256   debian/patches/fix_typo.patch: New patch. Fixes spelling-error-in-binary Lintian warning.
       new  d851863   debian/changelog: Add entry for version 1.0~git20160320-1.

The 30 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                        |   8 +
 Makefile.am                       |  17 +-
 README.md                         |   9 +
 configure.ac                      |  48 ++--
 debian/changelog                  |  37 +++
 debian/control                    |  22 +-
 debian/copyright                  |  33 ++-
 debian/libmathic0v5.symbols       | 180 ++++++++++++++
 debian/patches/find_gtest.patch   |  28 ---
 debian/patches/fix_test.patch     |  41 ----
 debian/patches/fix_typo.patch     |  17 ++
 debian/patches/link_pthread.patch |  16 --
 debian/patches/series             |   4 +-
 debian/rules                      |  10 +-
 debian/watch                      |   4 +-
 lgpl-2.0.txt                      | 481 ++++++++++++++++++++++++++++++++++++
 lgpl-2.1.txt                      | 502 ++++++++++++++++++++++++++++++++++++++
 lgpl-3.0.txt                      | 165 +++++++++++++
 src/mathic.cpp                    |   1 +
 src/mathic.h                      |   2 +
 src/mathic/DivList.h              |  57 +++--
 src/mathic/Geobucket.h            |   1 +
 src/test/PairQueue.cpp            |   9 +-
 src/test/gtestInclude.cpp         |   2 +-
 24 files changed, 1504 insertions(+), 190 deletions(-)
 create mode 100644 debian/libmathic0v5.symbols
 delete mode 100644 debian/patches/find_gtest.patch
 delete mode 100644 debian/patches/fix_test.patch
 create mode 100644 debian/patches/fix_typo.patch
 delete mode 100644 debian/patches/link_pthread.patch
 create mode 100644 lgpl-2.0.txt
 create mode 100644 lgpl-2.1.txt
 create mode 100644 lgpl-3.0.txt

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



More information about the debian-science-commits mailing list