[bsaf] 10/11: Rebase jnlp-dependency.patch
Markus Koschany
apo at moszumanska.debian.org
Thu Oct 13 18:27:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository bsaf.
commit c61926c84f37a9e5245e4d538f365972e70310a7
Author: Markus Koschany <apo at debian.org>
Date: Thu Oct 13 19:57:04 2016 +0200
Rebase jnlp-dependency.patch
---
debian/changelog | 1 +
debian/patches/jnlp-dependency.patch | 30 ++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 32 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ac76b16..ca90095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ bsaf (1.9.2-1) unstable; urgency=medium
* wrap-and-sort -sa.
* Switch from cdbs to dh sequencer.
* Vcs: Use cgit and https.
+ * Rebase jnlp-dependency.patch.
-- Markus Koschany <apo at debian.org> Thu, 13 Oct 2016 19:54:30 +0200
diff --git a/debian/patches/jnlp-dependency.patch b/debian/patches/jnlp-dependency.patch
new file mode 100644
index 0000000..4015222
--- /dev/null
+++ b/debian/patches/jnlp-dependency.patch
@@ -0,0 +1,30 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 13 Oct 2016 19:56:31 +0200
+Subject: jnlp dependency
+
+Point to netx.jar to provide the JNLP classes
+Forwarded: not-needed
+---
+ pom.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 25e53cf..c2e381a 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -138,7 +138,7 @@
+ <artifactId>jnlp</artifactId>
+ <version>1.6</version>
+ <scope>system</scope>
+- <systemPath>${java.home}/lib/javaws.jar</systemPath>
++ <systemPath>/usr/share/java/netx.jar</systemPath>
+ </dependency>
+ </dependencies>
+ <reporting>
+@@ -218,4 +218,4 @@
+ </build>
+ </profile>
+ </profiles>
+-</project>
+\ No newline at end of file
++</project>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..24a2ef6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+jnlp-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsaf.git
More information about the pkg-java-commits
mailing list