[swtchart] 02/06: Transition to libswt-gtk-4-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Aug 5 08:56:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository swtchart.
commit 543f82a174a2c9848807085a00b879a49af98f8c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Aug 5 10:37:45 2016 +0200
Transition to libswt-gtk-4-java
---
debian/build.xml | 4 ++--
debian/changelog | 1 +
debian/control | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index d7128fa..0713f5a 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -19,13 +19,13 @@
<javac debug="true" destdir="org.swtchart/bin">
<src path="org.swtchart/src"/>
<classpath>
- <pathelement location="/usr/share/java/swt.jar"/>
+ <pathelement location="/usr/share/java/swt4.jar"/>
<pathelement location="org.swtchart/bin"/>
</classpath>
</javac>
<jar destfile="org.swtchart.jar" manifest="org.swtchart/META-INF/MANIFEST.MF.OUT">
<manifest>
- <attribute name="Class-Path" value="/usr/share/java/swt.jar"/>
+ <attribute name="Class-Path" value="/usr/share/java/swt4.jar"/>
</manifest>
<fileset dir="org.swtchart/bin"/>
</jar>
diff --git a/debian/changelog b/debian/changelog
index df218fc..627aa56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
swtchart (0.8.0-2) UNRELEASED; urgency=medium
* Team upload.
+ * Transition to libswt-gtk-4-java
* Standards-Version updated to 3.9.8
-- Emmanuel Bourg <ebourg at apache.org> Fri, 05 Aug 2016 10:36:19 +0200
diff --git a/debian/control b/debian/control
index 5f5a9b0..ba8efc9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8~),
javahelper,
default-jdk,
ant,
- libswt-gtk-3-java
+ libswt-gtk-4-java
Standards-Version: 3.9.8
Vcs-Git: git://git.debian.org/git/pkg-java/swtchart.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/swtchart.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swtchart.git
More information about the pkg-java-commits
mailing list