TODO 4.2 KB

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