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 c898322e60b86e6f129a237bd56305d6da99850d Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 6 00:11:11 2016 +0100 Suggest jetty8 instead of jetty for the guacamole package --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0f51ef8..c8b2c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium - Changed the Vcs-* field to point to the Alioth packaging repository - 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 * Switch to debhelper level 9 * Build with the DH sequencer instead of CDBS diff --git a/debian/control b/debian/control index 1aad66f..e7ee78e 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Package: guacamole Architecture: all Depends: guacd, ${misc:Depends} Recommends: libguac-client-vnc0 -Suggests: tomcat8 | jetty +Suggests: tomcat8 | jetty8 Description: HTML5 web application for accessing remote desktops Guacamole is an HTML5 web application that provides access to a desktop environment using remote desktop protocols. A centralized server acts as a -- 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

