This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guacamole-client.
commit d60702429988ce1a29673f481eb93867811318af Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 6 00:18:06 2016 +0100 Removed the build dependency on java6-sdk --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 99c5c82..8d6d107 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium - Standards-Version updated to 3.9.6 (no changes) - Removed the duplicate Section fields on the binary packages - Suggest jetty8 instead of jetty for the guacamole package + - Removed the build dependency on java6-sdk * Switch to debhelper level 9 * Build with the DH sequencer instead of CDBS diff --git a/debian/control b/debian/control index aa04cfd..3681753 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: guacamole-client Priority: extra Maintainer: Michael Jumper <[email protected]> Build-Depends: debhelper (>= 9), - default-jdk | java6-sdk, + default-jdk, libmaven-assembly-plugin-java, libmaven-install-plugin-java, libmaven-plugin-testing-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guacamole-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

