TODO 3.8 KB

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