[libpdfbox-java] 16/21: Add use-local-jars.patch

Markus Koschany apo at moszumanska.debian.org
Fri Jun 30 13:54:13 UTC 2017


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

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

commit 4dd3ba64f722438c585bade5274911247830096d
Author: Markus Koschany <apo at debian.org>
Date:   Thu Jun 29 23:43:13 2017 +0200

    Add use-local-jars.patch
---
 debian/patches/series               |  1 +
 debian/patches/use-local-jars.patch | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0c57db2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-local-jars.patch
diff --git a/debian/patches/use-local-jars.patch b/debian/patches/use-local-jars.patch
new file mode 100644
index 0000000..928232e
--- /dev/null
+++ b/debian/patches/use-local-jars.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 29 Jun 2017 23:42:57 +0200
+Subject: use local jars
+
+---
+ pdfbox/pom.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/pdfbox/pom.xml b/pdfbox/pom.xml
+index fb53770..4ee6438 100644
+--- a/pdfbox/pom.xml
++++ b/pdfbox/pom.xml
+@@ -45,6 +45,8 @@
+             <groupId>org.apache.pdfbox</groupId>
+             <artifactId>fontbox</artifactId>
+             <version>${project.version}</version>
++            <scope>system</scope>
++            <systemPath>${user.dir}/fontbox/target/fontbox-2.0.6.jar</systemPath>
+         </dependency>
+         <dependency>
+             <groupId>commons-logging</groupId>

-- 
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