[debian-edu-commits] debian-edu/ 13/18: Enable telnet protocol.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Oct 7 18:49:30 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-server.
commit 2662dbeb23060300ab439934dbe227bdd057c6c5
Author: Dominik George <nik at naturalnet.de>
Date: Fri Oct 7 17:49:06 2016 +0200
Enable telnet protocol.
---
debian/control | 19 +++++++++++++++++++
debian/libguac-client-telnet0.install | 2 ++
debian/libguac-client-telnet0.lintian-overrides | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/control b/debian/control
index 6dde90c..a1596c8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends:
libpulse-dev,
libssh2-1-dev,
libssl-dev,
+ libtelnet-dev,
libvncserver-dev,
libvorbis-dev,
libwebp-dev,
@@ -116,6 +117,24 @@ Description: Guacamole proxy daemon (protocol support for VNC)
.
This package contains protocol support for VNC backends.
+Package: libguac-client-telnet0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Guacamole proxy daemon (protocol support for Telnet)
+ The Guacamole proxy daemon, guacd, translates between remote desktop
+ protocols (like VNC) and the Guacamole protocol using protocol plugins.
+ Once a user is authenticated with the Guacamole web application, a tunnel
+ is established through the web application to guacd, allowing the JavaScript
+ client to communicate to an arbitrary remote desktop server through guacd.
+ .
+ This package contains protocol support for Telnet backends.
+
Package: libguac11
Section: libs
Architecture: any
diff --git a/debian/libguac-client-telnet0.install b/debian/libguac-client-telnet0.install
new file mode 100644
index 0000000..1d2ef8b
--- /dev/null
+++ b/debian/libguac-client-telnet0.install
@@ -0,0 +1,2 @@
+usr/lib/*/libguac-client-telnet.so
+usr/lib/*/libguac-client-telnet.so.*
diff --git a/debian/libguac-client-telnet0.lintian-overrides b/debian/libguac-client-telnet0.lintian-overrides
new file mode 100644
index 0000000..7da1a9a
--- /dev/null
+++ b/debian/libguac-client-telnet0.lintian-overrides
@@ -0,0 +1 @@
+libguac-client-telnet0: non-dev-pkg-with-shlib-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-server.git
More information about the debian-edu-commits
mailing list