diff -Nru epubcheck-4.2.6/debian/changelog epubcheck-4.2.6/debian/changelog --- epubcheck-4.2.6/debian/changelog 2022-01-27 10:16:58.000000000 +0000 +++ epubcheck-4.2.6/debian/changelog 2022-03-12 16:46:50.000000000 +0000 @@ -1,3 +1,11 @@ +epubcheck (4.2.6-2) unstable; urgency=medium + + [ YOKOTA Hiroshi ] + * Specify stack size to avoid java.lang.StackOverflowError (Closes: #999900) + * Rework patch series for `git-buildpackage` + + -- Mathieu Malaterre Sat, 12 Mar 2022 17:46:50 +0100 + epubcheck (4.2.6-1) unstable; urgency=medium * d/control: Update to correct team maintenance group diff -Nru epubcheck-4.2.6/debian/patches/0001-classpath.patch epubcheck-4.2.6/debian/patches/0001-classpath.patch --- epubcheck-4.2.6/debian/patches/0001-classpath.patch 1970-01-01 00:00:00.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/0001-classpath.patch 2022-03-12 16:39:39.000000000 +0000 @@ -0,0 +1,31 @@ +From: Eugene Zhukov +Date: Tue, 27 Nov 2018 11:02:44 +0200 +Subject: Set classpath for Debian systems + +Forwarded: not-needed +--- + pom.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pom.xml b/pom.xml +index c94378b..2697900 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -458,7 +458,6 @@ + maven-jar-plugin + 3.0.2 + +- ${project.artifactId} + + +@@ -467,7 +466,8 @@ + true + com.adobe.epubcheck.tool.Checker + true +- lib/ ++ custom ++ /usr/share/java/${artifact.artifactId}.${artifact.extension} + + ${project.build.directory}/classes/META-INF/MANIFEST.MF + diff -Nru epubcheck-4.2.6/debian/patches/0002-remove_deps.patch epubcheck-4.2.6/debian/patches/0002-remove_deps.patch --- epubcheck-4.2.6/debian/patches/0002-remove_deps.patch 1970-01-01 00:00:00.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/0002-remove_deps.patch 2022-03-12 16:39:39.000000000 +0000 @@ -0,0 +1,1045 @@ +From: Mathieu Malaterre +Date: Thu, 27 Jan 2022 11:16:28 +0100 +Subject: Remove extra dependencies for test suite + +Author: Mathieu Malaterre +Bug-Debian: https://bugs.debian.org/987146 +Bug-Debian: https://bugs.debian.org/999608 +Last-Update: 2022-01-27 +Forwarded: not-needed +--- + pom.xml | 1022 +++++++++++++++++++++++++++------------------------------------ + 1 file changed, 429 insertions(+), 593 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 2697900..131e424 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -1,598 +1,434 @@ + + +- +- 4.0.0 +- +- +- org.sonatype.oss +- oss-parent +- 7 +- +- +- org.w3c +- epubcheck +- 4.2.6 +- +- jar +- +- EPUBCheck :: Validation Tool for EPUB +- EPUBCheck is a tool to validate the conformance of EPUB publications against +- the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used +- as a Java library. +- https://github.com/w3c/epubcheck +- 2007 +- +- The World Wide Web Consortium (W3C) +- https://www.w3.org +- +- +- +- BSD 3-Clause License +- http://www.opensource.org/licenses/bsd-license.php +- +- +- +- +- Peter Sorotokin +- sorotokin +- sorotokin@gmail.com +- http://www.adobe.com +- Adobe Systems Inc. +- +- +- Garth Conboy +- garthconboy +- garth@google.com +- +- +- Markus Gylling +- markus.gylling +- markus.gylling@gmail.com +- +- +- Piotr Kula +- PiotrFKula +- PiotrFKula@gmail.com +- +- +- Paul Norton +- cold.geek +- cold.geek@gmail.com +- +- +- Liza Daly +- liza31337 +- liza31337@gmail.com +- +- +- Jessica Hekman +- sorotokin +- sorotokin@gmail.com +- +- +- George Bina +- georgebina76 +- georgebina76@gmail.com +- +- +- Bogdan Iordache +- biordach +- biordach@gmail.com +- http://www.adobe.com +- Adobe Systems Inc. +- +- +- Ionut-Maxim Margelatu +- ionut.margelatu +- ionut.margelatu@gmail.com +- http://www.adobe.com +- Adobe Systems Inc. +- +- +- Romain Deltour +- rdeltour +- rdeltour@gmail.com +- +- +- Thomas Ledoux +- tledoux +- tledouxfr@gmail.com +- +- +- Tobias Fischer +- tofi86 +- tobias.carl.fischer@gmail.com +- +- +- Steve Antoch +- santoch +- http://www.barnesandnoble.com/ +- santoch6@gmail.com +- +- +- Arwen Pond +- apond +- http://www.barnesandnoble.com/ +- arwenpond@hotmail.com +- +- +- Masayoshi Takahashi +- takahashim +- maki@rubycolor.org +- +- +- Satoshi KOJIMA +- skoji +- skoji@mac.com +- +- +- +- +- EPUBCheck discussion +- mailto:public-epubcheck-request@w3.org?subject=subscribe +- mailto:public-epubcheck-request@w3.org?subject=unsubscribe +- public-epubcheck@w3.org +- https://lists.w3.org/Archives/Public/public-epubcheck/ +- +- +- ARCHIVE: epubcheck discussion +- https://groups.google.com/forum/#!forum/epubcheck +- +- +- +- scm:git:ssh://git@github.com:w3c/epubcheck.git +- scm:git:ssh://git@github.com:w3c/epubcheckgit +- https://github.com/w3c/epubcheck +- v4.2.6 +- +- +- Github +- https://github.com/w3c/epubcheck/issues +- +- +- +- 1.7 +- UTF-8 +- UTF-8 +- yyyy-MM-dd +- ${maven.build.timestamp} +- +- +- +- +- net.sf.saxon +- Saxon-HE +- 9.8.0-8 +- +- +- org.apache.commons +- commons-compress +- 1.20 +- +- +- org.tukaani +- xz +- +- +- +- +- org.relaxng +- jing +- 20181222 +- +- +- xml-apis +- xml-apis +- +- +- +- +- org.w3c.css +- sac +- 1.3 +- +- +- com.google.guava +- guava +- 24.1.1-android +- +- +- com.twelvemonkeys.imageio +- imageio-jpeg +- 3.4.1 +- +- +- org.codehaus.jackson +- jackson-core-asl +- 1.9.12 +- +- +- org.codehaus.jackson +- jackson-mapper-asl +- 1.9.12 +- +- +- +- +- +- junit +- junit +- 4.13.1 +- test +- +- +- com.googlecode.json-simple +- json-simple +- 1.1.1 +- test +- +- +- xmlunit +- xmlunit +- 1.3 +- test +- +- +- io.cucumber +- cucumber-java +- 4.5.4 +- test +- +- +- io.cucumber +- cucumber-junit +- 4.5.4 +- test +- +- +- io.cucumber +- cucumber-picocontainer +- 4.7.1 +- test +- +- +- org.hamcrest +- hamcrest +- 2.1 +- test +- +- +- +- +- +- +- false +- src/tools +- ${project.build.directory} +- +- +- src/main/resources +- +- com/adobe/epubcheck/schema/30/*.sch +- com/thaiopensource/relaxng/pattern/resources/Messages.properties +- com/thaiopensource/datatype/xsd/resources/Messages.properties +- +- +- +- src/main/resources +- +- com/adobe/epubcheck/api/project.properties +- +- true +- +- +- +- +- org.apache.maven.plugins +- maven-enforcer-plugin +- 3.0.0-M3 +- +- +- enforce-maven +- +- enforce +- +- +- +- +- 3.0 +- +- +- +- +- +- +- +- org.apache.maven.plugins +- maven-dependency-plugin +- 3.0.2 +- +- +- copy +- package +- +- copy-dependencies +- +- +- ${project.build.directory}/lib +- false +- true +- +- +- +- +- +- org.apache.maven.plugins +- maven-compiler-plugin +- 3.7.0 +- +- ${java.version} +- ${java.version} +- +- +- +- org.apache.felix +- maven-bundle-plugin +- 3.2.0 +- true +- +- +- bundle-manifest +- process-classes +- +- manifest +- +- +- +- +- +- +- net.sf.saxon.*;version="[9.8.0,9.8.1)", ++ 4.0.0 ++ org.w3c ++ epubcheck ++ 4.2.6 ++ jar ++ EPUBCheck :: Validation Tool for EPUB ++ EPUBCheck is a tool to validate the conformance of EPUB publications against ++ the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or usedas a Java library. ++ https://github.com/w3c/epubcheck ++ 2007 ++ ++ The World Wide Web Consortium (W3C) ++ https://www.w3.org ++ ++ ++ ++ BSD 3-Clause License ++ http://www.opensource.org/licenses/bsd-license.php ++ ++ ++ ++ ++ Peter Sorotokin ++ sorotokin ++ sorotokin@gmail.com ++ http://www.adobe.com ++ Adobe Systems Inc. ++ ++ ++ Garth Conboy ++ garthconboy ++ garth@google.com ++ ++ ++ Markus Gylling ++ markus.gylling ++ markus.gylling@gmail.com ++ ++ ++ Piotr Kula ++ PiotrFKula ++ PiotrFKula@gmail.com ++ ++ ++ Paul Norton ++ cold.geek ++ cold.geek@gmail.com ++ ++ ++ Liza Daly ++ liza31337 ++ liza31337@gmail.com ++ ++ ++ Jessica Hekman ++ sorotokin ++ sorotokin@gmail.com ++ ++ ++ George Bina ++ georgebina76 ++ georgebina76@gmail.com ++ ++ ++ Bogdan Iordache ++ biordach ++ biordach@gmail.com ++ http://www.adobe.com ++ Adobe Systems Inc. ++ ++ ++ Ionut-Maxim Margelatu ++ ionut.margelatu ++ ionut.margelatu@gmail.com ++ http://www.adobe.com ++ Adobe Systems Inc. ++ ++ ++ Romain Deltour ++ rdeltour ++ rdeltour@gmail.com ++ ++ ++ Thomas Ledoux ++ tledoux ++ tledouxfr@gmail.com ++ ++ ++ Tobias Fischer ++ tofi86 ++ tobias.carl.fischer@gmail.com ++ ++ ++ Steve Antoch ++ santoch ++ http://www.barnesandnoble.com/ ++ santoch6@gmail.com ++ ++ ++ Arwen Pond ++ apond ++ http://www.barnesandnoble.com/ ++ arwenpond@hotmail.com ++ ++ ++ Masayoshi Takahashi ++ takahashim ++ maki@rubycolor.org ++ ++ ++ Satoshi KOJIMA ++ skoji ++ skoji@mac.com ++ ++ ++ ++ ++ EPUBCheck discussion ++ mailto:public-epubcheck-request@w3.org?subject=subscribe ++ mailto:public-epubcheck-request@w3.org?subject=unsubscribe ++ public-epubcheck@w3.org ++ https://lists.w3.org/Archives/Public/public-epubcheck/ ++ ++ ++ ARCHIVE: epubcheck discussion ++ https://groups.google.com/forum/#!forum/epubcheck ++ ++ ++ ++ scm:git:ssh://git@github.com:w3c/epubcheck.git ++ scm:git:ssh://git@github.com:w3c/epubcheckgit ++ https://github.com/w3c/epubcheck ++ v4.2.6 ++ ++ ++ Github ++ https://github.com/w3c/epubcheck/issues ++ ++ ++ 1.7 ++ UTF-8 ++ UTF-8 ++ yyyy-MM-dd ++ ${maven.build.timestamp} ++ ++ ++ ++ org.idpf epubcheck jar s/.*/debian/ * * ++ ++ 4.2.6 ++ ++ epubcheck ++ ++ ++ ++ net.sf.saxon ++ Saxon-HE ++ debian ++ ++ ++ org.apache.commons ++ commons-compress ++ debian ++ ++ ++ org.tukaani ++ xz ++ ++ ++ ++ ++ org.relaxng ++ jing ++ debian ++ ++ ++ xml-apis ++ xml-apis ++ ++ ++ ++ ++ org.w3c.css ++ sac ++ debian ++ ++ ++ com.google.guava ++ guava ++ debian ++ ++ ++ org.codehaus.jackson ++ jackson-core-asl ++ debian ++ ++ ++ org.codehaus.jackson ++ jackson-mapper-asl ++ debian ++ ++ ++ ++ ++ ++ com.googlecode.json-simple ++ json-simple ++ debian ++ test ++ ++ ++ ++ ++ ++ false ++ src/tools ++ ${project.build.directory} ++ ++ ++ src/main/resources ++ ++ com/adobe/epubcheck/schema/30/*.sch ++ com/thaiopensource/relaxng/pattern/resources/Messages.properties ++ com/thaiopensource/datatype/xsd/resources/Messages.properties ++ ++ ++ ++ src/main/resources ++ ++ com/adobe/epubcheck/api/project.properties ++ ++ true ++ ++ ++ ++ ++ org.apache.maven.plugins ++ maven-enforcer-plugin ++ 3.0.0-M2 ++ ++ ++ enforce-maven ++ ++ enforce ++ ++ ++ ++ ++ 3.0 ++ ++ ++ ++ ++ ++ ++ ++ org.apache.maven.plugins ++ maven-dependency-plugin ++ 3.1.1 ++ ++ ++ copy ++ package ++ ++ copy-dependencies ++ ++ ++ ${project.build.directory}/lib ++ false ++ true ++ ++ ++ ++ ++ ++ org.apache.maven.plugins ++ maven-compiler-plugin ++ 3.8.1 ++ ++ ${java.version} ++ ${java.version} ++ ++ ++ ++ org.apache.felix ++ maven-bundle-plugin ++ 3.5.1 ++ true ++ ++ ++ bundle-manifest ++ process-classes ++ ++ manifest ++ ++ ++ ++ ++ ++ net.sf.saxon.*;version="[9.8.0,9.8.1)", + * +- +- org.w3c.epubcheck +- <_removeheaders>Include-Resource,Private-Package, Bnd-LastModified, Build-Jdk, Built-By +- +- +- +- +- org.apache.maven.plugins +- maven-surefire-plugin +- 2.18.1 +- +- -Xmx1g +- ${project.build.directory}/test-classes +- +- +- +- +- default-test +- test +- +- test +- +- +- +- +- +- org.apache.maven.plugins +- maven-failsafe-plugin +- 2.22.1 +- +- +- +- integration-test +- verify +- +- +- +- +- +- org.codehaus.mojo +- xml-maven-plugin +- 1.0.1 +- +- +- +- transform +- +- process-resources +- +- +- +- +- +- src/main/resources/com/adobe/epubcheck/schema/30 +- +- *-30.sch +- +- src/main/util/sch/iso-sch-include.xsl +- ${project.build.directory}/generated-resources/intermediate-schema +- +- +- ${project.build.directory}/generated-resources/intermediate-schema +- +- *-30.sch +- +- src/main/util/sch/iso-sch-abstract.xsl +- ${project.build.outputDirectory}/com/adobe/epubcheck/schema/30 +- +- +- +- +- +- net.sf.saxon +- Saxon-HE +- 9.4 +- +- +- +- +- org.codehaus.mojo +- license-maven-plugin +- 1.20 +- +- +- thirdparty-licenses +- +- add-third-party +- +- +- runtime,compile +- ${project.basedir}/src/main/licenses/THIRD-PARTY.ftl +- ${project.basedir}/src/main/licenses/THIRD-PARTY.properties +- false +- true +- runtime,compile +- +- Apache License, Version 2.0|The Apache Software License, Version 2.0|Apache 2.0 +- The 3-Clause BSD License|The BSD License|3-clause BSD license +- The MIT License|MIT license +- +- +- +- +- +- +- org.apache.maven.plugins +- maven-jar-plugin +- 3.0.2 +- +- +- +- +- true +- true +- com.adobe.epubcheck.tool.Checker +- true +- custom +- /usr/share/java/${artifact.artifactId}.${artifact.extension} +- +- ${project.build.directory}/classes/META-INF/MANIFEST.MF +- +- ${project.url} +- ${project.scm.developerConnection} +- +- +- +- +- +- org.apache.maven.plugins +- maven-javadoc-plugin +- 2.10.4 +- +- -Xdoclint:none +- ${java.version} +- +- +- +- +- +- org.apache.maven.plugins +- maven-release-plugin +- 2.5.3 +- +- +- org.apache.maven.scm +- maven-scm-provider-gitexe +- 1.8.1 +- +- +- +- v@{project.version} +- chore: +- +- +- +- org.apache.maven.plugins +- maven-assembly-plugin +- 3.1.0 +- +- +- dist-assembly +- package +- +- single +- +- +- false +- false +- +- src/main/assembly/dist.xml +- +- +- +- +- src-assembly +- package +- +- single +- +- +- false +- +- src/main/assembly/src.xml +- +- +- +- +- +- +- +- +- +- +- org.eclipse.m2e +- lifecycle-mapping +- 1.0.0 +- +- +- +- +- +- org.codehaus.mojo +- xml-maven-plugin +- [1.0,) +- +- transform +- +- +- +- +- +- +- +- +- org.codehaus.mojo +- license-maven-plugin +- [1.0,) +- +- add-third-party +- +- +- +- +- +- +- +- +- org.apache.felix +- maven-bundle-plugin +- [2.3.7,) +- +- manifest +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ true ++ true ++ com.adobe.epubcheck.tool.Checker ++ true ++ custom ++ /usr/share/java/${artifact.artifactId}.${artifact.extension} ++ ++ ${project.build.directory}/classes/META-INF/MANIFEST.MF ++ ++ ${project.url} ++ ${project.scm.developerConnection} ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ org.eclipse.m2e ++ lifecycle-mapping ++ 1.0.0 ++ ++ ++ ++ ++ ++ org.codehaus.mojo ++ xml-maven-plugin ++ [1.0,) ++ ++ transform ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ org.codehaus.mojo ++ license-maven-plugin ++ [1.0,) ++ ++ add-third-party ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ org.apache.felix ++ maven-bundle-plugin ++ [2.3.7,) ++ ++ manifest ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + diff -Nru epubcheck-4.2.6/debian/patches/0003-Specify-stack-size-to-avoid-java.lang.StackOverflowE.patch epubcheck-4.2.6/debian/patches/0003-Specify-stack-size-to-avoid-java.lang.StackOverflowE.patch --- epubcheck-4.2.6/debian/patches/0003-Specify-stack-size-to-avoid-java.lang.StackOverflowE.patch 1970-01-01 00:00:00.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/0003-Specify-stack-size-to-avoid-java.lang.StackOverflowE.patch 2022-03-12 16:38:53.000000000 +0000 @@ -0,0 +1,34 @@ +From: YOKOTA Hiroshi +Date: Wed, 9 Feb 2022 00:45:30 +0900 +Subject: Specify stack size to avoid java.lang.StackOverflowError (Closes: + #999900) + +Forwarded: not-needed +Bug-Debian: https://bugs.debian.org/999900 + +i386 platform uses smaller stack size. +This breaks epubcheck on large ePub. + +Add "-Xss1024k" to use 1024kb stack. + +"jarwrapper" accepts "Debian-Java-Parameters" property in JAR manifest to +add own Java run-time options. + +See also: +https://github.com/w3c/epubcheck/wiki/Running#javalangstackoverflowerror +--- + pom.xml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pom.xml b/pom.xml +index 131e424..66f48e0 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -367,6 +367,7 @@ + + ${project.url} + ${project.scm.developerConnection} ++ -Xss1024k + + + diff -Nru epubcheck-4.2.6/debian/patches/classpath.patch epubcheck-4.2.6/debian/patches/classpath.patch --- epubcheck-4.2.6/debian/patches/classpath.patch 2022-01-27 10:15:36.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/classpath.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Description: Set classpath for Debian systems - -Index: epubcheck/pom.xml -=================================================================== ---- epubcheck.orig/pom.xml -+++ epubcheck/pom.xml -@@ -458,7 +458,6 @@ - maven-jar-plugin - 3.0.2 - -- ${project.artifactId} - - -@@ -467,7 +466,8 @@ - true - com.adobe.epubcheck.tool.Checker - true -- lib/ -+ custom -+ /usr/share/java/${artifact.artifactId}.${artifact.extension} - - ${project.build.directory}/classes/META-INF/MANIFEST.MF - diff -Nru epubcheck-4.2.6/debian/patches/remove_deps.patch epubcheck-4.2.6/debian/patches/remove_deps.patch --- epubcheck-4.2.6/debian/patches/remove_deps.patch 2022-01-27 10:13:34.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/remove_deps.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,1064 +0,0 @@ -Description: - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - epubcheck (4.2.6-1) UNRELEASED; urgency=medium - . - * d/control: Update to correct team maintenance group - * d/control: Update uploaders list. Thank you Eugene. Closes: #987146 - * d/control: Add missing Depends on `default-jre`. Closes: #999608 - * d/watch: Update location of epubcheck - * d/control: Add missing Rules-Requires-Root: no - * d/control: Bump Std-Vers to 4.6.0 no changes needed - * d/control: Add missing Dependencies - * New upstream version 4.2.6 -Author: Mathieu Malaterre -Bug-Debian: https://bugs.debian.org/987146 -Bug-Debian: https://bugs.debian.org/999608 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: 2022-01-27 - ---- epubcheck-4.2.6.orig/pom.xml -+++ epubcheck-4.2.6/pom.xml -@@ -1,598 +1,434 @@ - - -- -- 4.0.0 -- -- -- org.sonatype.oss -- oss-parent -- 7 -- -- -- org.w3c -- epubcheck -- 4.2.6 -- -- jar -- -- EPUBCheck :: Validation Tool for EPUB -- EPUBCheck is a tool to validate the conformance of EPUB publications against -- the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used -- as a Java library. -- https://github.com/w3c/epubcheck -- 2007 -- -- The World Wide Web Consortium (W3C) -- https://www.w3.org -- -- -- -- BSD 3-Clause License -- http://www.opensource.org/licenses/bsd-license.php -- -- -- -- -- Peter Sorotokin -- sorotokin -- sorotokin@gmail.com -- http://www.adobe.com -- Adobe Systems Inc. -- -- -- Garth Conboy -- garthconboy -- garth@google.com -- -- -- Markus Gylling -- markus.gylling -- markus.gylling@gmail.com -- -- -- Piotr Kula -- PiotrFKula -- PiotrFKula@gmail.com -- -- -- Paul Norton -- cold.geek -- cold.geek@gmail.com -- -- -- Liza Daly -- liza31337 -- liza31337@gmail.com -- -- -- Jessica Hekman -- sorotokin -- sorotokin@gmail.com -- -- -- George Bina -- georgebina76 -- georgebina76@gmail.com -- -- -- Bogdan Iordache -- biordach -- biordach@gmail.com -- http://www.adobe.com -- Adobe Systems Inc. -- -- -- Ionut-Maxim Margelatu -- ionut.margelatu -- ionut.margelatu@gmail.com -- http://www.adobe.com -- Adobe Systems Inc. -- -- -- Romain Deltour -- rdeltour -- rdeltour@gmail.com -- -- -- Thomas Ledoux -- tledoux -- tledouxfr@gmail.com -- -- -- Tobias Fischer -- tofi86 -- tobias.carl.fischer@gmail.com -- -- -- Steve Antoch -- santoch -- http://www.barnesandnoble.com/ -- santoch6@gmail.com -- -- -- Arwen Pond -- apond -- http://www.barnesandnoble.com/ -- arwenpond@hotmail.com -- -- -- Masayoshi Takahashi -- takahashim -- maki@rubycolor.org -- -- -- Satoshi KOJIMA -- skoji -- skoji@mac.com -- -- -- -- -- EPUBCheck discussion -- mailto:public-epubcheck-request@w3.org?subject=subscribe -- mailto:public-epubcheck-request@w3.org?subject=unsubscribe -- public-epubcheck@w3.org -- https://lists.w3.org/Archives/Public/public-epubcheck/ -- -- -- ARCHIVE: epubcheck discussion -- https://groups.google.com/forum/#!forum/epubcheck -- -- -- -- scm:git:ssh://git@github.com:w3c/epubcheck.git -- scm:git:ssh://git@github.com:w3c/epubcheckgit -- https://github.com/w3c/epubcheck -- v4.2.6 -- -- -- Github -- https://github.com/w3c/epubcheck/issues -- -- -- -- 1.7 -- UTF-8 -- UTF-8 -- yyyy-MM-dd -- ${maven.build.timestamp} -- -- -- -- -- net.sf.saxon -- Saxon-HE -- 9.8.0-8 -- -- -- org.apache.commons -- commons-compress -- 1.20 -- -- -- org.tukaani -- xz -- -- -- -- -- org.relaxng -- jing -- 20181222 -- -- -- xml-apis -- xml-apis -- -- -- -- -- org.w3c.css -- sac -- 1.3 -- -- -- com.google.guava -- guava -- 24.1.1-android -- -- -- com.twelvemonkeys.imageio -- imageio-jpeg -- 3.4.1 -- -- -- org.codehaus.jackson -- jackson-core-asl -- 1.9.12 -- -- -- org.codehaus.jackson -- jackson-mapper-asl -- 1.9.12 -- -- -- -- -- -- junit -- junit -- 4.13.1 -- test -- -- -- com.googlecode.json-simple -- json-simple -- 1.1.1 -- test -- -- -- xmlunit -- xmlunit -- 1.3 -- test -- -- -- io.cucumber -- cucumber-java -- 4.5.4 -- test -- -- -- io.cucumber -- cucumber-junit -- 4.5.4 -- test -- -- -- io.cucumber -- cucumber-picocontainer -- 4.7.1 -- test -- -- -- org.hamcrest -- hamcrest -- 2.1 -- test -- -- -- -- -- -- -- false -- src/tools -- ${project.build.directory} -- -- -- src/main/resources -- -- com/adobe/epubcheck/schema/30/*.sch -- com/thaiopensource/relaxng/pattern/resources/Messages.properties -- com/thaiopensource/datatype/xsd/resources/Messages.properties -- -- -- -- src/main/resources -- -- com/adobe/epubcheck/api/project.properties -- -- true -- -- -- -- -- org.apache.maven.plugins -- maven-enforcer-plugin -- 3.0.0-M3 -- -- -- enforce-maven -- -- enforce -- -- -- -- -- 3.0 -- -- -- -- -- -- -- -- org.apache.maven.plugins -- maven-dependency-plugin -- 3.0.2 -- -- -- copy -- package -- -- copy-dependencies -- -- -- ${project.build.directory}/lib -- false -- true -- -- -- -- -- -- org.apache.maven.plugins -- maven-compiler-plugin -- 3.7.0 -- -- ${java.version} -- ${java.version} -- -- -- -- org.apache.felix -- maven-bundle-plugin -- 3.2.0 -- true -- -- -- bundle-manifest -- process-classes -- -- manifest -- -- -- -- -- -- -- net.sf.saxon.*;version="[9.8.0,9.8.1)", -+ 4.0.0 -+ org.w3c -+ epubcheck -+ 4.2.6 -+ jar -+ EPUBCheck :: Validation Tool for EPUB -+ EPUBCheck is a tool to validate the conformance of EPUB publications against -+ the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or usedas a Java library. -+ https://github.com/w3c/epubcheck -+ 2007 -+ -+ The World Wide Web Consortium (W3C) -+ https://www.w3.org -+ -+ -+ -+ BSD 3-Clause License -+ http://www.opensource.org/licenses/bsd-license.php -+ -+ -+ -+ -+ Peter Sorotokin -+ sorotokin -+ sorotokin@gmail.com -+ http://www.adobe.com -+ Adobe Systems Inc. -+ -+ -+ Garth Conboy -+ garthconboy -+ garth@google.com -+ -+ -+ Markus Gylling -+ markus.gylling -+ markus.gylling@gmail.com -+ -+ -+ Piotr Kula -+ PiotrFKula -+ PiotrFKula@gmail.com -+ -+ -+ Paul Norton -+ cold.geek -+ cold.geek@gmail.com -+ -+ -+ Liza Daly -+ liza31337 -+ liza31337@gmail.com -+ -+ -+ Jessica Hekman -+ sorotokin -+ sorotokin@gmail.com -+ -+ -+ George Bina -+ georgebina76 -+ georgebina76@gmail.com -+ -+ -+ Bogdan Iordache -+ biordach -+ biordach@gmail.com -+ http://www.adobe.com -+ Adobe Systems Inc. -+ -+ -+ Ionut-Maxim Margelatu -+ ionut.margelatu -+ ionut.margelatu@gmail.com -+ http://www.adobe.com -+ Adobe Systems Inc. -+ -+ -+ Romain Deltour -+ rdeltour -+ rdeltour@gmail.com -+ -+ -+ Thomas Ledoux -+ tledoux -+ tledouxfr@gmail.com -+ -+ -+ Tobias Fischer -+ tofi86 -+ tobias.carl.fischer@gmail.com -+ -+ -+ Steve Antoch -+ santoch -+ http://www.barnesandnoble.com/ -+ santoch6@gmail.com -+ -+ -+ Arwen Pond -+ apond -+ http://www.barnesandnoble.com/ -+ arwenpond@hotmail.com -+ -+ -+ Masayoshi Takahashi -+ takahashim -+ maki@rubycolor.org -+ -+ -+ Satoshi KOJIMA -+ skoji -+ skoji@mac.com -+ -+ -+ -+ -+ EPUBCheck discussion -+ mailto:public-epubcheck-request@w3.org?subject=subscribe -+ mailto:public-epubcheck-request@w3.org?subject=unsubscribe -+ public-epubcheck@w3.org -+ https://lists.w3.org/Archives/Public/public-epubcheck/ -+ -+ -+ ARCHIVE: epubcheck discussion -+ https://groups.google.com/forum/#!forum/epubcheck -+ -+ -+ -+ scm:git:ssh://git@github.com:w3c/epubcheck.git -+ scm:git:ssh://git@github.com:w3c/epubcheckgit -+ https://github.com/w3c/epubcheck -+ v4.2.6 -+ -+ -+ Github -+ https://github.com/w3c/epubcheck/issues -+ -+ -+ 1.7 -+ UTF-8 -+ UTF-8 -+ yyyy-MM-dd -+ ${maven.build.timestamp} -+ -+ -+ -+ org.idpf epubcheck jar s/.*/debian/ * * -+ -+ 4.2.6 -+ -+ epubcheck -+ -+ -+ -+ net.sf.saxon -+ Saxon-HE -+ debian -+ -+ -+ org.apache.commons -+ commons-compress -+ debian -+ -+ -+ org.tukaani -+ xz -+ -+ -+ -+ -+ org.relaxng -+ jing -+ debian -+ -+ -+ xml-apis -+ xml-apis -+ -+ -+ -+ -+ org.w3c.css -+ sac -+ debian -+ -+ -+ com.google.guava -+ guava -+ debian -+ -+ -+ org.codehaus.jackson -+ jackson-core-asl -+ debian -+ -+ -+ org.codehaus.jackson -+ jackson-mapper-asl -+ debian -+ -+ -+ -+ -+ -+ com.googlecode.json-simple -+ json-simple -+ debian -+ test -+ -+ -+ -+ -+ -+ false -+ src/tools -+ ${project.build.directory} -+ -+ -+ src/main/resources -+ -+ com/adobe/epubcheck/schema/30/*.sch -+ com/thaiopensource/relaxng/pattern/resources/Messages.properties -+ com/thaiopensource/datatype/xsd/resources/Messages.properties -+ -+ -+ -+ src/main/resources -+ -+ com/adobe/epubcheck/api/project.properties -+ -+ true -+ -+ -+ -+ -+ org.apache.maven.plugins -+ maven-enforcer-plugin -+ 3.0.0-M2 -+ -+ -+ enforce-maven -+ -+ enforce -+ -+ -+ -+ -+ 3.0 -+ -+ -+ -+ -+ -+ -+ -+ org.apache.maven.plugins -+ maven-dependency-plugin -+ 3.1.1 -+ -+ -+ copy -+ package -+ -+ copy-dependencies -+ -+ -+ ${project.build.directory}/lib -+ false -+ true -+ -+ -+ -+ -+ -+ org.apache.maven.plugins -+ maven-compiler-plugin -+ 3.8.1 -+ -+ ${java.version} -+ ${java.version} -+ -+ -+ -+ org.apache.felix -+ maven-bundle-plugin -+ 3.5.1 -+ true -+ -+ -+ bundle-manifest -+ process-classes -+ -+ manifest -+ -+ -+ -+ -+ -+ net.sf.saxon.*;version="[9.8.0,9.8.1)", - * -- -- org.w3c.epubcheck -- <_removeheaders>Include-Resource,Private-Package, Bnd-LastModified, Build-Jdk, Built-By -- -- -- -- -- org.apache.maven.plugins -- maven-surefire-plugin -- 2.18.1 -- -- -Xmx1g -- ${project.build.directory}/test-classes -- -- -- -- -- default-test -- test -- -- test -- -- -- -- -- -- org.apache.maven.plugins -- maven-failsafe-plugin -- 2.22.1 -- -- -- -- integration-test -- verify -- -- -- -- -- -- org.codehaus.mojo -- xml-maven-plugin -- 1.0.1 -- -- -- -- transform -- -- process-resources -- -- -- -- -- -- src/main/resources/com/adobe/epubcheck/schema/30 -- -- *-30.sch -- -- src/main/util/sch/iso-sch-include.xsl -- ${project.build.directory}/generated-resources/intermediate-schema -- -- -- ${project.build.directory}/generated-resources/intermediate-schema -- -- *-30.sch -- -- src/main/util/sch/iso-sch-abstract.xsl -- ${project.build.outputDirectory}/com/adobe/epubcheck/schema/30 -- -- -- -- -- -- net.sf.saxon -- Saxon-HE -- 9.4 -- -- -- -- -- org.codehaus.mojo -- license-maven-plugin -- 1.20 -- -- -- thirdparty-licenses -- -- add-third-party -- -- -- runtime,compile -- ${project.basedir}/src/main/licenses/THIRD-PARTY.ftl -- ${project.basedir}/src/main/licenses/THIRD-PARTY.properties -- false -- true -- runtime,compile -- -- Apache License, Version 2.0|The Apache Software License, Version 2.0|Apache 2.0 -- The 3-Clause BSD License|The BSD License|3-clause BSD license -- The MIT License|MIT license -- -- -- -- -- -- -- org.apache.maven.plugins -- maven-jar-plugin -- 3.0.2 -- -- -- -- -- true -- true -- com.adobe.epubcheck.tool.Checker -- true -- custom -- /usr/share/java/${artifact.artifactId}.${artifact.extension} -- -- ${project.build.directory}/classes/META-INF/MANIFEST.MF -- -- ${project.url} -- ${project.scm.developerConnection} -- -- -- -- -- -- org.apache.maven.plugins -- maven-javadoc-plugin -- 2.10.4 -- -- -Xdoclint:none -- ${java.version} -- -- -- -- -- -- org.apache.maven.plugins -- maven-release-plugin -- 2.5.3 -- -- -- org.apache.maven.scm -- maven-scm-provider-gitexe -- 1.8.1 -- -- -- -- v@{project.version} -- chore: -- -- -- -- org.apache.maven.plugins -- maven-assembly-plugin -- 3.1.0 -- -- -- dist-assembly -- package -- -- single -- -- -- false -- false -- -- src/main/assembly/dist.xml -- -- -- -- -- src-assembly -- package -- -- single -- -- -- false -- -- src/main/assembly/src.xml -- -- -- -- -- -- -- -- -- -- -- org.eclipse.m2e -- lifecycle-mapping -- 1.0.0 -- -- -- -- -- -- org.codehaus.mojo -- xml-maven-plugin -- [1.0,) -- -- transform -- -- -- -- -- -- -- -- -- org.codehaus.mojo -- license-maven-plugin -- [1.0,) -- -- add-third-party -- -- -- -- -- -- -- -- -- org.apache.felix -- maven-bundle-plugin -- [2.3.7,) -- -- manifest -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -+ true -+ true -+ com.adobe.epubcheck.tool.Checker -+ true -+ custom -+ /usr/share/java/${artifact.artifactId}.${artifact.extension} -+ -+ ${project.build.directory}/classes/META-INF/MANIFEST.MF -+ -+ ${project.url} -+ ${project.scm.developerConnection} -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ org.eclipse.m2e -+ lifecycle-mapping -+ 1.0.0 -+ -+ -+ -+ -+ -+ org.codehaus.mojo -+ xml-maven-plugin -+ [1.0,) -+ -+ transform -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ org.codehaus.mojo -+ license-maven-plugin -+ [1.0,) -+ -+ add-third-party -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ org.apache.felix -+ maven-bundle-plugin -+ [2.3.7,) -+ -+ manifest -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - diff -Nru epubcheck-4.2.6/debian/patches/series epubcheck-4.2.6/debian/patches/series --- epubcheck-4.2.6/debian/patches/series 2022-01-27 10:16:12.000000000 +0000 +++ epubcheck-4.2.6/debian/patches/series 2022-03-12 16:39:39.000000000 +0000 @@ -1,2 +1,3 @@ -classpath.patch -remove_deps.patch +0001-classpath.patch +0002-remove_deps.patch +0003-Specify-stack-size-to-avoid-java.lang.StackOverflowE.patch