usertags 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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 Request for new control file fields.
  22. new-option Request for new command-line option.
  23. wig-and-pen Wig&Pen (aka dpkg-source v2).
  24. arch [ARCH] Updates to ‘cputable’, ‘ostable’ and porting
  25. patches.
  26. not-debian Errors not affecting Debian systems.
  27. i18n [UTF-8] Conversion to the UTF-8 encoding.
  28. i18n [INTL] Internationalization problems.
  29. l10n [INTL] New or updated translations and bugs affecting
  30. translation. Include the language code in the
  31. tag, e.g. [INTL:cy_GB].
  32. doc [DOC] Documentation bugs, including --help, program
  33. output and manpages.
  34. Being considered tags
  35. =====================
  36. usertag description
  37. ------- -----------
  38. integrity/audit Integrity support (sign, hash, stat tracking).
  39. after-etch Bugs to be fixed after this release.
  40. apt-feature ??
  41. Program tags
  42. ============
  43. usertag pseudo-tag description
  44. ------- ---------- -----------
  45. dpkg [DPKG]
  46. dpkg-architecture [DPKG-ARCHITECTURE]
  47. dpkg-buildpackage [DPKG-BUILDPACKAGE]
  48. dpkg-checkbuilddeps [DPKG-CHECKBUILDDEPS]
  49. dpkg-deb [DPKG-DEB]
  50. dpkg-distaddfile [DPKG-DISTADDFILE]
  51. dpkg-divert [DPKG-DIVERT]
  52. dpkg-genchanges [DPKG-GENCHANGES]
  53. dpkg-gencontrol [DPKG-GENCONTROL]
  54. dpkg-name [DPKG-NAME]
  55. dpkg-parsechangelog [DPKG-PARSECHANGELOG]
  56. dpkg-query [DPKG-QUERY]
  57. dpkg-scanpackages [DPKG-SCANPACKAGES]
  58. dpkg-scansources [DPKG-SCANSOURCES]
  59. dpkg-shlibdeps [DPKG-SHLIBDEPS]
  60. dpkg-source [DPKG-SOURCE]
  61. dpkg-split [DPKG-SPLIT]
  62. dpkg-statoverride [DPKG-STATOVERRIDE]
  63. s-s-d [S-S-D] start-stop-daemon
  64. u-a [U-A] update-alternatives
  65. cleanup-info [CLEANUP-INFO]
  66. install-info [INSTALL-INFO]
  67. 822-date [822-DATE]
  68. dpkg-dev Those should be reassigned to
  69. the dpkg-dev package.
  70. [DSELECT] Those should be reassigned to
  71. the dselect package.
  72. Current categories
  73. ==================
  74. ,--- Definition ---
  75. user dpkg@packages.debian.org
  76. usercategory dpkg-program
  77. * Program
  78. + dpkg [tag=dpkg]
  79. + dpkg-architecture [tag=dpkg-architecture]
  80. + dpkg-buildpackage [tag=dpkg-buildpackage]
  81. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  82. + dpkg-deb [tag=dpkg-deb]
  83. + dpkg-distaddfile [tag=dpkg-distaddfile]
  84. + dpkg-divert [tag=dpkg-divert]
  85. + dpkg-genchanges [tag=dpkg-genchanges]
  86. + dpkg-gencontrol [tag=dpkg-gencontrol]
  87. + dpkg-name [tag=dpkg-name]
  88. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  89. + dpkg-query [tag=dpkg-query]
  90. + dpkg-scanpackages [tag=dpkg-scanpackages]
  91. + dpkg-scansources [tag=dpkg-scansources]
  92. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  93. + dpkg-source [tag=dpkg-source]
  94. + dpkg-split [tag=dpkg-split]
  95. + dpkg-statoverride [tag=dpkg-statoverride]
  96. + start-stop-daemon [tag=s-s-d]
  97. + update-alternatives [tag=u-a]
  98. + 822-date [tag=822-date]
  99. + cleanup-info [tag=cleanup-info]
  100. + install-info [tag=install-info]
  101. + dselect [package=dselect]
  102. + Other []
  103. usercategory dpkg-program-maint
  104. * status
  105. * dpkg-program
  106. * severity
  107. * classification
  108. usercategory dpkg-class
  109. * Dpkg-Class [tag=]
  110. + Segfault [segfault]
  111. + Assertion failure [assert]
  112. + Dependency relationship handling [depends]
  113. + Conffile handling [conffile]
  114. + Database handling [db]
  115. + Maintainer script handling [maint-script]
  116. + Performance issue [perf]
  117. + Trivial fix [trivial]
  118. + New control field [new-field]
  119. + New command-line option [new-option]
  120. + Wig and Pen [wig-and-pen]
  121. + Architecture specific issue [arch]
  122. + Non-Debian issue [not-debian]
  123. + Internationalization [i18n]
  124. + Localization [l10n]
  125. + Documentation [doc]
  126. + Other []
  127. usercategory dpkg-class-maint
  128. * status
  129. * dpkg-class
  130. * severity
  131. * classification
  132. usercategory dpkg-maint
  133. * status
  134. * dpkg-program
  135. * dpkg-class
  136. * severity
  137. * classification
  138. `---