This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 696e10e13a4a2a675cbc5329bc89dd90a01a1d94 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 31 11:50:33 2018 +0200 debian/control: add Pre-Depends on specific minimum dpkg version to x2goserver-xsession, needed for ${DPKG_RUNNING_VERSION} support. --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4c33060..d95d1a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ x2goserver (4.1.0.2-0x2go1) UNRELEASED; urgency=medium + Add build dependency on x11-common for /etc/X11/Xsession* to be available in the build environment and the symlinks to be created correctly. + + Add Pre-Depends on specific minimum dpkg version to x2goserver-xsession, + needed for ${DPKG_RUNNING_VERSION} support. -- X2Go Release Manager <git-admin@x2go.org> Fri, 27 Jul 2018 07:06:39 +0200 diff --git a/debian/control b/debian/control index fafc793..7a1e4d7 100644 --- a/debian/control +++ b/debian/control @@ -308,6 +308,8 @@ Description: X2Go Server's X2Go Agent Package: x2goserver-xsession Architecture: all +Pre-Depends: + dpkg (>= 1.14.17), Depends: dbus, x11-common, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git