From cd324afe41a58c4e7e0ff6536eff95d1ebb3bb04 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Wed, 28 Oct 2009 08:51:55 +0000
Subject: [PATCH] Re-enable check_lintian

Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/process_unchecked.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
2.39.5