This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 07d7cea57e7db22d9bf999cd7fd9a230e70aaef3 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 31 00:58:11 2018 +0200 debian/control: add build dependency on x11-common for /etc/X11/Xsession* to be available in the build environment and the symlinks to be created correctly. --- debian/changelog | 3 +++ debian/control | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index f970552..4c33060 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ x2goserver (4.1.0.2-0x2go1) UNRELEASED; urgency=medium OS version. * debian/control: + Use dist-substitution variable instead of hardcoding perl:any. + + Add build dependency on x11-common for /etc/X11/Xsession* to be + available in the build environment and the symlinks to be created + correctly. -- X2Go Release Manager <git-admin@x2go.org> Fri, 27 Jul 2018 07:06:39 +0200 diff --git a/debian/control b/debian/control index 377c9fe..fafc793 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Build-Depends: dpkg-dev (>= 1.16.1.1), dh-systemd | hello, man2html-base, +# Needed for /etc/X11/Xsession.d + x11-common, Standards-Version: 4.1.4 Homepage: https://code.x2go.org/releases/source/x2goserver Vcs-Git: git://code.x2go.org/x2goserver.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git