[debian-edu-commits] debian-edu/ 01/01: Add a guacamole-auth-noauth package.
Dominik George
natureshadow-guest at moszumanska.debian.org
Wed Nov 9 15:43:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository guacamole-client.
commit b4b05d2a41d26e3302e48b57dbc6739df2af5087
Author: Dominik George <nik at naturalnet.de>
Date: Wed Nov 9 16:43:07 2016 +0100
Add a guacamole-auth-noauth package.
---
debian/changelog | 1 +
debian/control | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index eb4cd60..fbdd2c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ guacamole-client (0.9.9+dfsg-1) UNRELEASED; urgency=medium
+ Repackaged to remove some pre-built library code.
* Suggest xrdp.
* Merge guacamole and guacamole-tomcat packages into guacamole.
+ * Add the noauth extension.
[ Thorsten Glaser ]
* Patch the code and buildsystem until it works on Debian,
diff --git a/debian/control b/debian/control
index d6984c1..fb75607 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,8 @@ Depends:
guacd,
tomcat8,
${misc:Depends},
+Recommends:
+ guacamole-auth-noauth,
Suggests:
xrdp,
Conflicts:
@@ -60,3 +62,21 @@ Description: HTML5 web application for accessing remote desktops
guacd proxy daemon, which allows communication with various backend
protocols. It also configures a Tomcat instance and provides web server
configuration for Apache.
+
+Package: guacamole-auth-noauth
+Architecture: all
+Depends:
+ guacamole (= ${binary:Version}),
+ ${misc:Depends},
+Enhances:
+ guacamole,
+Description: HTML5 web application for accessing remote desktops (noauth module)
+ Guacamole is an HTML5 web application that provides access to a desktop
+ environment using remote desktop protocols. A centralized server acts as a
+ tunnel and proxy, allowing access to multiple desktops through a web browser.
+ No plugins are needed: the client requires nothing more than a web browser
+ supporting HTML5 and AJAX.
+ .
+ This package contains an authentication extension for Guacamole that
+ disables authentication. You can then use any authentication mecahnisms
+ provided by the backend, e.g. xrdp's sesman.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-client.git
More information about the debian-edu-commits
mailing list