pseudo-tags 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 ‘archtable’ and porting patches. Include
  14. 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. [MD5SUM]
  28. [S-S-D] start-stop-daemon
  29. [CLEANUP-INFO]
  30. [INSTALL-INFO]
  31. [U-A] update-alternatives
  32. dpkg-dev:
  33. [822-DATE]
  34. [DPKG-ARCHITECTURE]
  35. [DPKG-BUILDPACKAGE]
  36. [DPKG-CHECKBUILDDEPS]
  37. [DPKG-DISTADDFILE]
  38. [DPKG-GENCHANGES]
  39. [DPKG-GENCONTROL]
  40. [DPKG-NAME]
  41. [DPKG-PARSECHANGELOG]
  42. [DPKG-SCANPACKAGES]
  43. [DPKG-SCANSOURCES]
  44. [DPKG-SHLIBDEPS]
  45. [DPKG-SOURCE]
  46. dselect:
  47. [DSELECT]