[epubcheck] branch master updated (8009767 -> 4db0a31)

Eugene Zhukov eugene-guest at moszumanska.debian.org
Wed Nov 4 20:23:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a change to branch master
in repository epubcheck.

      from  8009767   Prepare for upload
      adds  0995fd7   Imported Upstream version 4.0.1
       new  f6eb8e2   Merge branch 'upstream'
       new  4db0a31   Prepare for upload

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:
 .gitignore                                         |   5 +
 .tx/config                                         |  39 +++
 README.md                                          |  29 +-
 debian/changelog                                   |   7 +
 debian/maven.ignoreRules                           |   1 +
 pom.xml                                            |  13 +-
 src/build/transifex-pull.sh                        |  92 ++++++
 .../com/adobe/epubcheck/bitmap/BitmapChecker.java  |  50 +++-
 .../com/adobe/epubcheck/ctc/EpubExtLinksCheck.java |   7 +-
 .../epubcheck/ctc/EpubHTML5StructureCheck.java     |   6 +-
 .../com/adobe/epubcheck/ctc/EpubLangCheck.java     |   4 +-
 .../java/com/adobe/epubcheck/ctc/EpubSVGCheck.java |   8 +-
 .../java/com/adobe/epubcheck/ctc/XmlDocParser.java |   8 +-
 .../epubcheck/ctc/xml/XMLContentDocParser.java     |   8 +-
 .../adobe/epubcheck}/dict/SearchKeyMapChecker.java |   2 +-
 .../dict/SearchKeyMapCheckerFactory.java           |   2 +-
 .../adobe/epubcheck}/dict/SearchKeyMapHandler.java |   2 +-
 .../epubcheck/messages/MessageDictionary.java      |  10 +-
 .../java/com/adobe/epubcheck/opf/OPFChecker30.java |   3 +-
 .../java/com/adobe/epubcheck/ops/OPSHandler30.java |  31 +-
 .../com/adobe/epubcheck/vocab/AggregateVocab.java  |  26 +-
 .../com/adobe/epubcheck/vocab/ComicsVocab.java     |  16 ++
 .../java/com/adobe/epubcheck/vocab/EnumVocab.java  |  29 +-
 .../com/adobe/epubcheck/vocab/UncheckedVocab.java  |  10 +-
 src/main/java/com/adobe/epubcheck/vocab/Vocab.java |   7 +
 .../java/com/adobe/epubcheck/vocab/VocabUtil.java  |   7 +-
 .../java/com/adobe/epubcheck/xml/XMLParser.java    |   4 +-
 .../epubcheck/messages/MessageBundle.properties    |  12 +-
 .../epubcheck/messages/MessageBundle_de.properties |  81 ++++--
 .../epubcheck/messages/MessageBundle_es.properties | 126 ++++++---
 .../epubcheck/messages/MessageBundle_fr.properties | 124 ++++----
 .../epubcheck/messages/MessageBundle_ja.properties | 164 ++++++-----
 .../epubcheck/messages/MessageBundle_nl.properties | 311 +++++++++++++++++++++
 .../adobe/epubcheck/schema/30/epub-xhtml-30.sch    |  12 +-
 .../epubcheck/schema/30/media-overlay-30.nvdl      |   4 +-
 .../epubcheck/schema/30/ocf-container-30.nvdl      |   4 +-
 .../adobe/epubcheck/schema/30/ocf-metadata-30.nvdl |   4 +-
 .../com/adobe/epubcheck/schema/30/package-30.nvdl  |   4 +-
 .../com/adobe/epubcheck/util/messages.properties   |   4 +-
 .../adobe/epubcheck/util/messages_de.properties    |  35 ++-
 .../adobe/epubcheck/util/messages_es.properties    |  50 ++--
 .../adobe/epubcheck/util/messages_fr.properties    |  85 +++---
 .../adobe/epubcheck/util/messages_ja.properties    |  90 +++---
 .../adobe/epubcheck/util/messages_nl.properties    |  80 ++++++
 .../datatype/xsd/resources/Messages.properties     |  67 +++++
 .../datatype/xsd/resources/Messages_de.properties  |   6 +-
 .../datatype/xsd/resources/Messages_es.properties  |  67 +++++
 .../datatype/xsd/resources/Messages_fr.properties  |  67 +++++
 .../datatype/xsd/resources/Messages_ja.properties  |  83 +++---
 ...{Messages_de.properties => Messages.properties} |  98 ++++---
 .../pattern/resources/Messages_de.properties       |   6 +-
 .../pattern/resources/Messages_es.properties       | 144 ++++++++++
 .../pattern/resources/Messages_fr.properties       | 144 ++++++++++
 .../pattern/resources/Messages_ja.properties       | 101 +++----
 .../schematron/resources/Messages_de.properties    |  11 +
 .../schematron/resources/Messages_es.properties    |  11 +
 .../schematron/resources/Messages_fr.properties    |  11 +
 .../schematron/resources/Messages_ja.properties    |  11 +
 .../idpf/epubcheck/util/css/messages_de.properties |   2 +-
 .../idpf/epubcheck/util/css/messages_es.properties |  20 ++
 .../idpf/epubcheck/util/css/messages_fr.properties |  20 ++
 .../idpf/epubcheck/util/css/messages_ja.properties |   5 -
 .../idpf/epubcheck/util/css/messages_nl.properties |  20 ++
 .../epubcheck/api/Epub20CheckExpandedTest.java     |  18 +-
 .../com/adobe/epubcheck/api/Epub20CheckTest.java   |   9 +-
 .../epubcheck/api/Epub30CheckExpandedTest.java     |  50 ++++
 .../com/adobe/epubcheck/api/Epub30CheckTest.java   |  10 -
 .../com/adobe/epubcheck/opf/OPFCheckerTest.java    |   2 +-
 .../com/adobe/epubcheck/ops/OPSCheckerTest.java    |  60 +++-
 .../com/adobe/epubcheck/test/package_Test.java     |   6 +-
 .../{30 => 20}/epub/invalid/issue176.epub          | Bin 67824 -> 67984 bytes
 .../EPUB/lorem.css                                 |   0
 .../EPUB/lorem.ncx                                 |   0
 .../invalid/missing-resource/EPUB/lorem.opf        |  18 ++
 .../invalid/missing-resource/EPUB/lorem.xhtml      | 101 +++++++
 .../META-INF/container.xml                         |   0
 .../{custom-ns-attr => missing-resource}/mimetype  |   0
 .../EPUB/lorem.css                                 |   0
 .../expanded/invalid/xhtml-doctype/EPUB/lorem.ncx  |  41 +++
 .../expanded/invalid/xhtml-doctype/EPUB/lorem.opf  |  19 ++
 .../invalid/xhtml-doctype/EPUB/lorem1.xhtml        |  99 +++++++
 .../invalid/xhtml-doctype/EPUB/lorem2.xhtml        |  99 +++++++
 .../META-INF/container.xml                         |   0
 .../{custom-ns-attr => xhtml-doctype}/mimetype     |   0
 .../invalid/encryption-unknown}/EPUB/lorem.css     |   0
 .../EPUB/lorem.opf                                 |   0
 .../invalid/encryption-unknown/EPUB/lorem.xhtml    |   2 +
 .../encryption-unknown}/META-INF/container.xml     |   0
 .../encryption-unknown/META-INF/encryption.xml     |  25 ++
 .../mimetype                                       |   0
 .../invalid/fxl-svg-noviewbox/EPUB/cover.svg       | 262 +++++++++++++++++
 .../invalid/fxl-svg-noviewbox/EPUB/nav.xhtml       |  17 ++
 .../invalid/fxl-svg-noviewbox/EPUB/package.opf     |  20 ++
 .../EPUB/style.css                                 |   0
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../resource-missing-refinxhtml}/EPUB/lorem.css    |   0
 .../EPUB/lorem.opf                                 |   0
 .../resource-missing-refinxhtml/EPUB/lorem.xhtml   |  32 +++
 .../META-INF/container.xml                         |   0
 .../mimetype                                       |   0
 .../EPUB/data-nav.xhtml                            |  24 ++
 .../EPUB/package.opf                               |   0
 .../data-nav-regionbased-comics}/EPUB/page1.xhtml  |   0
 .../data-nav-regionbased-comics}/EPUB/style.css    |   0
 .../META-INF/container.xml                         |   0
 .../data-nav-regionbased-comics}/mimetype          |   0
 .../valid/font-opentype/EPUB/OpenSans-Bold.ttf     | Bin 0 -> 224592 bytes
 .../valid/font-opentype/EPUB/OpenSans-Regular.otf  | Bin 0 -> 217360 bytes
 .../font-opentype}/EPUB/nav.xhtml                  |   0
 .../expanded/valid/font-opentype/EPUB/package.opf  |  19 ++
 .../30/expanded/valid/font-opentype/EPUB/style.css |  19 ++
 .../font-opentype}/META-INF/container.xml          |   0
 .../font-opentype}/mimetype                        |   0
 .../font-othermediatype/EPUB/OpenSans-Regular.ttf  | Bin 0 -> 217360 bytes
 .../font-othermediatype}/EPUB/nav.xhtml            |   0
 .../valid/font-othermediatype/EPUB/package.opf     |  18 ++
 .../valid/font-othermediatype/EPUB/style.css       |  13 +
 .../font-othermediatype}/META-INF/container.xml    |   0
 .../font-othermediatype}/mimetype                  |   0
 .../valid/fxl-svg-notinspine/EPUB/font.svg         |  11 +
 .../valid/fxl-svg-notinspine}/EPUB/lorem.css       |   0
 .../valid/fxl-svg-notinspine/EPUB/lorem.opf}       |  22 +-
 .../valid/fxl-svg-notinspine/EPUB/lorem.xhtml      | 110 ++++++++
 .../fxl-svg-notinspine}/META-INF/container.xml     |   0
 .../fxl-svg-notinspine}/mimetype                   |   0
 .../30/expanded/valid/fxl-svg/EPUB/cover.svg       | 262 +++++++++++++++++
 .../30/expanded/valid/fxl-svg/EPUB/nav.xhtml       |  17 ++
 .../30/expanded/valid/fxl-svg/EPUB/package.opf     |  20 ++
 .../fxl-svg}/EPUB/style.css                        |   0
 .../fxl-svg}/META-INF/container.xml                |   0
 .../data-nav-inspine => valid/fxl-svg}/mimetype    |   0
 .../valid/issue615-langtags/EPUB/hawaian.xhtml     |  11 +
 .../valid/issue615-langtags/EPUB/hebrew.xhtml      |  11 +
 .../valid/issue615-langtags/EPUB/nav.xhtml         |  20 ++
 .../valid/issue615-langtags/EPUB/package.opf       |  21 ++
 .../issue615-langtags}/EPUB/style.css              |   0
 .../issue615-langtags}/META-INF/container.xml      |   0
 .../issue615-langtags}/mimetype                    |   0
 .../30/single/opf/invalid/prefixes-redeclare.opf   |   7 +-
 .../resources/30/single/svg/invalid/svg-links.svg  |  11 +
 .../resources/30/single/svg/valid/issue219.svg     |  14 +-
 .../resources/30/single/svg/valid/svg-links.svg    |  15 +
 .../{valid => invalid}/aria-describedAt.xhtml      |   0
 .../30/single/xhtml/invalid/svg-links.xhtml        |  21 ++
 .../30/single/xhtml/valid/http-equiv-2.xhtml       |  17 ++
 .../30/single/xhtml/valid/svg-links.xhtml          |  27 ++
 .../30/single/xhtml/valid/tables-001.xhtml         |  14 +-
 .../listSeverities_expected_results.txt            |   2 +-
 .../test/css/font-face_expected_results.json       |   4 +-
 .../test/css/font-face_expected_results.xmp        |   8 -
 .../test/opf/Epub2_marked_v3_expected_results.json |  14 +-
 .../test/opf/Epub2_marked_v3_expected_results.xml  |   1 -
 .../test/opf/Epub3_marked_v2_expected_results.json |  28 +-
 .../test/opf/Epub3_marked_v2_expected_results.xml  |  11 +-
 .../package/wrong_extension_expected_results.json  |  20 +-
 .../epubcheck/test/xhtml/dtd_expected_results.json |  19 +-
 .../test/xhtml/hyperlinks_expected_results.json    |  21 +-
 .../test/xhtml/lang_expected_results.json          |   8 +-
 159 files changed, 3542 insertions(+), 718 deletions(-)
 create mode 100644 .tx/config
 create mode 100755 src/build/transifex-pull.sh
 rename src/main/java/{ => com/adobe/epubcheck}/dict/SearchKeyMapChecker.java (98%)
 rename src/main/java/{ => com/adobe/epubcheck}/dict/SearchKeyMapCheckerFactory.java (98%)
 rename src/main/java/{ => com/adobe/epubcheck}/dict/SearchKeyMapHandler.java (97%)
 create mode 100644 src/main/java/com/adobe/epubcheck/vocab/ComicsVocab.java
 create mode 100644 src/main/resources/com/adobe/epubcheck/messages/MessageBundle_nl.properties
 create mode 100644 src/main/resources/com/adobe/epubcheck/util/messages_nl.properties
 create mode 100644 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages.properties
 mode change 100755 => 100644 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages_de.properties
 create mode 100644 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages_es.properties
 create mode 100644 src/main/resources/com/thaiopensource/datatype/xsd/resources/Messages_fr.properties
 copy src/main/resources/com/thaiopensource/relaxng/pattern/resources/{Messages_de.properties => Messages.properties} (75%)
 create mode 100644 src/main/resources/com/thaiopensource/relaxng/pattern/resources/Messages_es.properties
 create mode 100644 src/main/resources/com/thaiopensource/relaxng/pattern/resources/Messages_fr.properties
 create mode 100644 src/main/resources/com/thaiopensource/validate/schematron/resources/Messages_de.properties
 create mode 100644 src/main/resources/com/thaiopensource/validate/schematron/resources/Messages_es.properties
 create mode 100644 src/main/resources/com/thaiopensource/validate/schematron/resources/Messages_fr.properties
 create mode 100644 src/main/resources/com/thaiopensource/validate/schematron/resources/Messages_ja.properties
 create mode 100644 src/main/resources/org/idpf/epubcheck/util/css/messages_es.properties
 create mode 100644 src/main/resources/org/idpf/epubcheck/util/css/messages_fr.properties
 create mode 100644 src/main/resources/org/idpf/epubcheck/util/css/messages_nl.properties
 rename src/test/resources/{30 => 20}/epub/invalid/issue176.epub (91%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => missing-resource}/EPUB/lorem.css (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => missing-resource}/EPUB/lorem.ncx (100%)
 create mode 100644 src/test/resources/20/expanded/invalid/missing-resource/EPUB/lorem.opf
 create mode 100644 src/test/resources/20/expanded/invalid/missing-resource/EPUB/lorem.xhtml
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => missing-resource}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => missing-resource}/mimetype (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => xhtml-doctype}/EPUB/lorem.css (100%)
 create mode 100644 src/test/resources/20/expanded/invalid/xhtml-doctype/EPUB/lorem.ncx
 create mode 100644 src/test/resources/20/expanded/invalid/xhtml-doctype/EPUB/lorem.opf
 create mode 100644 src/test/resources/20/expanded/invalid/xhtml-doctype/EPUB/lorem1.xhtml
 create mode 100644 src/test/resources/20/expanded/invalid/xhtml-doctype/EPUB/lorem2.xhtml
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => xhtml-doctype}/META-INF/container.xml (100%)
 copy src/test/resources/20/expanded/invalid/{custom-ns-attr => xhtml-doctype}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/encryption-unknown}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/invalid/{data-nav-regionbased-notindatanav => encryption-unknown}/EPUB/lorem.opf (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/encryption-unknown/EPUB/lorem.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/encryption-unknown}/META-INF/container.xml (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/encryption-unknown/META-INF/encryption.xml
 copy src/test/resources/30/expanded/invalid/{data-nav-inspine => encryption-unknown}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/fxl-svg-noviewbox/EPUB/cover.svg
 create mode 100644 src/test/resources/30/expanded/invalid/fxl-svg-noviewbox/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/invalid/fxl-svg-noviewbox/EPUB/package.opf
 copy src/test/resources/30/expanded/invalid/{data-nav-regionbased-notfxl => fxl-svg-noviewbox}/EPUB/style.css (100%)
 copy src/test/resources/30/expanded/invalid/{data-nav-regionbased-notfxl => fxl-svg-noviewbox}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{data-nav-inspine => fxl-svg-noviewbox}/mimetype (100%)
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/resource-missing-refinxhtml}/EPUB/lorem.css (100%)
 copy src/test/resources/30/expanded/invalid/{data-nav-regionbased-notindatanav => resource-missing-refinxhtml}/EPUB/lorem.opf (100%)
 create mode 100644 src/test/resources/30/expanded/invalid/resource-missing-refinxhtml/EPUB/lorem.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/invalid/resource-missing-refinxhtml}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/invalid/{data-nav-inspine => resource-missing-refinxhtml}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/data-nav-regionbased-comics/EPUB/data-nav.xhtml
 copy src/test/resources/30/expanded/valid/{data-nav-regionbased => data-nav-regionbased-comics}/EPUB/package.opf (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/data-nav-regionbased-comics}/EPUB/page1.xhtml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/data-nav-regionbased-comics}/EPUB/style.css (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/data-nav-regionbased-comics}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/data-nav-regionbased-comics}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/font-opentype/EPUB/OpenSans-Bold.ttf
 create mode 100644 src/test/resources/30/expanded/valid/font-opentype/EPUB/OpenSans-Regular.otf
 copy src/test/resources/30/expanded/{invalid/multiple-renditions-mapping-nonxhtml => valid/font-opentype}/EPUB/nav.xhtml (100%)
 create mode 100644 src/test/resources/30/expanded/valid/font-opentype/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/font-opentype/EPUB/style.css
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/font-opentype}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/font-opentype}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/font-othermediatype/EPUB/OpenSans-Regular.ttf
 copy src/test/resources/30/expanded/{invalid/multiple-renditions-mapping-nonxhtml => valid/font-othermediatype}/EPUB/nav.xhtml (100%)
 create mode 100644 src/test/resources/30/expanded/valid/font-othermediatype/EPUB/package.opf
 create mode 100644 src/test/resources/30/expanded/valid/font-othermediatype/EPUB/style.css
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/font-othermediatype}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/font-othermediatype}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/fxl-svg-notinspine/EPUB/font.svg
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/fxl-svg-notinspine}/EPUB/lorem.css (100%)
 copy src/test/resources/30/{single/opf/invalid/prefixes-redeclare.opf => expanded/valid/fxl-svg-notinspine/EPUB/lorem.opf} (50%)
 create mode 100644 src/test/resources/30/expanded/valid/fxl-svg-notinspine/EPUB/lorem.xhtml
 copy src/test/resources/{20/expanded/invalid/custom-ns-attr => 30/expanded/valid/fxl-svg-notinspine}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/fxl-svg-notinspine}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/fxl-svg/EPUB/cover.svg
 create mode 100644 src/test/resources/30/expanded/valid/fxl-svg/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/fxl-svg/EPUB/package.opf
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/fxl-svg}/EPUB/style.css (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/fxl-svg}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/fxl-svg}/mimetype (100%)
 create mode 100644 src/test/resources/30/expanded/valid/issue615-langtags/EPUB/hawaian.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue615-langtags/EPUB/hebrew.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue615-langtags/EPUB/nav.xhtml
 create mode 100644 src/test/resources/30/expanded/valid/issue615-langtags/EPUB/package.opf
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/issue615-langtags}/EPUB/style.css (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-regionbased-notfxl => valid/issue615-langtags}/META-INF/container.xml (100%)
 copy src/test/resources/30/expanded/{invalid/data-nav-inspine => valid/issue615-langtags}/mimetype (100%)
 create mode 100644 src/test/resources/30/single/svg/invalid/svg-links.svg
 create mode 100644 src/test/resources/30/single/svg/valid/svg-links.svg
 rename src/test/resources/30/single/xhtml/{valid => invalid}/aria-describedAt.xhtml (100%)
 create mode 100644 src/test/resources/30/single/xhtml/invalid/svg-links.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/http-equiv-2.xhtml
 create mode 100644 src/test/resources/30/single/xhtml/valid/svg-links.xhtml

-- 
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