]> git.decadent.org.uk Git - dak.git/commit
Refactor functions getSource() and getBinaries().
authorTorsten Werner <twerner@debian.org>
Thu, 24 Mar 2011 08:28:05 +0000 (08:28 +0000)
committerTorsten Werner <twerner@debian.org>
Thu, 24 Mar 2011 08:28:05 +0000 (08:28 +0000)
commit4689163b3fcfaf6ec71bcf321e4245ace8d6879a
tree68e7bc5fcf53e502d6e56a3e83f410651f8d7b0a
parentc1ac00acb270e1cb17704aa1d1e85103e002a683
Refactor functions getSource() and getBinaries().

Both functions are moved from dak/generate_filelist.py to
daklib/lists.py. The generator now yields a tuple with the id as the
first element.

Signed-off-by: Torsten Werner <twerner@debian.org>
dak/generate_filelist.py
daklib/lists.py [new file with mode: 0755]