usertags 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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
  77. + dpkg [tag=dpkg]
  78. + dpkg-architecture [tag=dpkg-architecture]
  79. + dpkg-buildpackage [tag=dpkg-buildpackage]
  80. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  81. + dpkg-deb [tag=dpkg-deb]
  82. + dpkg-distaddfile [tag=dpkg-distaddfile]
  83. + dpkg-divert [tag=dpkg-divert]
  84. + dpkg-genchanges [tag=dpkg-genchanges]
  85. + dpkg-gencontrol [tag=dpkg-gencontrol]
  86. + dpkg-name [tag=dpkg-name]
  87. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  88. + dpkg-query [tag=dpkg-query]
  89. + dpkg-scanpackages [tag=dpkg-scanpackages]
  90. + dpkg-scansources [tag=dpkg-scansources]
  91. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  92. + dpkg-source [tag=dpkg-source]
  93. + dpkg-split [tag=dpkg-split]
  94. + dpkg-statoverride [tag=dpkg-statoverride]
  95. + start-stop-daemon [tag=s-s-d]
  96. + update-alternatives [tag=u-a]
  97. + 822-date [tag=822-date]
  98. + cleanup-info [tag=cleanup-info]
  99. + install-info [tag=install-info]
  100. + dselect [package=dselect]
  101. + Other []
  102. usercategory dpkg-program-maint
  103. * status
  104. * dpkg-program
  105. * severity
  106. * classification
  107. usercategory dpkg-class
  108. * Dpkg-Class [tag=]
  109. + Segfault [segfault]
  110. + Assertion failure [assert]
  111. + Dependency relationship handling [depends]
  112. + Conffile handling [conffile]
  113. + Database handling [db]
  114. + Maintainer script handling [maint-script]
  115. + Performance issue [perf]
  116. + Trivial fix [trivial]
  117. + New control field [new-field]
  118. + Wig and Pen [wig-and-pen]
  119. + Architecture specific issue [arch]
  120. + Non-Debian issue [not-debian]
  121. + Internationalization [i18n]
  122. + Localization [l10n]
  123. + Documentation [doc]
  124. + Other []
  125. usercategory dpkg-class-maint
  126. * status
  127. * dpkg-class
  128. * severity
  129. * classification
  130. usercategory dpkg-maint
  131. * status
  132. * dpkg-program
  133. * dpkg-class
  134. * severity
  135. * classification
  136. `---