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 34a73ff2137e4d707c828443a08d0d63c8178b2d Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 6 00:10:17 2016 +0100 Removed the duplicate Section fields on the binary packages --- debian/changelog | 1 + debian/control | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 68eda24..0f51ef8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ guacamole-client (0.8.3-1.2) UNRELEASED; urgency=medium * debian/control: - 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 * Switch to debhelper level 9 * Build with the DH sequencer instead of CDBS diff --git a/debian/control b/debian/control index 05964c7..1aad66f 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,6 @@ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/guacamole-client.git Homepage: http://guac-dev.org Package: guacamole -Section: net Architecture: all Depends: guacd, ${misc:Depends} Recommends: libguac-client-vnc0 @@ -30,7 +29,6 @@ Description: HTML5 web application for accessing remote desktops supporting HTML5 and AJAX. Package: guacamole-tomcat -Section: net Architecture: all Depends: debconf, guacamole, libguac-client-vnc0, tomcat8, ${misc:Depends} Description: Tomcat-based Guacamole install with VNC support -- 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

