TODO 4.1 KB

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