Loading debian/maven.rules +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ org.apache.xmlgraphics fop-core jar s/.*/debian/ * * org.apache.xmlgraphics fop-events jar s/.*/debian/ * * org.apache.xmlgraphics fop-parent pom s/.*/debian/ * * org.apache.xmlgraphics fop-sandbox jar s/.*/debian/ * * org.apache.xmlgraphics fop-servlet war s/.*/debian/ * * org.apache.xmlgraphics fop-servlet jar s/.*/debian/ * * org.apache.xmlgraphics fop-transcoder-allinone jar s/.*/debian/ * * org.apache.xmlgraphics fop-transcoder jar s/.*/debian/ * * org.apache.xmlgraphics fop-util jar s/.*/debian/ * * Loading debian/patches/preferjaroverwar.patch 0 → 100644 +16 −0 Original line number Diff line number Diff line Description: Use jar instead of war Author: Mathieu Malaterre <malat@debian.org> Forwarded: no Last-Update: 2018-11-12 --- fop-2.3.orig/fop-servlet/pom.xml +++ fop-2.3/fop-servlet/pom.xml @@ -6,7 +6,7 @@ <artifactId>fop-servlet</artifactId> <name>Apache FOP Servlet</name> <description>XML Graphics Format Object Processor Servlet</description> - <packaging>war</packaging> + <packaging>jar</packaging> <parent> <groupId>org.apache.xmlgraphics</groupId> debian/patches/series +1 −0 Original line number Diff line number Diff line removejai.patch preferjaroverwar.patch Loading
debian/maven.rules +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ org.apache.xmlgraphics fop-core jar s/.*/debian/ * * org.apache.xmlgraphics fop-events jar s/.*/debian/ * * org.apache.xmlgraphics fop-parent pom s/.*/debian/ * * org.apache.xmlgraphics fop-sandbox jar s/.*/debian/ * * org.apache.xmlgraphics fop-servlet war s/.*/debian/ * * org.apache.xmlgraphics fop-servlet jar s/.*/debian/ * * org.apache.xmlgraphics fop-transcoder-allinone jar s/.*/debian/ * * org.apache.xmlgraphics fop-transcoder jar s/.*/debian/ * * org.apache.xmlgraphics fop-util jar s/.*/debian/ * * Loading
debian/patches/preferjaroverwar.patch 0 → 100644 +16 −0 Original line number Diff line number Diff line Description: Use jar instead of war Author: Mathieu Malaterre <malat@debian.org> Forwarded: no Last-Update: 2018-11-12 --- fop-2.3.orig/fop-servlet/pom.xml +++ fop-2.3/fop-servlet/pom.xml @@ -6,7 +6,7 @@ <artifactId>fop-servlet</artifactId> <name>Apache FOP Servlet</name> <description>XML Graphics Format Object Processor Servlet</description> - <packaging>war</packaging> + <packaging>jar</packaging> <parent> <groupId>org.apache.xmlgraphics</groupId>
debian/patches/series +1 −0 Original line number Diff line number Diff line removejai.patch preferjaroverwar.patch