X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=331540b7646f6e80fbc56f06737406921af08648;hb=98711aaaba0f4e55e7c92cf91149df0db5d412a6;hp=cabdbf3f6f914738f2ad4bf0a6f14d9bf28578e4;hpb=5a0b2ebc5cd3cddbe8f94330b4b43d48e727455a;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index cabdbf3f..331540b7 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -508,6 +508,7 @@ def process_it(changes_file): valid_dsc_p = u.check_dsc(not Options["No-Action"]) if valid_dsc_p: u.check_source() + u.check_lintian() u.check_hashes() u.check_urgency() u.check_timestamps()