TODO 3.3 KB

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