[epubcheck] branch master updated (b477fe3 -> 49f8f09)
Eugene Zhukov
eugene at moszumanska.debian.org
Sun Feb 5 19:28:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
eugene pushed a change to branch master
in repository epubcheck.
from b477fe3 Prepare for release
new 33c733c Drop CDBS from the build
adds 5124394 New upstream version 4.0.2
new 49f8f09 Merge tag 'upstream/4.0.2'
The 2 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:
README.md | 8 +-
debian/changelog | 7 +
debian/control | 24 +-
debian/rules | 6 +-
pom.xml | 5 +-
.../com/adobe/epubcheck/bitmap/BitmapChecker.java | 3 +-
.../java/com/adobe/epubcheck/css/CSSChecker.java | 5 +-
.../java/com/adobe/epubcheck/ctc/EntitySearch.java | 6 +-
.../epubcheck/ctc/EpubHTML5StructureCheck.java | 6 +-
.../adobe/epubcheck/ctc/EpubRenditionCheck.java | 1 -
.../com/adobe/epubcheck/ctc/EpubScriptCheck.java | 3 +-
.../java/com/adobe/epubcheck/ctc/XmlDocParser.java | 4 +
.../epubcheck/ctc/css/EpubCSSCheckCSSHandler.java | 9 +-
.../ctc/xml/CSSStyleAttributeHandler.java | 3 +-
.../epubcheck/ctc/xml/HTMLTagsAnalyseHandler.java | 5 +-
.../adobe/epubcheck/ctc/xml/ScriptTagHandler.java | 5 +-
.../epubcheck/ctc/xml/XMLContentDocParser.java | 3 +-
.../epubcheck/messages/MessageDictionary.java | 2 +-
.../java/com/adobe/epubcheck/opf/OPFPeeker.java | 2 +
.../adobe/epubcheck/opf/ResourceCollection.java | 5 +-
.../com/adobe/epubcheck/opf/VersionRetriever.java | 29 ++-
.../java/com/adobe/epubcheck/ops/OPSHandler.java | 5 +-
.../java/com/adobe/epubcheck/ops/OPSHandler30.java | 3 +-
.../java/com/adobe/epubcheck/tool/EpubChecker.java | 5 +-
.../java/com/adobe/epubcheck/util/Archive.java | 7 +
.../java/com/adobe/epubcheck/util/URISchemes.java | 4 +-
.../adobe/epubcheck/util/XmlReportAbstract.java | 267 +++++++++++++++------
.../com/adobe/epubcheck/util/XmlReportImpl.java | 201 ++++++++--------
.../com/adobe/epubcheck/util/XmpReportImpl.java | 159 ++++++------
.../java/com/adobe/epubcheck/vocab/EnumVocab.java | 3 +-
.../java/com/adobe/epubcheck/xml/XMLParser.java | 6 +-
.../java/com/adobe/epubcheck/xml/XMLValidator.java | 31 +--
.../org/idpf/epubcheck/util/css/CssGrammar.java | 5 +-
.../epubcheck/messages/MessageBundle.properties | 2 +-
.../epubcheck/api/Epub30CheckExpandedTest.java | 7 +
.../com/adobe/epubcheck/stress/StressTest.java | 2 -
.../epubcheck/test/OutputDifferenceListener.java | 21 +-
src/test/java/com/adobe/epubcheck/test/common.java | 63 ++++-
src/test/java/com/adobe/epubcheck/test/debug.java | 7 -
.../com/adobe/epubcheck/test/encryption_Test.java | 44 ++++
.../epubcheck/util/css/CssInputStreamTest.java | 4 -
.../page-list}/EPUB/lorem.opf | 1 -
.../{svg-referenced => page-list}/EPUB/lorem.xhtml | 8 +-
.../valid/page-list}/META-INF/container.xml | 0
.../data-nav-inspine => valid/page-list}/mimetype | 0
.../test/DTBook/Basic_expected_results.xml | 14 +-
.../listSeverities_expected_results.txt | 2 +-
.../test/command_line/xmlfile_expected_results.xml | 40 +--
.../test/css/discouraged_expected_results.xml | 156 ++++++------
.../css/font_encryption_idpf_expected_results.xml | 104 ++++----
.../epub20_encryption_binary_content.epub | Bin 0 -> 411978 bytes
...yption_binary_content.epub_expected_results.xml | 85 +++++++
.../test/encryption/epub20_minimal_encryption.epub | Bin 0 -> 376714 bytes
...20_minimal_encryption.epub_expected_results.xml | 83 +++++++
.../test/encryption/epub30_font_obfuscation.epub | Bin 0 -> 744046 bytes
...ub30_font_obfuscation.epub_expected_results.xml | 162 +++++++++++++
...ub30_font_obfuscation.epub_expected_results.xmp | 66 +++++
.../test/opf/Epub2_marked_v3_expected_results.xml | 19 +-
.../test/opf/Epub3_marked_v2_expected_results.xml | 27 ++-
.../opf/Missing_Spine_epub3_expected_results.xml | 16 +-
...Publication_Metadata_epub3_expected_results.xml | 13 +-
.../interesting_paths_epub2_expected_results.xml | 17 +-
.../interesting_paths_epub3_expected_results.xml | 52 ++--
.../epubcheck/test/xhtml/dtd_expected_results.json | 22 +-
64 files changed, 1321 insertions(+), 553 deletions(-)
create mode 100644 src/test/java/com/adobe/epubcheck/test/encryption_Test.java
copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notindatanav => valid/page-list}/EPUB/lorem.opf (90%)
copy src/test/resources/30/expanded/valid/{svg-referenced => page-list}/EPUB/lorem.xhtml (87%)
copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/page-list}/META-INF/container.xml (100%)
copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/page-list}/mimetype (100%)
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub20_encryption_binary_content.epub
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub20_encryption_binary_content.epub_expected_results.xml
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub20_minimal_encryption.epub
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub20_minimal_encryption.epub_expected_results.xml
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub30_font_obfuscation.epub
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub30_font_obfuscation.epub_expected_results.xml
create mode 100644 src/test/resources/com/adobe/epubcheck/test/encryption/epub30_font_obfuscation.epub_expected_results.xmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/epubcheck.git
More information about the pkg-java-commits
mailing list