From d8d094ddbe0fb9ab86ecd33f6cdd056d8b1ce9f2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 2 Nov 2014 20:45:23 +0100 Subject: upload to ppa:x2go/stable+ppa (ubuntu/1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1) * Non-maintainer upload. * Add SERVER_NAME env var support. * Add X2Go support to RLS. * Provide via ppa:x2go/ppa and ppa:x2go/stable on Launchpad. --- debian/changelog | 9 + debian/patches/02_server-name.patch | 19 ++ debian/patches/03_x2go+rls.patch | 429 ++++++++++++++++++++++++++++++++++++ debian/patches/series | 2 + 4 files changed, 459 insertions(+) create mode 100644 debian/patches/02_server-name.patch create mode 100644 debian/patches/03_x2go+rls.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9172a0d..c7e8852 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +remote-login-service (1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1) trusty; urgency=medium + + * Non-maintainer upload. + * Add SERVER_NAME env var support. + * Add X2Go support to RLS. + * Provide via ppa:x2go/ppa and ppa:x2go/stable on Launchpad. + + -- Mike Gabriel Sun, 02 Nov 2014 19:05:58 +0100 + remote-login-service (1.0.0-0ubuntu3) raring; urgency=low * Don't use deprecated g_type_init() with recent glib2.0. diff --git a/debian/patches/02_server-name.patch b/debian/patches/02_server-name.patch new file mode 100644 index 0000000..50c9a91 --- /dev/null +++ b/debian/patches/02_server-name.patch @@ -0,0 +1,19 @@ +--- a/src/uccs-server.c ++++ b/src/uccs-server.c +@@ -20,6 +20,7 @@ + #include "config.h" + #endif + ++#include + #include + + #include +@@ -734,6 +735,8 @@ + argv[1] = server->username; + argv[2] = NULL; + ++ g_setenv("SERVER_ROOT", server->parent.uri, TRUE); ++ + g_spawn_async_with_pipes(NULL, /* pwd */ + (gchar **)argv, + NULL, /* env */ diff --git a/debian/patches/03_x2go+rls.patch b/debian/patches/03_x2go+rls.patch new file mode 100644 index 0000000..d4563f7 --- /dev/null +++ b/debian/patches/03_x2go+rls.patch @@ -0,0 +1,429 @@ +--- a/src/com.canonical.RemoteLogin.xml ++++ b/src/com.canonical.RemoteLogin.xml +@@ -2,19 +2,21 @@ + + +