pseudo-tags 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. To make management of bugs against the dpkg suite easier we add as many of
  2. the following “pseudo-tags” to the start of the subject (title) as apply
  3. to the bug.
  4. When filing bugs, please do the same to aid triage.
  5. [ASSERT] Errors caused by assert().
  6. [SEGFAULT] Errors that cause segmentation faults.
  7. [CONFFILE] Issues with configuration file handling.
  8. [DEPENDS] Issues with dependency relationship handling.
  9. [TRIVIAL] Bug should be trivial to fix.
  10. [PERF] Performance problems.
  11. [DOC] Documentation bugs, including --help and manpages.
  12. [UTF-8] Conversion to the UTF-8 encoding.
  13. [ARCH] Updates to ‘cputable’, ‘ostable’ and porting patches.
  14. Include the dpkg architecture name in the tag,
  15. e.g. [ARCH:sparc]
  16. [INTL] New or updated translations and bugs affecting
  17. translation. Include the language code in the tag,
  18. e.g. [INTL:cy_GB]
  19. Each program in the dpkg suite has its own pseudo-tag:
  20. dpkg:
  21. [DPKG]
  22. [DPKG-DEB]
  23. [DPKG-DIVERT]
  24. [DPKG-QUERY]
  25. [DPKG-SPLIT]
  26. [DPKG-STATOVERRIDE]
  27. [S-S-D] start-stop-daemon
  28. [CLEANUP-INFO]
  29. [INSTALL-INFO]
  30. [U-A] update-alternatives
  31. dpkg-dev:
  32. [822-DATE]
  33. [DPKG-ARCHITECTURE]
  34. [DPKG-BUILDPACKAGE]
  35. [DPKG-CHECKBUILDDEPS]
  36. [DPKG-DISTADDFILE]
  37. [DPKG-GENCHANGES]
  38. [DPKG-GENCONTROL]
  39. [DPKG-NAME]
  40. [DPKG-PARSECHANGELOG]
  41. [DPKG-SCANPACKAGES]
  42. [DPKG-SCANSOURCES]
  43. [DPKG-SHLIBDEPS]
  44. [DPKG-SOURCE]
  45. dselect:
  46. [DSELECT]