From 53f8a5f853ef959bd34305bd14284e865070a85e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 2 Nov 2014 21:31:43 +0100 Subject: Revert "upload to ppa:x2go/stable+ppa (ubuntu/1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1)" This reverts commit d8d094ddbe0fb9ab86ecd33f6cdd056d8b1ce9f2. --- 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 deletions(-) delete mode 100644 debian/patches/02_server-name.patch delete mode 100644 debian/patches/03_x2go+rls.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c7e8852..9172a0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,3 @@ -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 deleted file mode 100644 index 50c9a91..0000000 --- a/debian/patches/02_server-name.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 deleted file mode 100644 index d4563f7..0000000 --- a/debian/patches/03_x2go+rls.patch +++ /dev/null @@ -1,429 +0,0 @@ ---- a/src/com.canonical.RemoteLogin.xml -+++ b/src/com.canonical.RemoteLogin.xml -@@ -2,19 +2,21 @@ - - -