]> git.decadent.org.uk Git - dak.git/commitdiff
Re-enable check_lintian
authorChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 08:51:55 +0000 (08:51 +0000)
committerChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 08:51:55 +0000 (08:51 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/process_unchecked.py

index 48c3839b4dacb394e05a2c8465907edaa7cf5465..34020205bba3ba0b75d35fdcf6225e3848897bb6 100755 (executable)
@@ -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()