X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a45a7ebcc3183b90be34f2791e98bbed8ea0b099;hb=94043b8b93328085a33770825f1e4c4287aa9395;hp=1b6199749bf6e29b6fd6d86e5245e19c1164c348;hpb=a171c70ca863a7bbb705ec76703e6d29178dd41b;p=dak.git diff --git a/ChangeLog b/ChangeLog index 1b619974..a45a7ebc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-05-04 Joerg Jaspert + + * dak/examine_package.py: remove daklib.queue import, never used + + * dak/check_proposed_updates.py: Import stuff from daklib as + "import daklib.foo as foo" + * dak/clean_proposed_updates.py: likewise + * dak/clean_queues.py: likewise + * dak/clean_suites.py: likewise + * dak/compare_suites.py: likewise + * dak/cruft_report.py: likewise + * dak/examine_package.py: likewise + * dak/find_null_maintainers.py: likewise + + * dak/check_archive.py (check_files_not_symlinks): Remove + long-time unused and commented code. Import stuff from daklib as + "import daklib.foo as foo" + +2008-05-03 Joerg Jaspert + + * dak/examine_package.py: clean up pychecker warnings (merged with + Thomas changes to the NEW display) + 2008-05-03 Mark Hymers * dak/check_archive.py: clean up pychecker warnings @@ -26,6 +49,7 @@ daily for some time now. And while dinstall is an OLD name, its recognized pretty well within Debian Also add some more timing information + Do not allow automated [o-]p-u-new processing to break dinstall 2008-05-03 Thomas Viehmann