TODO 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. * Start exposing libdpkg.
  30. * Convert controllib.pl to a new style perl module(s).
  31. * Fix tied field enum with its dselect description (pkgdisplay.cc).
  32. * Add example to dpkg-scanfoo manpages?
  33. * The cleverer conffile support bug fixed.
  34. * Add UTF-8 support to all programs.
  35. * Add md5sums and/or sha1sums package support.
  36. * Allow packages to register additional files, declare ownership of files for
  37. dpkg -S and -L without having dpkg act on this (.psuedolist?).
  38. * Some kind of test-suite (Esteban).
  39. * Parse the dependencies and coalesce them: controllib.pl (parsedep).
  40. * Make dpkg-checkbuilddeps easier to use by other programs such as pbuilder
  41. or sbuild, so that they can start using the new architecture wildcards
  42. automatically.
  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. * dpkg -s show something for virtual packages
  107. * local conffiles, aswell as local files that dpkg should check before
  108. overwriting
  109. * hooks
  110. * dselect per-half focus and keybindings improvements.
  111. !missing bug report #1555!
  112. * floppy map (where are the files)
  113. * how to change case of package names
  114. * support for adding files to dpkg's file lists
  115. * `fake' or `null' packages
  116. * dpkg --query | -Q
  117. obsoleted so not done
  118. * version numbers not starting digit early.
  119. * dselect bottom window too large, and/or resize
  120. * `template' file giving default selections of dselect.