TODO 4.6 KB

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