This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 201dc0cfa7f83d98eb37c9535a83a004112f0d70 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 15:02:00 2019 +0200 debian/postinst: update version for removals to 2019.08.04. --- debian/changelog | 1 + debian/postinst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e54fce..175d207 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium - Add compat file, using dh-9 features. * debian/postinst: - Sync with debian-archive-keyring package. + - Update version for removals to 2019.08.04. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/postinst b/debian/postinst index b4ad35b..2566746 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ set -e if [ "$1" = 'configure' -a -n "$2" ]; then # remove keys from the trusted.gpg file as they are now shipped in fragment files in trusted.gpg.d - if dpkg --compare-versions "$2" 'lt' "2019.1" && which gpg > /dev/null && which apt-key > /dev/null; then + if dpkg --compare-versions "$2" 'lt' "2019.08.04" && which gpg > /dev/null && which apt-key > /dev/null; then TRUSTEDFILE='/etc/apt/trusted.gpg' eval $(apt-config shell TRUSTEDFILE Apt::GPGV::TrustedKeyring) eval $(apt-config shell TRUSTEDFILE Dir::Etc::Trusted/f) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git