This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository androidsdk-tools.
commit fbcda752acda6bbe3c00f37994962115d5cddae7 Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 12:48:26 2017 +0100 Build depend on libswt-gtk-4-java instead of libswt-gtk-3-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2cd240b..e847776 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ androidsdk-tools (22.2+git20130830~92d25d6-4) UNRELEASED; urgency=medium * Team upload. + * Build depend on libswt-gtk-4-java instead of libswt-gtk-3-java * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index ff17d9f..e69471c 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep: libguava-java (>= 13.0.1), libjfreechart-swt-java, libkxml2-java, - libswt-gtk-3-java, + libswt-gtk-4-java, perl Standards-Version: 3.9.8 Homepage: http://developer.android.com/tools/help/index.html -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

