diff --git a/aplinfo/Makefile b/aplinfo/Makefile index 0350e120..40c28e14 100644 --- a/aplinfo/Makefile +++ b/aplinfo/Makefile @@ -19,12 +19,10 @@ update: wget http://download.proxmox.com/images/aplinfo-pve-7.dat -O aplinfo.dat.tmp mv aplinfo.dat.tmp aplinfo.dat -%.gpg: %.pubkey - gpg --dearmor -o $@ $< - -trustedkeys.gpg: ${TRUSTED_KEYS:.pubkey=.gpg} - cat $^ > $@ +trustedkeys.gpg: ${TRUSTED_KEYS} + sq keyring join -o $@.tmp *.pubkey proxmox-release-bookworm.gpg + mv $@.tmp $@ .PHONY: clean clean: - rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc tempgpg *.gpg + rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc trustedkeys.gpg diff --git a/debian/control b/debian/control index 7ee4c085..7035f633 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 12~), pve-doc-generator (>= 7.2-3), pve-eslint (>= 7.28.0-1), qemu-server (>= 6.0-15), + sq, unzip, Maintainer: Proxmox Support Team