TODO 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Here are some currently-known inadequacies:
  2. urgent
  3. * Conflicts << installation ordering
  4. * Version numbers in pre-depends stuff
  5. * Search for all pre-depends things at once, bomb out if any not found
  6. * _always_ show section in --yet-to-unpack
  7. * automatically do --yet-to-unpack in installation methods
  8. * check depending packages when installing new version.
  9. * error handling from some dselect actions. 1399
  10. * Several things ought to be configurable but aren't.
  11. * Filenames containing newlines. Conffile names containing spaces.
  12. * dpkg --status for virtual packages
  13. * logging, both transcript logs (kept briefly)
  14. and action logs (kept forever?) 957
  15. * start-stop-daemon process status check. 1480
  16. * openpgp signatures in the package archive
  17. other stuff unlikely to get done soon
  18. * Purge a.out compatibility from source (keep the upgrade stuff in
  19. place).
  20. * Automatically remove <file>.gz if <file> can't be found ? and maybe,
  21. remove <file> if <file.gz> can't be found? Big mess when we start
  22. thinking about bz2 :/
  23. * Local version number (using non-numeric epoch, perhaps, or better yet,
  24. a --local option in dpkg, so that it marks this package as a local install
  25. (when running dpkg -i)? Keeps it from being listed as obsolete, and maybe
  26. from being considered for auto-upgrades (apt-get needs to know about this
  27. too)
  28. * Filename field generated by --record-avail
  29. * handle split packages somehow.
  30. * understand Replaces in dselect
  31. * provide way for package to declare ownership of files for dpkg -S
  32. and -L without having dpkg act on this (.psuedolist?)
  33. * diversions list as control archive entry
  34. * single maintainer script, and new package getting there first
  35. * dpkg -s show something for virtual packages
  36. * settable defaults for update-rc.d
  37. * local conffiles, aswell as local files that dpkg should check before
  38. overwriting
  39. * hooks
  40. * There is no documentation. 1526
  41. * newbie interface to dselect. 1037
  42. * dselect per-half focus and keybindings improvements. 1555
  43. * floppy map (where are the files)
  44. * how to change case of package names
  45. * support for adding files to dpkg's file lists
  46. * `fake' or `null' packages
  47. * dpkg --query | -Q
  48. done
  49. * highlight or pre-sort or something new or changed packages,
  50. during upgrade selection.
  51. * side-by-side version display
  52. * version number comparison option
  53. * Pre-Depends installation ordering
  54. * a.out version
  55. * uncomment ELF preinst modification
  56. * Replaces (auto-deselect for conflicts)
  57. * Replaces (don't overwrite otherwise)
  58. * compile with ELF GCC out of the box
  59. * dpkg --print-architecture
  60. * Architecture field check
  61. * symlink rename change
  62. * dpkg --listfiles should do better for multi-package files (pkg, pkg: ...)
  63. * --purge remove empty directories which used too contain conffiles
  64. * conffiles handling options, including `replace removed files'
  65. * `diff' option at conffile prompt
  66. * check description in dpkg-deb
  67. * update-alternatives prompting.
  68. obsoleted so not done
  69. * version numbers not starting digit early.
  70. * dselect bottom window too large, and/or resize
  71. * md5sum component in new .deb files
  72. * `template' file giving default selections of dselect.