[X2Go-Commits] [x2go-keyring] 02/13: Makefile: for good measure, also verify signatures on x2go-maintainers{, -removed-keys}/index.
git-admin at x2go.org
git-admin at x2go.org
Sun Aug 18 14:48:13 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2go-keyring.
commit 083d6c4023984a5d8e87cae4c7c105ba36178721
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Aug 18 13:09:33 2019 +0200
Makefile: for good measure, also verify signatures on x2go-maintainers{,-removed-keys}/index.
---
Makefile | 6 ++++++
debian/changelog | 2 ++
2 files changed, 8 insertions(+)
diff --git a/Makefile b/Makefile
index de3292c..359b796 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,12 @@ verify-indices: keyrings/x2go-maintainers-keyring.gpg keyrings/x2go-maintainers-
${GPG} ${GPG_OPTIONS} \
--keyring keyrings/x2go-maintainers-keyring.gpg \
--verify removed-keys/index.gpg removed-keys/index
+ ${GPG} ${GPG_OPTIONS} \
+ --keyring keyrings/x2go-maintainers-keyring.gpg \
+ --verify x2go-maintainers/index.gpg x2go-maintainers/index
+ ${GPG} ${GPG_OPTIONS} \
+ --keyring keyrings/x2go-maintainers-keyring.gpg \
+ --verify x2go-maintainers-removed-keys/index.gpg x2go-maintainers-removed-keys/index
verify-results: keyrings/x2go-maintainers-keyring.gpg keyrings/x2go-maintainers-removed-keys.gpg keyrings/x2go-archive-keyring.gpg keyrings/x2go-archive-removed-keys.gpg
${GPG} ${GPG_OPTIONS} \
diff --git a/debian/changelog b/debian/changelog
index cd81ff0..18f5c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium
GnuPG versions create keybox files by default, but we explicitly (or
rather implicitly through jetring touching keyring files before importing
actual data and thus bypassing keybox creation) don't want this.
+ * Makefile: for good measure, also verify signatures on
+ x2go-maintainers{,-removed-keys}/index.
* 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
More information about the x2go-commits
mailing list