]> git.decadent.org.uk Git - dak.git/commit
do not check for superfluous checksums-* entries for now
authorPhilipp Kern <pkern@debian.org>
Sun, 7 Sep 2008 21:46:51 +0000 (21:46 +0000)
committerPhilipp Kern <pkern@debian.org>
Sun, 7 Sep 2008 21:46:51 +0000 (21:46 +0000)
commit4d8d7ce4bbf108c12ac758c3a3caf2848788478d
treef04cdf7230d24e289946fa8ec79e38d1e3280d60
parent48c57a23f6b131262961c78e192261455ff8ee81
do not check for superfluous checksums-* entries for now

The current check for additional entries in checksums-* which are not
covered by entries in files is flawed because files could be modified
by autobyhand or sometimes when the file's already in the pool.

We need to rework this to look into the original files dict instead.

Signed-off-by: Philipp Kern <pkern@debian.org>
daklib/utils.py