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