X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=646d89c508a349193ee9ab2033af30f56098249a;hb=af60b693abaafebb13a0cbaf87b3360cdac6d352;hp=7bfac44eb4487c8a4b8fbbb01189fc29406482fc;hpb=3ab5836fd4c746a0abe7b3cc858c17fba7f180c1;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 7bfac44e..646d89c5 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -53,7 +53,6 @@ from dbconn import * from summarystats import SummaryStats from utils import parse_changes, check_dsc_files from textutils import fix_maintainer -from binary import Binary from lintian import parse_lintian_output, generate_reject_messages # suppress some deprecation warnings in squeeze related to apt_pkg @@ -866,13 +865,6 @@ class Upload(object): # Check the version and for file overwrites self.check_binary_against_db(f, session) - # Temporarily disable contents generation until we change the table storage layout - #b = Binary(f) - #b.scan_package() - #if len(b.rejects) > 0: - # for j in b.rejects: - # self.rejects.append(j) - def source_file_checks(self, f, session): entry = self.pkg.files[f]