[X2Go-Commits] [x2gothinclient] 09/11: debian/x2gothinclient-minidesktop.init: Drop init script, never had functionality.

git-admin at x2go.org git-admin at x2go.org
Wed Nov 27 09:05:58 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gothinclient.

commit f2b222de6627936286df4ad70282460e4137140a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 27 08:50:25 2019 +0100

    debian/x2gothinclient-minidesktop.init: Drop init script, never had functionality.
---
 debian/changelog                                 |  4 +++
 debian/control                                   |  1 -
 debian/x2gothinclient-minidesktop.init           |  1 -
 minidesktop/init/x2gothinclient-minidesktop.init | 32 ------------------------
 4 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 78da435..f6e407b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ x2gothinclient (1.5.0.1-0x2go2) UNRELEASED; urgency=medium
     - management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home:
       Make X2Go Client desktop link executable, so that it becomes a real
       desktop link.
+    - minidesktop/init/: Drop init script for mini desktop variant. Always been
+      a no-op script.
   * debian/rules:
     + Convert to pure debhelper rules file.
     + Remove Qt5 build cruft from cdmanager/powerej/.
@@ -45,6 +47,8 @@ x2gothinclient (1.5.0.1-0x2go2) UNRELEASED; urgency=medium
     + Add D (any bin:pkg reported by lintian): lsb-base.
   * debian/{control,x2gothinclient.<scripts>}:
     + Drop all transitional packages.
+  * debian/x2gothinclient-minidesktop.init:
+    + Drop init script, never had functionality.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 02 Dec 2018 06:49:42 +0100
 
diff --git a/debian/control b/debian/control
index 36bb66a..3ee2402 100644
--- a/debian/control
+++ b/debian/control
@@ -110,7 +110,6 @@ Package: x2gothinclient-minidesktop
 Architecture: all
 Depends:
  ${misc:Depends},
- lsb-base,
  mate-desktop-environment-core,
  mate-icon-theme,
  mate-themes,
diff --git a/debian/x2gothinclient-minidesktop.init b/debian/x2gothinclient-minidesktop.init
deleted file mode 120000
index bccd54b..0000000
--- a/debian/x2gothinclient-minidesktop.init
+++ /dev/null
@@ -1 +0,0 @@
-../minidesktop/init/x2gothinclient-minidesktop.init
\ No newline at end of file
diff --git a/minidesktop/init/x2gothinclient-minidesktop.init b/minidesktop/init/x2gothinclient-minidesktop.init
deleted file mode 100644
index a485775..0000000
--- a/minidesktop/init/x2gothinclient-minidesktop.init
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-### BEGIN INIT INFO
-# Provides:          x2gothinclient-minidesktop
-# Required-Start:    $local_fs
-# Required-Stop:
-# Default-Start:     S
-# Default-Stop:
-# X-Start-Before:    nfs-common alsa-utils
-# Short-Description: 
-# Description:       Prepare X2Go TCE MATE Desktop for usage
-### END INIT INFO
-
-set -e
-
-. /lib/lsb/init-functions
-
-case "$1" in
-  start|"")
-        exit 0
-        ;;
-  restart|reload|force-reload|status)
-        echo "Error: argument '$1' not supported" >&2
-        exit 3
-        ;;
-  stop)
-        # No-op
-        ;;
-  *)
-        echo "Usage: x2gothinclient-minidesktop start" >&2
-        exit 3
-        ;;
-esac

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git


More information about the x2go-commits mailing list