X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=34020205bba3ba0b75d35fdcf6225e3848897bb6;hb=c07d8e9ee4c188368fa64dc1f4db0f98d2c9f863;hp=48c3839b4dacb394e05a2c8465907edaa7cf5465;hpb=852b95bdefa52aead80cad3a51381535774dc48a;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 48c3839b..34020205 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -499,7 +499,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_lintian() u.check_hashes() u.check_urgency() u.check_timestamps()