[admesh] branch master updated (608c3cf -> 5f5cf26)
Anton Gladky
gladk at moszumanska.debian.org
Wed Aug 6 21:13:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a change to branch master
in repository admesh.
from 608c3cf Minor fix.
adds 74b6117 Imported Upstream version 0.98.0
new 96e3a9d Merge tag 'upstream/0.98.0'
new e024618 Refresh regression tests.
new 5f5cf26 Update changelog.
The 3 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 | 10 -
AUTHORS | 10 +
ChangeLog | 129 +
Makefile.am | 28 +-
Makefile.in | 1126 +++
README.md | 8 +-
aclocal.m4 | 1073 +++
autogen.sh | 7 -
config.guess | 1535 ++++
config.h.in | 65 +
config.sub | 1790 +++++
configure | 14512 +++++++++++++++++++++++++++++++++++
configure.ac | 22 +-
debian/changelog | 7 +
debian/patches/add-regression-test | 4 +-
debian/tests/regression | 4 +-
debian/tests/tmp | 20 -
depcomp | 791 ++
install-sh | 527 ++
ltmain.sh | 9655 +++++++++++++++++++++++
m4/libtool.m4 | 7992 +++++++++++++++++++
m4/ltoptions.m4 | 384 +
m4/ltsugar.m4 | 123 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 98 +
missing | 215 +
src/admesh.c | 731 +-
src/connect.c | 1345 ++--
src/normals.c | 313 +-
src/shared.c | 351 +-
src/stl.h | 58 +-
src/stl_io.c | 549 +-
src/stlinit.c | 422 +-
src/util.c | 617 +-
34 files changed, 42198 insertions(+), 2346 deletions(-)
delete mode 100644 .travis.yml
create mode 100644 AUTHORS
create mode 100644 ChangeLog
create mode 100644 Makefile.in
create mode 100644 aclocal.m4
delete mode 100755 autogen.sh
create mode 100755 config.guess
create mode 100644 config.h.in
create mode 100755 config.sub
create mode 100755 configure
delete mode 100644 debian/tests/tmp
create mode 100755 depcomp
create mode 100755 install-sh
create mode 100644 ltmain.sh
create mode 100644 m4/libtool.m4
create mode 100644 m4/ltoptions.m4
create mode 100644 m4/ltsugar.m4
create mode 100644 m4/ltversion.m4
create mode 100644 m4/lt~obsolete.m4
create mode 100755 missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/admesh.git
More information about the debian-science-commits
mailing list