TODO 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. - Generate proper Packages files. (#383916)
  16. * Support Tag field.
  17. * Add armel support and by extension uclibc and other variants to be easily
  18. allowed or added. The main problem I'm facing with this one is and nice a
  19. clean implementation, the PoC and the idea how to fix it is present already.
  20. 1.14.x
  21. ------
  22. * Add Wig&Pen source package support.
  23. * Support lzma and bzip2 source package compression.
  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. (#155676)
  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. - New command line arguments to retrieve Build-Depends. (#114774)
  45. - Support for output format. (#214566)
  46. * Remove conffile background support? (#38334)
  47. * Make dpkg-build --build check for duped conffiles. (#131633)
  48. * Make update-alternatives --display support --quiet. (#336091)
  49. * Make dpkg-checkbuilddeps check build-essential. (#402901)
  50. * Fix pointless use of strdup. (#379027)
  51. * Propagate --admindir to programs run from maintainer scritpts. (#97076)
  52. * Fix quotes? <http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html>
  53. TODO
  54. ====
  55. Old TODO entries from Scott:
  56. libdpkg:
  57. * cut compat.c into little pieces and move them to optlib
  58. * modify database to store per-file flags
  59. * store checksums and stat data in per-file flags
  60. optlib:
  61. * add fnmatch, IRIX5 doesn't have it
  62. start-stop-daemon
  63. * capabilities support
  64. * don't close FD's
  65. dpkg
  66. * integrate debconf (add new status)
  67. * allow external program to specify how to handle conffiles
  68. * try to remove directories again after removing conffiles
  69. * verify Enhances works (ie don't trigger some assertion)
  70. * refactor processarc.c
  71. * add test to see if a file should really be installed and optionally
  72. skip it
  73. * dpkg --reconfigure <pkg> <pkg>
  74. <pkg>.postinst reconfigure <ver>
  75. Fail if pkg is not in the configured state.
  76. * dpkg --call-maint-script=<script> --maint-script-arg=<arg>
  77. --maint-script-arg=<arg> <pkg> <pkg>
  78. dpkg will not allow <script> to be one of {pre,post}{inst,rm}. Only
  79. unknown scripts can be called this way. dpkg will also not keep track
  80. of any state for these scripts.
  81. Fix:
  82. <joeyh_> package a conflicted with old versions of package b. package b
  83. conficted with old versions of package a. I had the old versions of both
  84. installed, and told dpkg to install the new versions of a and b
  85. simulantaneously. It refused.
  86. dselect:
  87. * support Enhances
  88. ------------------------------------------------------------------------------
  89. Old TODO entries from IWJ:
  90. Here are some currently-known inadequacies:
  91. urgent
  92. * Conflicts << installation ordering
  93. * Version numbers in pre-depends stuff
  94. * Search for all pre-depends things at once, bomb out if any not found
  95. * _always_ show section in --yet-to-unpack
  96. * automatically do --yet-to-unpack in installation methods
  97. * check depending packages when installing new version.
  98. * Several things ought to be configurable but aren't.
  99. * Filenames containing newlines. Conffile names containing spaces.
  100. * dpkg --status for virtual packages
  101. * openpgp signatures in the package archive
  102. other stuff unlikely to get done soon
  103. * Automatically remove <file>.gz if <file> can't be found ? and maybe,
  104. remove <file> if <file.gz> can't be found? Big mess when we start
  105. thinking about bz2 :/
  106. * Local version number (using non-numeric epoch, perhaps, or better yet,
  107. a --local option in dpkg, so that it marks this package as a local install
  108. (when running dpkg -i)? Keeps it from being listed as obsolete, and maybe
  109. from being considered for auto-upgrades (apt-get needs to know about this
  110. too)
  111. * Filename field generated by --record-avail
  112. * handle split packages somehow.
  113. * understand Replaces in dselect
  114. * diversions list as control archive entry
  115. * single maintainer script, and new package getting there first
  116. * dpkg -s show something for virtual packages
  117. * local conffiles, aswell as local files that dpkg should check before
  118. overwriting
  119. * hooks
  120. * dselect per-half focus and keybindings improvements.
  121. !missing bug report #1555!
  122. * floppy map (where are the files)
  123. * how to change case of package names
  124. * support for adding files to dpkg's file lists
  125. * `fake' or `null' packages
  126. * dpkg --query | -Q
  127. obsoleted so not done
  128. * version numbers not starting digit early.
  129. * dselect bottom window too large, and/or resize
  130. * `template' file giving default selections of dselect.