aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control6
-rw-r--r--debian/lightdm-remote-session-x2go.links1
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 12027fa..ec79ba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ lightdm-remote-session-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low
* Initial upstream release. Forked from Canonical's
lightdm-remote-session-freerdp (by Ted Gould <ted@canonical.com>).
+ * Be a drop-in replacement for lightdm-remote-session-freerdp for now
+ until Canonical offers X2Go sessions on
+ https://uccs.landscape.canonical.com.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 08 Nov 2012 22:27:37 +0100
-
diff --git a/debian/control b/debian/control
index e59624c..6faa8f2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,12 @@ Depends:
pyhoca-cli,
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
The configuration files needed and scripts required to login
- to a full screen X2Go session using LightDM and PyHoca / Python X2Go. \ No newline at end of file
+ to a full screen X2Go session using LightDM and PyHoca / Python X2Go.
diff --git a/debian/lightdm-remote-session-x2go.links b/debian/lightdm-remote-session-x2go.links
new file mode 100644
index 0000000..c427b8c
--- /dev/null
+++ b/debian/lightdm-remote-session-x2go.links
@@ -0,0 +1 @@
+/etc/pam.d/lightdm-remote-x2go /etc/pam.d/lightdm-remote-freerdp \ No newline at end of file