TODO 4.0 KB

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