usertags 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. i18n [UTF-8] Conversion to the UTF-8 encoding.
  31. i18n [INTL] Internationalization problems.
  32. l10n [INTL] New or updated translations and bugs affecting
  33. translation. Include the language code in the
  34. tag, e.g. [INTL:cy_GB].
  35. doc [DOC] Documentation bugs, including --help, program
  36. output and manpages.
  37. Being considered tags
  38. =====================
  39. usertag description
  40. ------- -----------
  41. diversion Issues related to diversions.
  42. apt-feature ??
  43. Program tags
  44. ============
  45. usertag pseudo-tag description
  46. ------- ---------- -----------
  47. dpkg [DPKG]
  48. dpkg-architecture [DPKG-ARCHITECTURE]
  49. dpkg-buildpackage [DPKG-BUILDPACKAGE]
  50. dpkg-checkbuilddeps [DPKG-CHECKBUILDDEPS]
  51. dpkg-deb [DPKG-DEB]
  52. dpkg-distaddfile [DPKG-DISTADDFILE]
  53. dpkg-divert [DPKG-DIVERT]
  54. dpkg-genchanges [DPKG-GENCHANGES]
  55. dpkg-gencontrol [DPKG-GENCONTROL]
  56. dpkg-gensymbols [DPKG-GENCSYMBOLS]
  57. dpkg-name [DPKG-NAME]
  58. dpkg-parsechangelog [DPKG-PARSECHANGELOG]
  59. dpkg-query [DPKG-QUERY]
  60. dpkg-scanpackages [DPKG-SCANPACKAGES]
  61. dpkg-scansources [DPKG-SCANSOURCES]
  62. dpkg-shlibdeps [DPKG-SHLIBDEPS]
  63. dpkg-source [DPKG-SOURCE]
  64. dpkg-split [DPKG-SPLIT]
  65. dpkg-statoverride [DPKG-STATOVERRIDE]
  66. s-s-d [S-S-D] start-stop-daemon
  67. u-a [U-A] update-alternatives
  68. libdpkg-perl Dpkg perl modules.
  69. cleanup-info [CLEANUP-INFO]
  70. install-info [INSTALL-INFO]
  71. 822-date [822-DATE]
  72. dpkg-dev Those should be reassigned to
  73. the dpkg-dev package.
  74. [DSELECT] Those should be reassigned to
  75. the dselect package.
  76. Current categories
  77. ==================
  78. ,--- Definition ---
  79. user dpkg@packages.debian.org
  80. usercategory dpkg-program
  81. * Program
  82. + dpkg program [tag=dpkg]
  83. + dpkg-architecture [tag=dpkg-architecture]
  84. + dpkg-buildpackage [tag=dpkg-buildpackage]
  85. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  86. + dpkg-deb [tag=dpkg-deb]
  87. + dpkg-distaddfile [tag=dpkg-distaddfile]
  88. + dpkg-divert [tag=dpkg-divert]
  89. + dpkg-genchanges [tag=dpkg-genchanges]
  90. + dpkg-gencontrol [tag=dpkg-gencontrol]
  91. + dpkg-gensymbols [tag=dpkg-gensymbols]
  92. + dpkg-name [tag=dpkg-name]
  93. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  94. + dpkg-query [tag=dpkg-query]
  95. + dpkg-scanpackages [tag=dpkg-scanpackages]
  96. + dpkg-scansources [tag=dpkg-scansources]
  97. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  98. + dpkg-source [tag=dpkg-source]
  99. + dpkg-split [tag=dpkg-split]
  100. + dpkg-statoverride [tag=dpkg-statoverride]
  101. + Dpkg perl modules [tag=libdpkg-perl]
  102. + start-stop-daemon [tag=s-s-d]
  103. + update-alternatives [tag=u-a]
  104. + 822-date [tag=822-date]
  105. + cleanup-info [tag=cleanup-info]
  106. + install-info [tag=install-info]
  107. + dselect [package=dselect]
  108. + Other []
  109. usercategory dpkg-program-maint
  110. * status
  111. * dpkg-program
  112. * severity
  113. * classification
  114. usercategory dpkg-class
  115. * Dpkg-Class [tag=]
  116. + Segfault [segfault]
  117. + Assertion failure [assert]
  118. + Dependency relationship handling [depends]
  119. + Conffile handling [conffile]
  120. + Symlink handling [symlink]
  121. + Database handling [db]
  122. + File metadata tracking [file-metadata]
  123. + Maintainer script handling [maint-script]
  124. + Performance issue [perf]
  125. + Trivial fix [trivial]
  126. + New control field [new-field]
  127. + New command-line option [new-option]
  128. + Binary package format [deb-format]
  129. + Source package format [dsc-format]
  130. + Architecture specific issue [arch]
  131. + Vendor specific issue [vendor]
  132. + Internationalization [i18n]
  133. + Localization [l10n]
  134. + Documentation [doc]
  135. + Other []
  136. usercategory dpkg-class-maint
  137. * status
  138. * dpkg-class
  139. * severity
  140. * classification
  141. usercategory dpkg-maint
  142. * status
  143. * dpkg-program
  144. * dpkg-class
  145. * severity
  146. * classification
  147. `---