usertags 4.9 KB

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