This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libpdfbox2-java.
commit 6a9fcca859fcb87ff69af78a51001e7ea017efc1 Author: Markus Koschany <[email protected]> Date: Sat Jul 22 14:22:26 2017 +0200 Drop use-local-jars.patch and build-depend on libpdfbox2 instead. --- debian/control | 1 + debian/patches/series | 1 - debian/patches/use-local-jars.patch | 23 ----------------------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/debian/control b/debian/control index 420ed5c..f6e751f 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libcommons-logging-java, libicu4j-java, libmaven-javadoc-plugin-java, + libpdfbox2-java, maven-debian-helper Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libpdfbox2-java.git diff --git a/debian/patches/series b/debian/patches/series index c040ff5..4e70690 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -use-local-jars.patch jar-packaging.patch diff --git a/debian/patches/use-local-jars.patch b/debian/patches/use-local-jars.patch deleted file mode 100644 index 32765ff..0000000 --- a/debian/patches/use-local-jars.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Thu, 29 Jun 2017 23:42:57 +0200 -Subject: use local jars - -Must be dropped after the initial upload but then the package also must build-depend -on libfontbox2-java. ---- - 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/libpdfbox2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

