This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 77d06791700ea9dd4b79b59ceda241f92a2153b2 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 14 15:32:25 2021 +0200 debian/control: pull in base64 as a run-time dependency. We'll need it in scripts. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3f10b76..23f6ed2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -401,6 +401,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium previous commit. * debian/control: + Build-depend upon lsb-release for distro version detection. + + Pull in base64 as a run-time dependency. We'll need it in scripts. * debian/x2goserver.manpages: + Install x2gocleansessions man page. + Install x2goupdateoptionsstring man page. diff --git a/debian/control b/debian/control index 81ad6aa8..ae6de9ae 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Vcs-Browser: https://code.x2go.org/gitweb?p=x2goserver.git;a=summary Package: x2goserver Architecture: any Depends: + base64, bc, libfile-basedir-perl, libfile-which-perl, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git