TODO 4.2 KB

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