This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit a2bcea726c6b0145d75bec197ffc747cf1973b74 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 21:09:01 2019 +0100 debian/control: add build-dependency upon libpam-dev. It would really be libpam0g-dev currently, but that looks like a moving target. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b2f4fb4..0d74ec9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. + + Add build-dependency upon libpam-dev. It would really be libpam0g-dev + currently, but that looks like a moving target. * x2gokdrive.spec: + Drop Debian-style formatting in description. + Typo fixes. diff --git a/debian/control b/debian/control index ee8552c..bfec3ad 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Build-Depends: nettle-dev, libselinux1-dev (>= 2.0.80) [linux-any], libaudit-dev [linux-any], + libpam-dev, libgl1-mesa-dev (>= 9.2), libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4], libxmuu-dev (>= 1:0.99.1), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git