]> git.decadent.org.uk Git - dak.git/commit
daklib/checks.py: lintian check should not try to validate signatures
authorAnsgar Burchardt <ansgar@debian.org>
Thu, 9 May 2013 08:50:45 +0000 (10:50 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Thu, 9 May 2013 08:54:35 +0000 (10:54 +0200)
commit47f4f001c55284e717818f14b8f9eace3e682b56
tree6f5956e974212ab6ca0873ae2cd77ae757c093e9
parentb3f49124b42e8798f9abb47a94d4cf85bc9671bf
daklib/checks.py: lintian check should not try to validate signatures

By default dpkg-source -x requires a valid signature, but uses different
keyrings than configured in dak. So this check can fail for signatures dak has
just verified as valid a bit earlier.

With this patch lintian will pass --no-check to dpkg-source to skip signature
(and checksum) verification.
daklib/checks.py