This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit de45f43eec958adf98641d1a3a66f8bfc87ee7b8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 13:11:01 2019 +0200 Makefile: we don't need keyrings/x2go-maintainers-removed-keys.gpg as a prerequisite for checking index signatures. --- Makefile | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 359b796..bdc6e5c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GPG := gpg build: verify-indices keyrings/x2go-archive-keyring.gpg keyrings/x2go-archive-removed-keys.gpg verify-results $(TRUSTED-LIST) -verify-indices: keyrings/x2go-maintainers-keyring.gpg keyrings/x2go-maintainers-removed-keys.gpg +verify-indices: keyrings/x2go-maintainers-keyring.gpg ${GPG} ${GPG_OPTIONS} \ --keyring keyrings/x2go-maintainers-keyring.gpg \ --verify active-keys/index.gpg active-keys/index diff --git a/debian/changelog b/debian/changelog index 18f5c60..fc9e554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium actual data and thus bypassing keybox creation) don't want this. * Makefile: for good measure, also verify signatures on x2go-maintainers{,-removed-keys}/index. + * Makefile: we don't need keyrings/x2go-maintainers-removed-keys.gpg as a + prerequisite for checking index signatures. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git