[mathicgb] branch master updated (5015f9d -> 5de9f99)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Sep 6 00:38:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a change to branch master
in repository mathicgb.
from 5015f9d debian/changelog: Set distribution to unstable.
adds 6d9ef4f apply diffs from Macaulay2 source tree
adds 2f4d661 remove libtool; stop building sharable libraries
adds 577627a update .gitignore
adds dc58c98 bypass a bug in g++ 4.8.2
adds 082ba12 add license and copyright info, per communication from Roune
adds 41739f7 add macros and variables that give the version number
adds ca62112 bypass compiler bug by not optimizing some test code
adds 654d773 improve .gitignore
adds af111e4 Merge branch 'master' of https://github.com/Macaulay2/mathicgb
adds 691edb2 disable the use of pkg-config so we can use memtailor and pathic even if they are not installed
adds 3dd98c5 fix configure script directory configuration
adds 9545e60 Specify negative ints as signed chars in tests.
adds 6b7b7d5 Merge pull request #1 from d-torrance/fix-archs-with-unsigned-char
adds 427e61f Restore libtool but with disable-shared option.
new 77ecb21 Imported Upstream version 1.0~git20150904
new 3fa50a5 debian/patches: Remove files; patches applied upstream.
new d7181d3 debian/rules: Update GTEST_PATH in override_dh_auto_configure target.
new f61d119 debian/rules: Add --enable-shared to override_dh_auto_configure target.
new 6cdb5ca debian/control: Update Homepage.
new 353a1cc debian/copyright: Update Source.
new 080c20e debian/copyright: Update get-orig-source target with new location.
new 3d0bc08 debian/watch: Update comment with new location.
new 4b27894 debian/copyright: Remove Comment; license information now in source.
new 5de9f99 debian/changelog: Draft for version 1.0~git20150904-1.
The 10 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 | 7 +-
README.md | 9 +
configure.ac | 37 +-
debian/changelog | 19 +
debian/control | 2 +-
debian/copyright | 5 +-
debian/patches/find_gtest.patch | 28 -
debian/patches/fix_archs_with_unsigned_char.patch | 34 --
debian/patches/link_pthread.patch | 16 -
debian/patches/series | 3 -
debian/rules | 6 +-
debian/watch | 4 +-
gpl-2.0.txt | 339 +++++++++++
gpl-3.0.txt | 674 ++++++++++++++++++++++
src/mathicgb.cpp | 1 +
src/mathicgb.h | 2 +
src/mathicgb/MathicIO.hpp | 7 +-
src/mathicgb/SPairs.hpp | 4 +-
src/test/PrimeField.cpp | 4 +-
src/test/Scanner.cpp | 6 +-
src/test/gtestInclude.cpp | 4 +-
22 files changed, 1095 insertions(+), 124 deletions(-)
delete mode 100644 debian/patches/find_gtest.patch
delete mode 100644 debian/patches/fix_archs_with_unsigned_char.patch
delete mode 100644 debian/patches/link_pthread.patch
delete mode 100644 debian/patches/series
create mode 100644 gpl-2.0.txt
create mode 100644 gpl-3.0.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git
More information about the debian-science-commits
mailing list