X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=331540b7646f6e80fbc56f06737406921af08648;hb=ce324ffde27b192a8e713b6e98368a3b00edaf27;hp=cabdbf3f6f914738f2ad4bf0a6f14d9bf28578e4;hpb=0a77b3e40ef9bcc95555fb9a791023efa3777261;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()