Re: Request for help: fop 2.2 / 2.3
Le 27/06/2018 à 13:31, Mathieu Malaterre a écrit :
> I can get a little further. 3 errors I'd like to resolve:
>
> 1.
> dpkg failed to execute successfully
> Found /usr/share/maven-repo/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom
> in libmaven-war-plugin-java
Ignore maven-war-plugin, I don't think we are going to ship a war file.
> 2.
> dpkg failed to execute successfully
> apt-file failed to execute successfully
> Found libbatik-java
> [error] Package libbatik-java does not contain Maven dependency
> org.apache.xmlgraphics:batik-all:jar:${batik.version} but there seem
> to be a match
I'm not sure to understand why you get this error. Try adding the
following rule in debian/maven.rules and run mh_make again:
org.apache.xmlgraphics batik-all * s/.*/debian/ * *
> 3.
> dpkg failed to execute successfully
> apt-file failed to execute successfully
> Found libsaxon-java
> [error] Package libsaxon-java does not contain Maven dependency
> net.sf.saxon:saxon:jar:8.7 but there seem to be a match
Try this rule:
s/net.sf.saxon/saxon/ saxon * s/.*/debian/ * *
Reply to: