usertags 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. To make management of bugs against the dpkg suite easier we add as many of
  2. the following usertags as apply to the bug.
  3. When filing bugs, please do the same to aid triage, by including in the
  4. bug report pseudo-header:
  5. User: dpkg@packages.debian.org
  6. Usertags: <usertag...>
  7. Those are the currently used usertags (and the matchings against the old
  8. “pseudo-tags”, which were encoded in the bug title):
  9. Generic tags
  10. ============
  11. usertag pseudo-tag description
  12. ------- ---------- -----------
  13. assert [ASSERT] Errors caused by assert().
  14. segfault [SEGFAULT] Errors that cause segmentation faults.
  15. conffile [CONFFILE] Issues with configuration file handling.
  16. depends [DEPENDS] Issues with dependency relationship handling.
  17. maint-script Errors related to maintainer scripts.
  18. db Issues handling the database.
  19. trivial [TRIVIAL] Bug should be trivial to fix.
  20. perf [PERF] Performance problems.
  21. new-field Requests for new control file fields.
  22. wig-and-pen Wig&Pen (aka dpkg-source v2).
  23. arch [ARCH] Updates to ‘cputable’, ‘ostable’ and porting
  24. patches.
  25. not-debian Errors not affecting Debian systems.
  26. i18n [UTF-8] Conversion to the UTF-8 encoding.
  27. i18n [INTL] Internationalization problems.
  28. l10n [INTL] New or updated translations and bugs affecting
  29. translation. Include the language code in the
  30. tag, e.g. [INTL:cy_GB].
  31. doc [DOC] Documentation bugs, including --help and manpages.
  32. Being considered tags
  33. =====================
  34. usertag description
  35. ------- -----------
  36. integrity/audit Integrity support (sign, hash, stat tracking).
  37. new-option Request for new command-line option.
  38. after-etch Bugs to be fixed after this release.
  39. apt-feature ??
  40. Program tags
  41. ============
  42. usertag pseudo-tag description
  43. ------- ---------- -----------
  44. dpkg [DPKG]
  45. dpkg-architecture [DPKG-ARCHITECTURE]
  46. dpkg-buildpackage [DPKG-BUILDPACKAGE]
  47. dpkg-checkbuilddeps [DPKG-CHECKBUILDDEPS]
  48. dpkg-deb [DPKG-DEB]
  49. dpkg-distaddfile [DPKG-DISTADDFILE]
  50. dpkg-divert [DPKG-DIVERT]
  51. dpkg-genchanges [DPKG-GENCHANGES]
  52. dpkg-gencontrol [DPKG-GENCONTROL]
  53. dpkg-name [DPKG-NAME]
  54. dpkg-parsechangelog [DPKG-PARSECHANGELOG]
  55. dpkg-query [DPKG-QUERY]
  56. dpkg-scanpackages [DPKG-SCANPACKAGES]
  57. dpkg-scansources [DPKG-SCANSOURCES]
  58. dpkg-shlibdeps [DPKG-SHLIBDEPS]
  59. dpkg-source [DPKG-SOURCE]
  60. dpkg-split [DPKG-SPLIT]
  61. dpkg-statoverride [DPKG-STATOVERRIDE]
  62. s-s-d [S-S-D] start-stop-daemon
  63. u-a [U-A] update-alternatives
  64. cleanup-info [CLEANUP-INFO]
  65. install-info [INSTALL-INFO]
  66. 822-date [822-DATE]
  67. dpkg-dev Those should be reassigned to
  68. the dpkg-dev package.
  69. [DSELECT] Those should be reassigned to
  70. the dselect package.
  71. Current categories
  72. ==================
  73. ,--- Definition ---
  74. user dpkg@packages.debian.org
  75. usercategory dpkg-program
  76. * Program [tag=]
  77. + dpkg [dpkg]
  78. + dpkg-architecture [dpkg-architecture]
  79. + dpkg-buildpackage [dpkg-buildpackage]
  80. + dpkg-checkbuilddeps [dpkg-checkbuilddeps]
  81. + dpkg-deb [dpkg-deb]
  82. + dpkg-distaddfile [dpkg-distaddfile]
  83. + dpkg-divert [dpkg-divert]
  84. + dpkg-genchanges [dpkg-genchanges]
  85. + dpkg-gencontrol [dpkg-gencontrol]
  86. + dpkg-name [dpkg-name]
  87. + dpkg-parsechangelog [dpkg-parsechangelog]
  88. + dpkg-query [dpkg-query]
  89. + dpkg-scanpackages [dpkg-scanpackages]
  90. + dpkg-scansources [dpkg-scansources]
  91. + dpkg-shlibdeps [dpkg-shlibdeps]
  92. + dpkg-source [dpkg-source]
  93. + dpkg-split [dpkg-split]
  94. + dpkg-statoverride [dpkg-statoverride]
  95. + start-stop-daemon [s-s-d]
  96. + update-alternatives [u-a]
  97. + 822-date [822-date]
  98. + cleanup-info [cleanup-info]
  99. + install-info [install-info]
  100. + Other []
  101. usercategory dpkg-program-maint
  102. * status
  103. * dpkg-program
  104. * severity
  105. * classification
  106. usercategory dpkg-class
  107. * Dpkg-Class [tag=]
  108. + Segfault [segfault]
  109. + Assertion failure [assert]
  110. + Dependency relationship handling [depends]
  111. + Conffile handling [conffile]
  112. + Database handling [db]
  113. + Maintainer script handling [maint-script]
  114. + Performance issue [perf]
  115. + Trivial fix [trivial]
  116. + New control field [new-field]
  117. + Wig and Pen [wig-and-pen]
  118. + Architecture specific issue [arch]
  119. + Non-Debian issue [not-debian]
  120. + Internationalization [i18n]
  121. + Localization [l10n]
  122. + Documentation [doc]
  123. + Other []
  124. usercategory dpkg-class-maint
  125. * status
  126. * dpkg-class
  127. * severity
  128. * classification
  129. usercategory dpkg-maint
  130. * status
  131. * dpkg-program
  132. * dpkg-class
  133. * severity
  134. * classification
  135. `---