]> git.decadent.org.uk Git - dak.git/commitdiff
Disable check_lintian for now.
authorChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 20:38:34 +0000 (20:38 +0000)
committerChris Lamb <lamby@debian.org>
Tue, 27 Oct 2009 20:38:34 +0000 (20:38 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/process_unchecked.py

index 331540b7646f6e80fbc56f06737406921af08648..70c3cdbae295de36f0026c54a49c31bca8bbdf4a 100755 (executable)
@@ -508,7 +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_lintian()
                 u.check_hashes()
                 u.check_urgency()
                 u.check_timestamps()