TODO 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. ROADMAP
  2. =======
  3. lenny
  4. ~~~~~
  5. * Review this file and remove or update the old entries.
  6. * Send patch to debian-policy deprecating Source-Version substvar.
  7. * Triage as much bugs as possible to get the bug count below 300 ;) and
  8. merge as much patches as possible.
  9. 1.14.0
  10. ------
  11. * All perl scripts using strict and warnings, I've a patch already for this,
  12. just needs some review.
  13. * Support udeb natively:
  14. - Add field Package-Type and friends.
  15. * Support Tag field.
  16. * Add armel support and by extension uclibc and other variants to be easily
  17. allowed or added. The main problem I'm facing with this one is and nice a
  18. clean implementation, the PoC and the idea how to fix it is present already.
  19. * Support lzma compression.
  20. * Split dpkg-source man page into independent pages.
  21. 1.14.x
  22. ------
  23. * Add Wig&Pen source package support.
  24. * Get rid of install-info.
  25. * Add multiarch support.
  26. * Merge back support for Breaks field from Ubuntu.
  27. * Merge dpkg-cross functionality.
  28. * Merge dpkg-sig?
  29. * Support versioned symbols in dpkg-shlibdeps.
  30. * Start exposing libdpkg.
  31. * Convert controllib.pl to a new style perl module(s).
  32. * Fix tied field enum with its dselect description (pkgdisplay.cc).
  33. * Add example to dpkg-scanfoo manpages?
  34. * The cleverer conffile support bug fixed.
  35. * Add UTF-8 support to all programs.
  36. * Add md5sums and/or sha1sums package support.
  37. * Allow packages to register additional files, declare ownership of files for
  38. dpkg -S and -L without having dpkg act on this (.psuedolist?).
  39. * Some kind of test-suite (Esteban).
  40. * Parse the dependencies and coalesce them: controllib.pl (parsedep).
  41. * Make dpkg-checkbuilddeps easier to use by other programs such as pbuilder
  42. or sbuild, so that they can start using the new architecture wildcards
  43. automatically.
  44. TODO
  45. ====
  46. Old TODO entries from Scott:
  47. libdpkg:
  48. * cut compat.c into little pieces and move them to optlib
  49. * modify database to store per-file flags
  50. * store checksums and stat data in per-file flags
  51. optlib:
  52. * add fnmatch, IRIX5 doesn't have it
  53. start-stop-daemon
  54. * capabilities support
  55. * don't close FD's
  56. dpkg
  57. * integrate debconf (add new status)
  58. * allow external program to specify how to handle conffiles
  59. * try to remove directories again after removing conffiles
  60. * verify Enhances works (ie don't trigger some assertion)
  61. * refactor processarc.c
  62. * add test to see if a file should really be installed and optionally
  63. skip it
  64. * dpkg --reconfigure <pkg> <pkg>
  65. <pkg>.postinst reconfigure <ver>
  66. Fail if pkg is not in the configured state.
  67. * dpkg --call-maint-script=<script> --maint-script-arg=<arg>
  68. --maint-script-arg=<arg> <pkg> <pkg>
  69. dpkg will not allow <script> to be one of {pre,post}{inst,rm}. Only
  70. unknown scripts can be called this way. dpkg will also not keep track
  71. of any state for these scripts.
  72. Fix:
  73. <joeyh_> package a conflicted with old versions of package b. package b
  74. conficted with old versions of package a. I had the old versions of both
  75. installed, and told dpkg to install the new versions of a and b
  76. simulantaneously. It refused.
  77. dselect:
  78. * support Enhances
  79. ------------------------------------------------------------------------------
  80. Old TODO entries from IWJ:
  81. Here are some currently-known inadequacies:
  82. urgent
  83. * Conflicts << installation ordering
  84. * Version numbers in pre-depends stuff
  85. * Search for all pre-depends things at once, bomb out if any not found
  86. * _always_ show section in --yet-to-unpack
  87. * automatically do --yet-to-unpack in installation methods
  88. * check depending packages when installing new version.
  89. * Several things ought to be configurable but aren't.
  90. * Filenames containing newlines. Conffile names containing spaces.
  91. * dpkg --status for virtual packages
  92. * openpgp signatures in the package archive
  93. other stuff unlikely to get done soon
  94. * Automatically remove <file>.gz if <file> can't be found ? and maybe,
  95. remove <file> if <file.gz> can't be found? Big mess when we start
  96. thinking about bz2 :/
  97. * Local version number (using non-numeric epoch, perhaps, or better yet,
  98. a --local option in dpkg, so that it marks this package as a local install
  99. (when running dpkg -i)? Keeps it from being listed as obsolete, and maybe
  100. from being considered for auto-upgrades (apt-get needs to know about this
  101. too)
  102. * Filename field generated by --record-avail
  103. * handle split packages somehow.
  104. * understand Replaces in dselect
  105. * diversions list as control archive entry
  106. * single maintainer script, and new package getting there first
  107. * dpkg -s show something for virtual packages
  108. * local conffiles, aswell as local files that dpkg should check before
  109. overwriting
  110. * hooks
  111. * dselect per-half focus and keybindings improvements.
  112. !missing bug report #1555!
  113. * floppy map (where are the files)
  114. * how to change case of package names
  115. * support for adding files to dpkg's file lists
  116. * `fake' or `null' packages
  117. * dpkg --query | -Q
  118. obsoleted so not done
  119. * version numbers not starting digit early.
  120. * dselect bottom window too large, and/or resize
  121. * `template' file giving default selections of dselect.