]> git.decadent.org.uk Git - dak.git/commit
make examine_package check dependencies based on suite
authorMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 17:23:53 +0000 (12:23 -0500)
committerMike O'Connor <stew@vireo.org>
Wed, 14 Jan 2009 17:23:53 +0000 (12:23 -0500)
commit365839271f9d74abdd4263d893e784d5b38ce7ab
treef783700348a949c0191001b9bc0fddfdde281635
parent9a77e1a44e382320590555595acb0ed486f629b9
make examine_package check dependencies based on suite

examin_package.py would assume that a package when targetting unstable when
checking Depends and Recommends relationships.  Now it will allow the suite to
be specified when checking a .deb or .dsc and will read the suite from the
.changes file when checking .changes

Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/examine_package.py
dak/process_new.py