TODO 5.0 KB

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