diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-24 18:44:19 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-24 18:44:19 +0200 |
commit | ac687b080487c02f2ed41a2a42e6a68cce638d4b (patch) | |
tree | 399312e22470442393f0edb4684cb0f89ab0ead4 | |
parent | b415237f37b08f1a5d8dd61ae0fef28eca52c710 (diff) | |
download | lightdm-remote-session-arctica-ac687b080487c02f2ed41a2a42e6a68cce638d4b.tar.gz lightdm-remote-session-arctica-ac687b080487c02f2ed41a2a42e6a68cce638d4b.tar.bz2 lightdm-remote-session-arctica-ac687b080487c02f2ed41a2a42e6a68cce638d4b.zip |
Prepare for becoming able to use PyHoca-CLI _or_ X2Go Client for handling the X2Go session being launched via remote login.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 94dbf07..8373bad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ lightdm-remote-session-x2go (0.0.1.0-0~x2go1) UNRELEASED; urgency=low - Stop being a drop-in replacement for lightdm-remote-login-freerdp. Become an independent package that provides server type »x2go« to the remote-login-service. + - Prepare for becoming able to use PyHoca-CLI _or_ X2Go Client for + handling the X2Go session being launched via remote login. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 24 Apr 2013 17:52:57 +0200 diff --git a/debian/control b/debian/control index 81ce8ed..596f83c 100644 --- a/debian/control +++ b/debian/control @@ -21,11 +21,12 @@ Depends: ${misc:Depends}, socat, zenity, - pyhoca-cli (>= 0.2.1.0-0~), + pyhoca-cli (>= 0.2.1.0-0~) | x2goclient (>= 4.0.1.1-0~), libpam-x2go, - lightdm (>= 1.3.3-0~) + lightdm (>= 1.3.3-0~), Suggests: apparmor, Description: Log into X2Go sessions via LightDM The configuration files needed and scripts required to login - to a full screen X2Go session using LightDM and PyHoca / Python X2Go. + to a full screen X2Go session using LightDM and PyHoca / Python X2Go + or X2Go Client. |