This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository swt-paperclips.
commit 39d22bfba9b32def30c8b61713dca57fd66e72f3 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 23:44:21 2016 +0200 Transition to libswt-gtk-4-java --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25fcc03..4c4e012 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ swt-paperclips (1.0.4-2) UNRELEASED; urgency=medium * Team upload. + * Transition to libswt-gtk-4-java * Standards-Version updated to 3.9.8 * Switch to debhelper level 9 * Use canonical Vcs-* URLs diff --git a/debian/control b/debian/control index 866a331..9e6ec24 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java maintainers <[email protected] Uploaders: Sebastian Reichel <[email protected]> Build-Depends: debhelper (>= 9), javahelper (>= 0.32) Build-Depends-Indep: default-jdk, - libswt-gtk-3-java + libswt-gtk-4-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/swt-paperclips.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/swt-paperclips.git diff --git a/debian/rules b/debian/rules index 3c38fc6..445e114 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java -export CLASSPATH=/usr/share/java/swt.jar +export CLASSPATH=/usr/share/java/swt4.jar %: dh $@ --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-paperclips.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

