447
447
if signing_rules.startswith("must be signed"):
449
449
# XXX JRV 20100211: When Launchpad starts depending on Lucid,
452
452
(gpg_pre, payload, gpg_post) = split_gpg_and_payload(dsc_file)
453
453
if gpg_pre == [] and gpg_post == []:
456
456
if signing_rules == "must be signed and valid":
457
457
if (gpg_pre[0] != "-----BEGIN PGP SIGNED MESSAGE-----" or