X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=019654caf278f7486c4504e63d68221d75283588;hb=47f4f001c55284e717818f14b8f9eace3e682b56;hp=664bca3e1c966a28d3ea2c7fd3b0708ff8b794ac;hpb=b3f49124b42e8798f9abb47a94d4cf85bc9671bf;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 664bca3e..019654ca 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -644,7 +644,7 @@ class LintianCheck(Check): if user is not None: cmd.extend(['sudo', '-H', '-u', user]) - cmd.extend(['/usr/bin/lintian', '--show-overrides', '--tags-from-file', temp_filename, changespath]) + cmd.extend(['LINTIAN_COLL_UNPACKED_SKIP_SIG=1', '/usr/bin/lintian', '--show-overrides', '--tags-from-file', temp_filename, changespath]) result, output = commands.getstatusoutput(" ".join(cmd)) finally: os.unlink(temp_filename)