X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Futils.py;h=05287483a52147ed19fac447fd7b2a8393f43ef5;hb=b96fec590c5123bd91db1144ae813e2a133f3571;hp=6ec92f89ad7e03d60a2e793829333b3907128346;hpb=c16123ef7acfa534bb4b2b95a586f84de3dd95e8;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 6ec92f89..05287483 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1362,7 +1362,7 @@ def check_signature (sig_filename, data_filename="", keyrings=None, autofetch=No # Finally ensure there's not something we don't recognise known_keywords = dict(VALIDSIG="",SIG_ID="",GOODSIG="",BADSIG="",ERRSIG="", SIGEXPIRED="",KEYREVOKED="",NO_PUBKEY="",BADARMOR="", - NODATA="",NOTATION_DATA="",NOTATION_NAME="",KEYEXPIRED="") + NODATA="",NOTATION_DATA="",NOTATION_NAME="",KEYEXPIRED="",POLICY_URL="") for keyword in keywords.keys(): if not known_keywords.has_key(keyword):