[freehep-graphicsio] 01/01: Do not require a specific libexec-maven-plugin-java version.

Giovanni Mascellani gio at moszumanska.debian.org
Mon Oct 30 14:33:41 UTC 2017


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

gio pushed a commit to branch master
in repository freehep-graphicsio.

commit 9342c8b0e1d479d74914415c72a5da2c24200fb7
Author: Giovanni Mascellani <gio at debian.org>
Date:   Mon Oct 30 15:19:09 2017 +0100

    Do not require a specific libexec-maven-plugin-java version.
---
 debian/changelog                                     |  5 +++++
 debian/maven.rules                                   |  1 -
 debian/patches/classpath.diff                        | 14 +++++++++-----
 debian/patches/jlatexmath.diff                       | 16 ++++++++++------
 .../patches/libexec-maven-plugin-java_version.diff   | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 6 files changed, 45 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21e5464..ad37a44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 freehep-graphicsio (2.1.1-5) UNRELEASED; urgency=medium
 
+  [ tony mancill ]
   * Team upload.
   * Remove Gabriele Giacone from Uploaders (Closes: #856744)
 
+  [ Giovanni Mascellani ]
+  * Do not request a specific libexec-maven-plugin-java version (closes:
+    #879257).
+
  -- tony mancill <tmancill at debian.org>  Sat, 22 Apr 2017 20:29:45 -0700
 
 freehep-graphicsio (2.1.1-4) unstable; urgency=medium
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index 2e97ff0..0000000
--- a/debian/maven.rules
+++ /dev/null
@@ -1 +0,0 @@
-org.codehaus.mojo exec-maven-plugin maven-plugin s/.*/1.1.1/
diff --git a/debian/patches/classpath.diff b/debian/patches/classpath.diff
index 310889e..8ea0b45 100644
--- a/debian/patches/classpath.diff
+++ b/debian/patches/classpath.diff
@@ -1,11 +1,15 @@
 From: Giovanni Mascellani <gio at debian.org>
+Date: Mon, 30 Oct 2017 15:13:39 +0100
 Subject: Add classpath to compiled JAR
+
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: freehep-graphicsio/pom.xml
-===================================================================
---- freehep-graphicsio.orig/pom.xml
-+++ freehep-graphicsio/pom.xml
+ pom.xml | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+diff --git a/pom.xml b/pom.xml
+index 0377a4e..cb3424e 100644
+--- a/pom.xml
++++ b/pom.xml
 @@ -33,6 +33,18 @@
            <mainClass>org.freehep.graphicsio.exportchooser.ImageIOExportFileType</mainClass>
          </configuration>
diff --git a/debian/patches/jlatexmath.diff b/debian/patches/jlatexmath.diff
index d87f627..e1b2701 100644
--- a/debian/patches/jlatexmath.diff
+++ b/debian/patches/jlatexmath.diff
@@ -1,12 +1,16 @@
 From: Giovanni Mascellani <gio at debian.org>
+Date: Mon, 30 Oct 2017 15:13:39 +0100
 Subject: Fix writing JLaTeXMath to PDF
+
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: freehep-graphicsio/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
-===================================================================
---- freehep-graphicsio.orig/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
-+++ freehep-graphicsio/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
-@@ -797,13 +797,16 @@ public abstract class AbstractVectorGrap
+ .../java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java    | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java b/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
+index b68a583..0eb3a1e 100644
+--- a/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
++++ b/src/main/java/org/freehep/graphicsio/AbstractVectorGraphicsIO.java
+@@ -797,13 +797,16 @@ public abstract class AbstractVectorGraphicsIO extends VectorGraphicsIO {
       * Clears any existing transformation and sets the a new one.
       * The default implementation calls writeTransform using the
       * inverted affine transform to calculate it.
diff --git a/debian/patches/libexec-maven-plugin-java_version.diff b/debian/patches/libexec-maven-plugin-java_version.diff
new file mode 100644
index 0000000..483b846
--- /dev/null
+++ b/debian/patches/libexec-maven-plugin-java_version.diff
@@ -0,0 +1,20 @@
+From: Giovanni Mascellani <gio at debian.org>
+Date: Mon, 30 Oct 2017 15:17:08 +0100
+Subject: Remove version information for plugin libexec-maven-plugin-java.
+
+---
+ pom.xml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index cb3424e..31346e8 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -21,7 +21,6 @@
+       <plugin>
+         <groupId>org.codehaus.mojo</groupId>
+         <artifactId>exec-maven-plugin</artifactId>
+-        <version>1.0.2</version>
+         <executions>
+           <execution>
+             <goals>
diff --git a/debian/patches/series b/debian/patches/series
index d11ff0d..7d9fa5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 jlatexmath.diff
 classpath.diff
+libexec-maven-plugin-java_version.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio.git



More information about the pkg-java-commits mailing list