[openjfx] 01/01: Transition to libswt-gtk-4-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Aug 9 16:26:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjfx.
commit ff306f7191c8501495ed05516f4e0cc318db489b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Aug 9 18:26:16 2016 +0200
Transition to libswt-gtk-4-java
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/patches/02-use-system-libraries.patch | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a291eee..1dbeb25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openjfx (8u102-b14-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Transition to libswt-gtk-4-java
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 09 Aug 2016 17:21:52 +0200
+
openjfx (8u102-b14-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index c2c0bb8..821fc2a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: antlr3,
libpng-dev,
libsqlite3-dev,
libstringtemplate-java,
- libswt-gtk-3-java,
+ libswt-gtk-4-java,
libudev-dev,
libwerken.xpath-java,
libx11-dev,
diff --git a/debian/patches/02-use-system-libraries.patch b/debian/patches/02-use-system-libraries.patch
index d3428a2..4b9c7f6 100644
--- a/debian/patches/02-use-system-libraries.patch
+++ b/debian/patches/02-use-system-libraries.patch
@@ -8,7 +8,7 @@ Forwarded: not-needed
dependencies {
compile project(":base"), BUILD_SRC
- compile name: SWT_FILE_NAME
-+ compile files("/usr/share/java/swt-gtk-3.8.jar")
++ compile files("/usr/share/java/swt4.jar")
stubCompile group: "junit", name: "junit", version: "4.8.2",
project(":base").sourceSets.test.output, sourceSets.main.output
antlr3 group: "org.antlr", name: "antlr", version: "3.1.3"
@@ -17,7 +17,7 @@ Forwarded: not-needed
dependencies {
compile BUILD_SRC, project(":base"), project(":graphics")
- compile name: SWT_FILE_NAME
-+ compile files("/usr/share/java/swt-gtk-3.8.jar")
++ compile files("/usr/share/java/swt4.jar")
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git
More information about the pkg-java-commits
mailing list