This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 0fd258984fa844169171de5fb76a5a1706b2a066 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 14:27:15 2019 +0200 Makefile: do not require a full build and verification run for the maintonly target. --- Makefile | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb72fcf..e8ee0aa 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GPG := gpg GPG1 := gpg1 build: verify-indices keyrings/x2go-archive-keyring.gpg keyrings/x2go-archive-removed-keys.gpg verify-results $(TRUSTED-LIST) -maintonly: build keyrings/x2go-maintainers-keyring.gpg1 keyrings/x2go-maintainers-removed-keys.gpg1 keyrings/x2go-archive-keyring.gpg1 keyrings/x2go-archive-removed-keys.gpg1 +maintonly: keyrings/x2go-maintainers-keyring.gpg1 keyrings/x2go-maintainers-removed-keys.gpg1 keyrings/x2go-archive-keyring.gpg1 keyrings/x2go-archive-removed-keys.gpg1 verify-indices: keyrings/x2go-maintainers-keyring.gpg ${GPG} ${GPG_OPTIONS} \ diff --git a/debian/changelog b/debian/changelog index adb0810..d761b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -92,6 +92,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium new-style ones failed validation. * README.maintainer: update documentation to include old-style keyrings and their signatures. + * Makefile: do not require a full build and verification run for the + maintonly target. * 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