]> git.plutz.net Git - blast/commitdiff
fix faulty keyring selection
authorPaul Hänsch <paul@plutz.net>
Thu, 25 Nov 2021 14:43:08 +0000 (15:43 +0100)
committerPaul Hänsch <paul@plutz.net>
Thu, 25 Nov 2021 14:43:08 +0000 (15:43 +0100)
Makefile
keys/debian-archive-buster-automatic.gpg [new file with mode: 0644]
keys/debian-archive-buster-security-automatic.gpg [new file with mode: 0644]

index 099e2f060537b7491aa8f39be94a517720f7d1eb..eb822cd416bc1121e54494fed08a98bbb5e20fab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ endif
 
 KEYRING := keys/debian-archive-${release}-stable.gpg
 KEYRING := keys/debian-archive-${release}-automatic.gpg
-KEYRING := keys/debian-archive-${release}-security-automatic.gpg
+KEYRING := keys/debian-archive-${release}-security-automatic.gpg
 
 ifndef SOURCES
 define SOURCES := 
diff --git a/keys/debian-archive-buster-automatic.gpg b/keys/debian-archive-buster-automatic.gpg
new file mode 100644 (file)
index 0000000..9ff7af7
Binary files /dev/null and b/keys/debian-archive-buster-automatic.gpg differ
diff --git a/keys/debian-archive-buster-security-automatic.gpg b/keys/debian-archive-buster-security-automatic.gpg
new file mode 100644 (file)
index 0000000..81afdb7
Binary files /dev/null and b/keys/debian-archive-buster-security-automatic.gpg differ