This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 90e8d0663799bf06c6a3972deee0ac214b8ec638 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Aug 21 08:59:07 2019 +0200 debian/control: replace lightdm dependency with nodm for now. This breaks MMD! Nodm is a bad choice in general, but lightdm has "dependency problems" (requires a package that provides the logind virtual package) and is apparently "too big". However, nodm is stale software and upstream considered replacing it with a lightdm wrapper, so let's see where that gets us... --- debian/changelog | 5 +++++ debian/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f526876..8e8383a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,11 @@ x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium mounts and document this choice. * debian/control: + Add hicolor-icon-theme as an alternative to nuvola-icon-theme. + + Replace lightdm dependency with nodm for now. This breaks MMD! Nodm is a + bad choice in general, but lightdm has "dependency problems" (requires a + package that provides the logind virtual package) and is apparently "too + big". However, nodm is stale software and upstream considered replacing + it with a lightdm wrapper, so let's see where that gets us... [ Stefan Baur ] * New upstream release (1.5.0.1): diff --git a/debian/control b/debian/control index 1b831fd..340eaa7 100644 --- a/debian/control +++ b/debian/control @@ -141,7 +141,7 @@ Depends: xauth, xinit, x2gothinclient-common (>= ${source:Version}), x2gothinclient-common (<< ${source:Version}.1), - lightdm, + nodm, Recommends: flashplugin-nonfree Breaks: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git