This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from c347e38 debian/changelog: s/Closes:/Fixes: for two bug closures new 905185b debian/control: add hicolor-icon-theme as an alternative to nuvola-icon-theme. new 90e8d06 debian/control: replace lightdm dependency with nodm for now. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 905185bc9e0a1655d34be89c099d56b3ecf86b81 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Aug 21 08:55:58 2019 +0200 debian/control: add hicolor-icon-theme as an alternative to nuvola-icon-theme. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d36d2fd..f526876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium - Rework x2gothinclientd check. - Remove uni_xlate from ntfs and vfat mounts, add utf8 option to vfat mounts and document this choice. + * debian/control: + + Add hicolor-icon-theme as an alternative to nuvola-icon-theme. [ Stefan Baur ] * New upstream release (1.5.0.1): diff --git a/debian/control b/debian/control index 17bd41a..1b831fd 100644 --- a/debian/control +++ b/debian/control @@ -134,7 +134,7 @@ Depends: mate-media-pulse | hello, mate-settings-daemon-pulse | hello, murrine-themes, - nuvola-icon-theme, + nuvola-icon-theme | hicolor-icon-theme, firefox-esr, libglib2.0-bin, pinentry-x2go, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git