[coin3] branch master updated (a446c17 -> ca398ce)
Anton Gladky
gladk at moszumanska.debian.org
Sat Dec 23 08:52:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a change to branch master
in repository coin3.
from a446c17 Update changelog.
new 2b9d334 Revert the previoud removal of embedded expat. (Closes: #884947)
new 7b2c782 New upstream version 3.1.4~abc9f50+dfsg3
new ca398ce 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:
debian/changelog | 7 +
debian/copyright | 1 -
debian/patches/0030_remove_expat.patch | 225 --
debian/patches/series | 1 -
src/xml/expat/COPYING | 22 +
src/{geo => xml/expat}/Makefile.am | 102 +-
src/{collision => xml/expat}/Makefile.in | 299 +-
src/xml/expat/README | 2 +
src/xml/expat/all-expat-c.c | 8 +
src/xml/expat/amigaconfig.h | 32 +
src/xml/expat/ascii.h | 92 +
src/xml/expat/asciitab.h | 36 +
src/xml/expat/expat.h | 1014 +++++
src/xml/expat/expat_external.h | 119 +
src/xml/expat/iasciitab.h | 37 +
src/xml/expat/internal.h | 73 +
src/xml/expat/latin1tab.h | 36 +
src/xml/expat/macconfig.h | 53 +
src/xml/expat/nametab.h | 150 +
src/xml/expat/utf8tab.h | 37 +
src/xml/expat/winconfig.h | 30 +
src/xml/expat/xmlparse.c | 6290 ++++++++++++++++++++++++++++++
src/xml/expat/xmlrole.c | 1336 +++++++
src/xml/expat/xmlrole.h | 114 +
src/xml/expat/xmltok.c | 1651 ++++++++
src/xml/expat/xmltok.h | 316 ++
src/xml/expat/xmltok_impl.c | 1783 +++++++++
src/xml/expat/xmltok_impl.h | 46 +
src/xml/expat/xmltok_ns.c | 115 +
29 files changed, 13597 insertions(+), 430 deletions(-)
delete mode 100644 debian/patches/0030_remove_expat.patch
create mode 100755 src/xml/expat/COPYING
copy src/{geo => xml/expat}/Makefile.am (61%)
mode change 100644 => 100755
copy src/{collision => xml/expat}/Makefile.in (72%)
create mode 100755 src/xml/expat/README
create mode 100755 src/xml/expat/all-expat-c.c
create mode 100644 src/xml/expat/amigaconfig.h
create mode 100644 src/xml/expat/ascii.h
create mode 100644 src/xml/expat/asciitab.h
create mode 100644 src/xml/expat/expat.h
create mode 100644 src/xml/expat/expat_external.h
create mode 100644 src/xml/expat/iasciitab.h
create mode 100644 src/xml/expat/internal.h
create mode 100644 src/xml/expat/latin1tab.h
create mode 100644 src/xml/expat/macconfig.h
create mode 100644 src/xml/expat/nametab.h
create mode 100644 src/xml/expat/utf8tab.h
create mode 100644 src/xml/expat/winconfig.h
create mode 100755 src/xml/expat/xmlparse.c
create mode 100755 src/xml/expat/xmlrole.c
create mode 100644 src/xml/expat/xmlrole.h
create mode 100755 src/xml/expat/xmltok.c
create mode 100644 src/xml/expat/xmltok.h
create mode 100755 src/xml/expat/xmltok_impl.c
create mode 100644 src/xml/expat/xmltok_impl.h
create mode 100755 src/xml/expat/xmltok_ns.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coin3.git
More information about the debian-science-commits
mailing list