X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=0645dd9f86d9fd45e633326c1626a8855aac46d8;hb=3a044cf559c390a0a4dc0658ec565b6a327f136a;hp=331540b7646f6e80fbc56f06737406921af08648;hpb=98711aaaba0f4e55e7c92cf91149df0db5d412a6;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 331540b7..0645dd9f 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -34,23 +34,14 @@ Checks Debian packages from Incoming ################################################################################ -import commands import errno import fcntl import os -import re -import shutil -import stat import sys -import time import traceback -import tarfile -import apt_inst import apt_pkg -from debian_bundle import deb822 from daklib.dbconn import * -from daklib.binary import Binary from daklib import daklog from daklib.queue import * from daklib import utils @@ -508,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()