[libpdfbox-java] 04/07: Refresh build.xml.patch.

gregor herrmann gregoa at debian.org
Mon Jun 23 15:34:16 UTC 2014


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

gregoa pushed a commit to branch master
in repository libpdfbox-java.

commit 2ebf76c09ab5ab6699896e150946c3de72693bc9
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 23 17:21:31 2014 +0200

    Refresh build.xml.patch.
---
 debian/patches/build.xml.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/build.xml.patch b/debian/patches/build.xml.patch
index 9ff3257..ef97000 100644
--- a/debian/patches/build.xml.patch
+++ b/debian/patches/build.xml.patch
@@ -1,11 +1,11 @@
 Description: adjust for Debian:
  - use Debian packages for building
- - fix a variable
  - remove the test classes from the jars
+ - fix a variable
 Origin: vendor
 Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-05-02
+Last-Update: 2014-06-23
 
 --- a/pdfbox/build.xml
 +++ b/pdfbox/build.xml
@@ -19,7 +19,7 @@ Last-Update: 2014-05-02
 +    <property name="tool.dir" value="/usr/share/java" />
      <property name="bin.dir" value="bin" />
  
-     <property name="project.version" value="1.8.5" />
+     <property name="project.version" value="1.8.6" />
 @@ -64,23 +64,23 @@
      <property name="maven.repo1" value="http://repo1.maven.org/maven2" />
      <property name="maven.repo2" value="http://repo2.maven.org/maven2" />
@@ -49,7 +49,7 @@ Last-Update: 2014-05-02
      <property name="icu4j.url" value="${maven.repo1}/com/ibm/icu/icu4j/3.8/${icu4j.name}.jar" />
      <property name="icu4j.jar" value="${jar.dir}/${icu4j.name}.jar" />
  
-@@ -188,9 +188,11 @@
+@@ -177,9 +177,11 @@
          <javac srcdir="${pdfbox.src.dir}" destdir="${pdfbox.dest.dir}"
                 target="1.5" source="1.5" debug="on" deprecation="on"
                 classpathref="pdfbox.build.classpath" encoding="ISO-8859-1"/>
@@ -61,7 +61,7 @@ Last-Update: 2014-05-02
      </target>
  
      <target name="fontbox.compile" depends="fontbox.init"
-@@ -199,9 +201,11 @@
+@@ -188,9 +190,11 @@
          <javac srcdir="${fontbox.src.dir}" destdir="${fontbox.dest.dir}"
                 target="1.5" source="1.5" debug="on" deprecation="on"
                 classpathref="fontbox.build.classpath" encoding="ISO-8859-1"/>
@@ -73,7 +73,7 @@ Last-Update: 2014-05-02
      </target>
  
      <target name="jempbox.compile" depends="jempbox.init"
-@@ -210,15 +214,17 @@
+@@ -199,15 +203,17 @@
          <javac srcdir="${jempbox.src.dir}" destdir="${jempbox.dest.dir}"
                 target="1.5" source="1.5" debug="on" deprecation="on"
                 classpathref="jempbox.build.classpath" encoding="ISO-8859-1"/>

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



More information about the pkg-java-commits mailing list