TODO 807 B

123456789101112131415161718192021
  1. - Accept (lists of) source packages as well as binary packages
  2. - Accept (lists of) package names, and retrieve changelogs from
  3. get-changelog.cgi or similar (when it works). In order for this to
  4. really work in apt mode, we need for apt to implement wishlist bug
  5. #80123.
  6. - Use dpkg-parsechangelog once it's fixed to accept piped/gzip input
  7. (bug #80142). This is not yet feasible because of bug #95579:
  8. dpkg-parsechangelog loses information.
  9. - Multi-level sort: upload urgency, package priority, package name, what else?
  10. - Make better use of python-apt
  11. control file parsing
  12. tar extraction
  13. - What should be done in the situation where the installed version is
  14. newer than the seen version? Currently, the seen version is used, but
  15. it might make more sense to use the installed version.