From 15b8e5a35a380474a1303081f8d6ad8536a1524d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Apr 2013 17:56:47 +0200 Subject: =?UTF-8?q?Stop=20being=20a=20drop-in=20replacement=20for=20lightd?= =?UTF-8?q?m-remote-login-freerdp.=20Become=20an=20independent=20package?= =?UTF-8?q?=20that=20provides=20server=20type=20=C2=BBx2go=C2=AB=20to=20th?= =?UTF-8?q?e=20remote-login-service.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f0b2e36..81ce8ed 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dh-apparmor, cdbs, dh-autoreconf, -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://wiki.x2go.org Vcs-Git: git://code.x2go.org/lightdm-remote-session-x2go Vcs-Browser: http://code.x2go.org/gitweb?p=lightdm-remote-session-x2go.git;a=summary @@ -24,10 +24,6 @@ Depends: pyhoca-cli (>= 0.2.1.0-0~), libpam-x2go, lightdm (>= 1.3.3-0~) -Conflicts: - lightdm-remote-session-freerdp, -Replaces: - lightdm-remote-session-freerdp, Suggests: apparmor, Description: Log into X2Go sessions via LightDM -- cgit v1.2.3 From ac687b080487c02f2ed41a2a42e6a68cce638d4b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Apr 2013 18:44:19 +0200 Subject: Prepare for becoming able to use PyHoca-CLI _or_ X2Go Client for handling the X2Go session being launched via remote login. --- debian/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') 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. -- cgit v1.2.3