TODO 4.8 KB

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