This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 2fc04f17e446b1275b3cd2c6ca0b4358c4db1f49 Author: Stuart Prescott <[email protected]> Date: Sun Nov 20 00:22:05 2016 +1100 Update patches for new release --- debian/patches/local-jars.patch | 20 ++++++++++++++++++++ debian/patches/series | 4 +++- debian/patches/top-pom.patch | 16 ++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/debian/patches/local-jars.patch b/debian/patches/local-jars.patch new file mode 100644 index 0000000..99d4173 --- /dev/null +++ b/debian/patches/local-jars.patch @@ -0,0 +1,20 @@ +--- a/latexdraw-core/net.sf.latexdraw/pom.xml ++++ b/latexdraw-core/net.sf.latexdraw/pom.xml +@@ -303,6 +303,8 @@ + <groupId>org.swinglabs</groupId> + <artifactId>pdf-renderer</artifactId> + <version>1.0.5</version> ++ <scope>system</scope> ++ <systemPath>/usr/share/java/pdfrenderer.jar</systemPath> + </dependency> + <dependency> + <groupId>org.malai</groupId> +@@ -318,6 +320,8 @@ + <groupId>net.sf.jlibeps</groupId> + <artifactId>jlibeps</artifactId> + <version>0.1</version> ++ <scope>system</scope> ++ <systemPath>/usr/share/java/net.sourceforge.jlibeps.jar</systemPath> + </dependency> + </dependencies> + </project> diff --git a/debian/patches/series b/debian/patches/series index 740c3d3..129c9f7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,4 @@ +local-jars.patch latexdraw_shell_script.patch -disable_update_checker.patch +#disable_update_checker.patch +top-pom.patch diff --git a/debian/patches/top-pom.patch b/debian/patches/top-pom.patch new file mode 100644 index 0000000..4634df6 --- /dev/null +++ b/debian/patches/top-pom.patch @@ -0,0 +1,16 @@ +--- /dev/null ++++ b/pom.xml +@@ -0,0 +1,13 @@ ++<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> ++ <modelVersion>4.0.0</modelVersion> ++ ++ <groupId>net.sf.latexdraw</groupId> ++ <artifactId>latexdraw</artifactId> ++ <version>3.3.4</version> ++ <packaging>pom</packaging> ++ ++ <modules> ++ <module>latexdraw-core/net.sf.latexdraw</module> ++ </modules> ++ ++</project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

