TODO 4.5 KB

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