TODO 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. ROADMAP
  2. =======
  3. lenny
  4. ~~~~~
  5. * Review this file and remove or update the old entries.
  6. * Triage as much bugs as possible to get the bug count below 300 ;) and
  7. merge as much patches as possible.
  8. 1.14.x
  9. ------
  10. * Make dpkg bootstrappable.
  11. 1.14.y
  12. ------
  13. * Add Wig&Pen source package support.
  14. * Get rid of install-info.
  15. * Add multiarch support.
  16. * Merge dpkg-cross functionality.
  17. * Merge dpkg-sig?
  18. * Start exposing libdpkg.
  19. * Fix tied field enum with its dselect description (pkgdisplay.cc).
  20. * Add example to dpkg-scanfoo manpages?
  21. * The cleverer conffile support bug fixed.
  22. * Add UTF-8 support to all programs.
  23. * Add md5sums and/or sha1sums package support. (#155676)
  24. * Allow packages to register additional files, declare ownership of files for
  25. dpkg -S and -L without having dpkg act on this (.psuedolist?).
  26. * Some kind of test-suite (Esteban).
  27. * Make dpkg-checkbuilddeps easier to use by other programs such as pbuilder
  28. or sbuild, so that they can start using the new architecture wildcards
  29. automatically.
  30. - New command line arguments to retrieve Build-Depends. (#114774)
  31. - Support for output format. (#214566)
  32. * Remove conffile background support? (#38334)
  33. * Make dpkg-deb --build check for duped conffiles. (#131633)
  34. * Make update-alternatives --display support --quiet. (#336091)
  35. * Propagate --admindir to programs run from maintainer scritpts. (#97076)
  36. * Fix quotes? <http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html>
  37. TODO
  38. ====
  39. Old TODO entries from Scott:
  40. libdpkg:
  41. * cut compat.c into little pieces and move them to optlib
  42. * modify database to store per-file flags
  43. * store checksums and stat data in per-file flags
  44. optlib:
  45. * add fnmatch, IRIX5 doesn't have it
  46. start-stop-daemon
  47. * capabilities support
  48. * don't close FD's
  49. dpkg
  50. * integrate debconf (add new status)
  51. * allow external program to specify how to handle conffiles
  52. * try to remove directories again after removing conffiles
  53. * verify Enhances works (ie don't trigger some assertion)
  54. * refactor processarc.c
  55. * add test to see if a file should really be installed and optionally
  56. skip it
  57. * dpkg --reconfigure <pkg> <pkg>
  58. <pkg>.postinst reconfigure <ver>
  59. Fail if pkg is not in the configured state.
  60. * dpkg --call-maint-script=<script> --maint-script-arg=<arg>
  61. --maint-script-arg=<arg> <pkg> <pkg>
  62. dpkg will not allow <script> to be one of {pre,post}{inst,rm}. Only
  63. unknown scripts can be called this way. dpkg will also not keep track
  64. of any state for these scripts.
  65. Fix:
  66. <joeyh_> package a conflicted with old versions of package b. package b
  67. conficted with old versions of package a. I had the old versions of both
  68. installed, and told dpkg to install the new versions of a and b
  69. simulantaneously. It refused.
  70. dselect:
  71. * support Enhances
  72. ------------------------------------------------------------------------------
  73. Old TODO entries from IWJ:
  74. Here are some currently-known inadequacies:
  75. urgent
  76. * Conflicts << installation ordering
  77. * Version numbers in pre-depends stuff
  78. * Search for all pre-depends things at once, bomb out if any not found
  79. * _always_ show section in --yet-to-unpack
  80. * automatically do --yet-to-unpack in installation methods
  81. * check depending packages when installing new version.
  82. * Several things ought to be configurable but aren't.
  83. * Filenames containing newlines. Conffile names containing spaces.
  84. * dpkg --status for virtual packages
  85. * openpgp signatures in the package archive
  86. other stuff unlikely to get done soon
  87. * Automatically remove <file>.gz if <file> can't be found ? and maybe,
  88. remove <file> if <file.gz> can't be found? Big mess when we start
  89. thinking about bz2 :/
  90. * Local version number (using non-numeric epoch, perhaps, or better yet,
  91. a --local option in dpkg, so that it marks this package as a local install
  92. (when running dpkg -i)? Keeps it from being listed as obsolete, and maybe
  93. from being considered for auto-upgrades (apt-get needs to know about this
  94. too)
  95. * Filename field generated by --record-avail
  96. * handle split packages somehow.
  97. * understand Replaces in dselect
  98. * diversions list as control archive entry
  99. * single maintainer script, and new package getting there first
  100. * local conffiles, aswell as local files that dpkg should check before
  101. overwriting
  102. * hooks
  103. * dselect per-half focus and keybindings improvements.
  104. !missing bug report #1555!
  105. * floppy map (where are the files)
  106. * how to change case of package names
  107. * support for adding files to dpkg's file lists
  108. * `fake' or `null' packages
  109. * dpkg --query | -Q