[X2Go-Commits] [x2gothinclient] 03/11: debian/*: White-space cleanups.
git-admin at x2go.org
git-admin at x2go.org
Wed Nov 27 09:05:57 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 db35589b4f67dbd6a3164564537da68d0025642a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Nov 27 08:24:15 2019 +0100
debian/*: White-space cleanups.
---
debian/changelog | 12 ++++++------
debian/x2gothinclient-minidesktop.preinst | 2 +-
debian/x2gothinclient.preinst | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fac12fb..90e2102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -455,7 +455,7 @@ x2gothinclient (1.0.1.7-0~x2go1) unstable; urgency=low
- Drop outdated README.howto and point to Wiki page with
TCE documentation.
- Replace red background with default blue background because
- of rendering problems and recognizablitity
+ of rendering problems and recognizablitity
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 13 Jun 2012 22:24:15 +0200
@@ -511,7 +511,7 @@ x2gothinclient (1.0.1.3-0~x2go1) unstable; urgency=low
* New upstream version (1.0.1.3):
- Split up x2gocdmanager package into x2gocdmanager and x2gothinshutdown
package
- - Fix USB mounting, CD mounting,
+ - Fix USB mounting, CD mounting,
- Improve code layout (tab stops, inline comments)
- Add HTTP_PROXY and FTP_PROXY support to x2gothinclientmanagement (APT
package download)
@@ -519,7 +519,7 @@ x2gothinclient (1.0.1.3-0~x2go1) unstable; urgency=low
- Add syslinux boot splash with X2Go flavour.
- Install 486 and 686 kernels in TCE chroot.
- Move PXE tftpboot examples to x2gothinclient/share/tftpboot.
- - Improval of syslinux boot screen.
+ - Improval of syslinux boot screen.
- Add x2gothinclient_preptftpboot script.
- Add man page for x2gothinclient_preptftpboot.
- Do not run management script if there is a problem with the X2Go TCE
@@ -540,7 +540,7 @@ x2gothinclient (1.0.1.3-0~x2go1) unstable; urgency=low
- Add tmpfs mount for /var/lib/dbus.
- Reduce x2goclient CPU load from ~100% to ~0-1%.
- Boot TCE kernel with nomodeset boot option to avoid gCard incompatibilities
- (Fb vs. Xorg).
+ (Fb vs. Xorg).
- Move kernel/initrd symlinks after install rather than copying.
- Add detection of kernel upgrades to x2gothinclient_upgrade script.
- Adapt chroot file created by x2gothinclient_upgrade, escaping $-signs.
@@ -570,7 +570,7 @@ x2gothinclient (1.0.1.2-0~x2go1) unstable; urgency=low
* restructured x2gothinclientmanagement package
* x2gothinclientmanagement depends on debootstrap
- * x2gothinclientmanagement recommends chroot server packages (NFSd,
+ * x2gothinclientmanagement recommends chroot server packages (NFSd,
TFTPd, DHCPd)
* moves x2gothinclient_settings to /etc/x2go
* adds man pages
@@ -595,7 +595,7 @@ x2gothinclient (1.0.1-2) unstable; urgency=low
* changed: in /etc/init.d/ramdrive group users instead staff
[Mike Gabriel]
- * the name of this package has changed with 1.0.1.2 so this log entry's package name
+ * the name of this package has changed with 1.0.1.2 so this log entry's package name
had to be manipulated...
-- Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de> Mon, 08 Dec 2008 15:28:29 +0100
diff --git a/debian/x2gothinclient-minidesktop.preinst b/debian/x2gothinclient-minidesktop.preinst
index 8b855eb..5bfb315 100755
--- a/debian/x2gothinclient-minidesktop.preinst
+++ b/debian/x2gothinclient-minidesktop.preinst
@@ -20,7 +20,7 @@ set -e
case "$1" in
install|upgrade)
if ! dpkg-divert --list | grep x2goclient.desktop.disabled-by-x2gotce 1>/dev/null 2>/dev/null; then
- dpkg-divert --add --rename --package x2gothinclient-minidesktop --divert /usr/share/applications/x2goclient.desktop.disabled-by-x2gotce /usr/share/applications/x2goclient.desktop
+ dpkg-divert --add --rename --package x2gothinclient-minidesktop --divert /usr/share/applications/x2goclient.desktop.disabled-by-x2gotce /usr/share/applications/x2goclient.desktop
fi
mkdir -p /usr/lib/x2go/
if ! dpkg-divert --list | grep usr/lib/x2go/x2goclient 1>/dev/null 2>/dev/null; then
diff --git a/debian/x2gothinclient.preinst b/debian/x2gothinclient.preinst
index b8ad870..83bdad5 100755
--- a/debian/x2gothinclient.preinst
+++ b/debian/x2gothinclient.preinst
@@ -20,12 +20,12 @@ set -e
case "$1" in
install|upgrade)
- if getent passwd x2goclient >/dev/null; then
+ if getent passwd x2goclient >/dev/null; then
echo "The manually created user account ,,x2goclient'' is no longer used by"
echo "the X2Go thin client environment and can be removed from the thin client"
echo "chroot."
fi
- if getent group x2goclient >/dev/null; then
+ if getent group x2goclient >/dev/null; then
echo "The manually created group ,,x2goclient'' is no longer used by the X2Go thin"
echo "client environment and can be removed from the thin client chroot."
fi
--
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