552 |
@$(check-upstream-md5sum) |
@$(check-upstream-md5sum) |
553 |
|
|
554 |
# We keep all the relevant GPG keys in the upstream-key.gpg so we can |
# We keep all the relevant GPG keys in the upstream-key.gpg so we can |
555 |
# check the signatures.... |
# check the signatures... |
556 |
import-upstream-gpg : upstream-key.gpg FORCE |
import-upstream-gpg : upstream-key.gpg FORCE |
557 |
mkdir -p $(HOME)/.gnupg |
mkdir -p $(HOME)/.gnupg |
558 |
gpg --quiet --import --no-secmem-warning --no-permission-warning $< || : |
gpg --quiet --import --no-secmem-warning --no-permission-warning $< || : |