TODO 5.0 KB

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