usertags 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. symlink Issues related to symlink handling.
  17. depends [DEPENDS] Issues with dependency relationship handling.
  18. maint-script Errors related to maintainer scripts.
  19. db Issues handling the database.
  20. file-metadata File metadata tracking (perm, acl, cap, hash).
  21. trivial [TRIVIAL] Bug should be trivial to fix.
  22. perf [PERF] Performance problems.
  23. new-field Request for new control file fields.
  24. new-option Request for new command line option.
  25. deb-format Changes to the binary (.deb) format.
  26. dsc-format Changes to the source (.dsc) format.
  27. arch [ARCH] Updates to ‘cputable’, ‘ostable’ and porting
  28. patches.
  29. vendor Vendor support and needed modifications.
  30. build Project build system issues.
  31. i18n [UTF-8] Conversion to the UTF-8 encoding.
  32. i18n [INTL] Internationalization problems.
  33. l10n [INTL] New or updated translations and bugs affecting
  34. translation. Include the language code in the
  35. tag, e.g. [INTL:cy_GB].
  36. doc [DOC] Documentation bugs, including --help, program
  37. output and manpages.
  38. Being considered tags
  39. =====================
  40. usertag description
  41. ------- -----------
  42. diversion Issues related to diversions.
  43. apt-feature ??
  44. Program tags
  45. ============
  46. usertag pseudo-tag description
  47. ------- ---------- -----------
  48. dpkg [DPKG]
  49. dpkg-architecture [DPKG-ARCHITECTURE]
  50. dpkg-buildflags
  51. dpkg-buildpackage [DPKG-BUILDPACKAGE]
  52. dpkg-checkbuilddeps [DPKG-CHECKBUILDDEPS]
  53. dpkg-deb [DPKG-DEB]
  54. dpkg-distaddfile [DPKG-DISTADDFILE]
  55. dpkg-divert [DPKG-DIVERT]
  56. dpkg-genchanges [DPKG-GENCHANGES]
  57. dpkg-gencontrol [DPKG-GENCONTROL]
  58. dpkg-gensymbols [DPKG-GENCSYMBOLS]
  59. dpkg-maintscript-helper
  60. dpkg-mergechangelogs
  61. dpkg-name [DPKG-NAME]
  62. dpkg-parsechangelog [DPKG-PARSECHANGELOG]
  63. dpkg-query [DPKG-QUERY]
  64. dpkg-scanpackages [DPKG-SCANPACKAGES]
  65. dpkg-scansources [DPKG-SCANSOURCES]
  66. dpkg-shlibdeps [DPKG-SHLIBDEPS]
  67. dpkg-source [DPKG-SOURCE]
  68. dpkg-split [DPKG-SPLIT]
  69. dpkg-statoverride [DPKG-STATOVERRIDE]
  70. dpkg-vendor
  71. s-s-d [S-S-D] start-stop-daemon
  72. u-a [U-A] update-alternatives
  73. install-info [INSTALL-INFO]
  74. Current categories
  75. ==================
  76. ,--- Definition ---
  77. user dpkg@packages.debian.org
  78. usercategory dpkg-status [hidden]
  79. * Status [pending=]
  80. + Outstanding with Patch Available [0:pending+tag=patch]
  81. + Outstanding and Confirmed [1:pending+tag=confirmed]
  82. + Outstanding and More Info Needed [pending+tag=moreinfo]
  83. + Outstanding but Will Not Fix [pending+tag=wontfix]
  84. + Outstanding and Unclassified [2:pending]
  85. + From other Branch [absent]
  86. + Pending Upload [pending-fixed]
  87. + Fixed in NMU [fixed]
  88. + Resolved [done]
  89. + Unknown Pending Status []
  90. usercategory dpkg-program [hidden]
  91. * Dpkg Program
  92. + dpkg program [tag=dpkg]
  93. + dpkg-deb [tag=dpkg-deb]
  94. + dpkg-divert [tag=dpkg-divert]
  95. + dpkg-query [tag=dpkg-query]
  96. + dpkg-split [tag=dpkg-split]
  97. + dpkg-statoverride [tag=dpkg-statoverride]
  98. + dpkg-maintscript-helper [tag=dpkg-maintscript-helper]
  99. + start-stop-daemon [tag=s-s-d]
  100. + update-alternatives [tag=u-a]
  101. + libdpkg [package=libdpkg-dev]
  102. + dpkg-architecture [tag=dpkg-architecture]
  103. + dpkg-buildflags [tag=dpkg-buildflags]
  104. + dpkg-buildpackage [tag=dpkg-buildpackage]
  105. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  106. + dpkg-distaddfile [tag=dpkg-distaddfile]
  107. + dpkg-genchanges [tag=dpkg-genchanges]
  108. + dpkg-gencontrol [tag=dpkg-gencontrol]
  109. + dpkg-gensymbols [tag=dpkg-gensymbols]
  110. + dpkg-mergechangelogs [tag=dpkg-mergechangelogs]
  111. + dpkg-name [tag=dpkg-name]
  112. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  113. + dpkg-scanpackages [tag=dpkg-scanpackages]
  114. + dpkg-scansources [tag=dpkg-scansources]
  115. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  116. + dpkg-source [tag=dpkg-source]
  117. + dpkg-vendor [tag=dpkg-vendor]
  118. + Dpkg perl modules [package=libdpkg-perl]
  119. + install-info [tag=install-info]
  120. + dselect [package=dselect]
  121. + Other [0:]
  122. usercategory dpkg-program-view
  123. * dpkg-status
  124. * dpkg-program
  125. * severity
  126. usercategory dpkg-class [hidden]
  127. * Dpkg Classification [tag=]
  128. + Segfault [segfault]
  129. + Assertion failure [assert]
  130. + Dependency relationship handling [depends]
  131. + Conffile handling [conffile]
  132. + Symlink handling [symlink]
  133. + Database handling [db]
  134. + File metadata tracking [file-metadata]
  135. + Maintainer script handling [maint-script]
  136. + Performance issue [perf]
  137. + Trivial fix [trivial]
  138. + New control field [new-field]
  139. + New command line option [new-option]
  140. + Binary package format [deb-format]
  141. + Source package format [dsc-format]
  142. + Architecture specific issue [arch]
  143. + Vendor specific issue [vendor]
  144. + Own build system [build]
  145. + Internationalization [i18n]
  146. + Localization [l10n]
  147. + Documentation [doc]
  148. + Other [0:]
  149. usercategory dpkg-class-view
  150. * dpkg-status
  151. * dpkg-class
  152. * severity
  153. # Change default view
  154. usercategory normal
  155. * dpkg-status
  156. * severity
  157. * dpkg-program
  158. * dpkg-class
  159. usercategory old-normal
  160. * status
  161. * severity
  162. * classification
  163. `---