usertags 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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-gensymbols [DPKG-GENCSYMBOLS]
  55. dpkg-name [DPKG-NAME]
  56. dpkg-parsechangelog [DPKG-PARSECHANGELOG]
  57. dpkg-query [DPKG-QUERY]
  58. dpkg-scanpackages [DPKG-SCANPACKAGES]
  59. dpkg-scansources [DPKG-SCANSOURCES]
  60. dpkg-shlibdeps [DPKG-SHLIBDEPS]
  61. dpkg-source [DPKG-SOURCE]
  62. dpkg-split [DPKG-SPLIT]
  63. dpkg-statoverride [DPKG-STATOVERRIDE]
  64. s-s-d [S-S-D] start-stop-daemon
  65. u-a [U-A] update-alternatives
  66. cleanup-info [CLEANUP-INFO]
  67. install-info [INSTALL-INFO]
  68. 822-date [822-DATE]
  69. dpkg-dev Those should be reassigned to
  70. the dpkg-dev package.
  71. [DSELECT] Those should be reassigned to
  72. the dselect package.
  73. Current categories
  74. ==================
  75. ,--- Definition ---
  76. user dpkg@packages.debian.org
  77. usercategory dpkg-program
  78. * Program
  79. + dpkg [tag=dpkg]
  80. + dpkg-architecture [tag=dpkg-architecture]
  81. + dpkg-buildpackage [tag=dpkg-buildpackage]
  82. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  83. + dpkg-deb [tag=dpkg-deb]
  84. + dpkg-distaddfile [tag=dpkg-distaddfile]
  85. + dpkg-divert [tag=dpkg-divert]
  86. + dpkg-genchanges [tag=dpkg-genchanges]
  87. + dpkg-gencontrol [tag=dpkg-gencontrol]
  88. + dpkg-gensymbols [tag=dpkg-gensymbols]
  89. + dpkg-name [tag=dpkg-name]
  90. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  91. + dpkg-query [tag=dpkg-query]
  92. + dpkg-scanpackages [tag=dpkg-scanpackages]
  93. + dpkg-scansources [tag=dpkg-scansources]
  94. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  95. + dpkg-source [tag=dpkg-source]
  96. + dpkg-split [tag=dpkg-split]
  97. + dpkg-statoverride [tag=dpkg-statoverride]
  98. + start-stop-daemon [tag=s-s-d]
  99. + update-alternatives [tag=u-a]
  100. + 822-date [tag=822-date]
  101. + cleanup-info [tag=cleanup-info]
  102. + install-info [tag=install-info]
  103. + dselect [package=dselect]
  104. + Other []
  105. usercategory dpkg-program-maint
  106. * status
  107. * dpkg-program
  108. * severity
  109. * classification
  110. usercategory dpkg-class
  111. * Dpkg-Class [tag=]
  112. + Segfault [segfault]
  113. + Assertion failure [assert]
  114. + Dependency relationship handling [depends]
  115. + Conffile handling [conffile]
  116. + Database handling [db]
  117. + Maintainer script handling [maint-script]
  118. + Performance issue [perf]
  119. + Trivial fix [trivial]
  120. + New control field [new-field]
  121. + New command-line option [new-option]
  122. + Wig and Pen [wig-and-pen]
  123. + Architecture specific issue [arch]
  124. + Non-Debian issue [not-debian]
  125. + Internationalization [i18n]
  126. + Localization [l10n]
  127. + Documentation [doc]
  128. + Other []
  129. usercategory dpkg-class-maint
  130. * status
  131. * dpkg-class
  132. * severity
  133. * classification
  134. usercategory dpkg-maint
  135. * status
  136. * dpkg-program
  137. * dpkg-class
  138. * severity
  139. * classification
  140. `---