[libsejda-java] 01/04: Build-depend on libsejda-itself and drop use-local-jars.patch

Markus Koschany apo at moszumanska.debian.org
Wed Aug 2 17:14:50 UTC 2017


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

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

commit b2a3ec13584bfffdd4b722d94e32052125e5801c
Author: Markus Koschany <apo at debian.org>
Date:   Fri Jul 7 01:05:06 2017 +0200

    Build-depend on libsejda-itself and drop use-local-jars.patch
    
    which was necessary for boostrapping the library.
---
 debian/control                      |  1 +
 debian/patches/series               |  1 -
 debian/patches/use-local-jars.patch | 87 -------------------------------------
 3 files changed, 1 insertion(+), 88 deletions(-)

diff --git a/debian/control b/debian/control
index 88e944d..b7bfce4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
  libmaven-javadoc-plugin-java,
  libmetadata-extractor-java (>= 2.10.1),
  libsambox-java,
+ libsejda-java,
  libslf4j-java,
  libtwelvemonkeys-java,
  libxmlgraphics-commons-java,
diff --git a/debian/patches/series b/debian/patches/series
index a9b2e8f..3a7f69e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-use-local-jars.patch
 xmlgraphics-commons.patch
 no-optional-fonts.patch
diff --git a/debian/patches/use-local-jars.patch b/debian/patches/use-local-jars.patch
deleted file mode 100644
index 074ddde..0000000
--- a/debian/patches/use-local-jars.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Wed, 28 Jun 2017 15:16:17 +0200
-Subject: use local jars
-
----
- pom.xml              |  1 +
- sejda-core/pom.xml   |  4 +++-
- sejda-sambox/pom.xml | 20 +++++++++++++++-----
- 3 files changed, 19 insertions(+), 6 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 7df17f1..924415b 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -194,6 +194,7 @@
- 	</profiles>
- 
- 	<build>
-+		<directory>${user.dir}/lib</directory>
- 		<pluginManagement>
- 			<plugins>
- 				<plugin>
-diff --git a/sejda-core/pom.xml b/sejda-core/pom.xml
-index 94fa52e..b8448d1 100644
---- a/sejda-core/pom.xml
-+++ b/sejda-core/pom.xml
-@@ -49,7 +49,9 @@
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-model</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-model-2.10.4.jar</systemPath>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.apache.commons</groupId>
-diff --git a/sejda-sambox/pom.xml b/sejda-sambox/pom.xml
-index c05d363..9b5245b 100644
---- a/sejda-sambox/pom.xml
-+++ b/sejda-sambox/pom.xml
-@@ -33,22 +33,30 @@
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-core</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-core-2.10.4.jar</systemPath>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-model</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-model-2.10.4.jar</systemPath>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-fonts</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-fonts-2.10.4.jar</systemPath>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-optional-fonts</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-optional-fonts-2.10.4.jar</systemPath>
- 			<optional>true</optional>
- 		</dependency>
- 		<dependency>
-@@ -59,7 +67,9 @@
- 		<dependency>
- 			<groupId>org.sejda</groupId>
- 			<artifactId>sejda-image-writers</artifactId>
--			<version>${project.version}</version>
-+			<version>2.10.4</version>
-+			<scope>system</scope>
-+			<systemPath>${user.dir}/lib/sejda-image-writers-2.10.4.jar</systemPath>
- 		</dependency>
- 		<dependency>
- 			<groupId>org.bouncycastle</groupId>

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



More information about the pkg-java-commits mailing list