[Pkg-ocaml-maint-commits] [xml-light] branch master updated (ffdbafe -> 9685a45)
Andy Li
andyli-guest at moszumanska.debian.org
Wed Aug 9 01:57:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
andyli-guest pushed a change to branch master
in repository xml-light.
from ffdbafe Prepare upload to unstable
new 202d75a update d/watch to new upstream repo
new d414d67 Imported Upstream version 2.4
new 34e44e9 Merge tag 'upstream/2.4'
new 9685a45 * New upstream version. - Removed 01_installopt.diff, 02_cmi_depends.diff, 04_dtd_trace.diff, 05_cmxs_plugin.diff, and 06_CVE-2012-3514, which are all applied in upstream. - Updated 03_cflags.diff. - Updated rules to work with upstream Makefile changes. * Update to reference new upstream repository. - update d/watch, d/control * Use secure uri for d/control Vcs-* fields. * Bump Standards-Version to 4.0.0 (no changes). * Bump d/co [...]
The 4 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 | 16 +
debian/META.xml-light.in => META.in | 2 +-
Makefile | 199 +++---
README | 140 ++--
debian/changelog | 17 +
debian/compat | 2 +-
debian/control | 16 +-
debian/libxml-light-ocaml.install.in | 1 -
debian/patches/01_installopt.diff | 17 -
debian/patches/02_cmi_depends.diff | 11 -
debian/patches/03_cflags.diff | 44 --
debian/patches/04_dtd_trace.diff | 19 -
debian/patches/05_cmxs_plugin.diff | 28 -
debian/patches/06_CVE-2012-3514.diff | 153 ----
debian/patches/cflags.diff | 48 ++
debian/patches/series | 7 +-
debian/rules | 5 +-
debian/watch | 2 +-
dtd.ml | 1063 ++++++++++++++-------------
dtd.mli | 341 ++++-----
makedoc.bat | 2 +
test.ml | 112 +--
xml.dsp | 102 +++
xml.dsw | 29 +
xml.ml | 530 +++++++-------
xml.mli | 336 ++++-----
xmlParser.ml | 363 +++++-----
xmlParser.mli | 158 ++--
xml_lexer.mli | 118 +--
xml_lexer.mll | 1307 ++++++++++++++++++----------------
xml_parser.mly | 186 ++---
31 files changed, 2742 insertions(+), 2632 deletions(-)
create mode 100644 .gitignore
rename debian/META.xml-light.in => META.in (67%)
delete mode 100644 debian/libxml-light-ocaml.install.in
delete mode 100755 debian/patches/01_installopt.diff
delete mode 100755 debian/patches/02_cmi_depends.diff
delete mode 100755 debian/patches/03_cflags.diff
delete mode 100755 debian/patches/04_dtd_trace.diff
delete mode 100644 debian/patches/05_cmxs_plugin.diff
delete mode 100644 debian/patches/06_CVE-2012-3514.diff
create mode 100644 debian/patches/cflags.diff
create mode 100644 makedoc.bat
create mode 100644 xml.dsp
create mode 100644 xml.dsw
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/xml-light.git
More information about the Pkg-ocaml-maint-commits
mailing list