usertags 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. dpkg-dev Those should be reassigned to
  72. the dpkg-dev package.
  73. [DSELECT] Those should be reassigned to
  74. the dselect package.
  75. Current categories
  76. ==================
  77. ,--- Definition ---
  78. user dpkg@packages.debian.org
  79. usercategory dpkg-program
  80. * Program
  81. + dpkg program [tag=dpkg]
  82. + dpkg-architecture [tag=dpkg-architecture]
  83. + dpkg-buildpackage [tag=dpkg-buildpackage]
  84. + dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
  85. + dpkg-deb [tag=dpkg-deb]
  86. + dpkg-distaddfile [tag=dpkg-distaddfile]
  87. + dpkg-divert [tag=dpkg-divert]
  88. + dpkg-genchanges [tag=dpkg-genchanges]
  89. + dpkg-gencontrol [tag=dpkg-gencontrol]
  90. + dpkg-gensymbols [tag=dpkg-gensymbols]
  91. + dpkg-name [tag=dpkg-name]
  92. + dpkg-parsechangelog [tag=dpkg-parsechangelog]
  93. + dpkg-query [tag=dpkg-query]
  94. + dpkg-scanpackages [tag=dpkg-scanpackages]
  95. + dpkg-scansources [tag=dpkg-scansources]
  96. + dpkg-shlibdeps [tag=dpkg-shlibdeps]
  97. + dpkg-source [tag=dpkg-source]
  98. + dpkg-split [tag=dpkg-split]
  99. + dpkg-statoverride [tag=dpkg-statoverride]
  100. + Dpkg perl modules [tag=libdpkg-perl]
  101. + start-stop-daemon [tag=s-s-d]
  102. + update-alternatives [tag=u-a]
  103. + cleanup-info [tag=cleanup-info]
  104. + install-info [tag=install-info]
  105. + dselect [package=dselect]
  106. + Other []
  107. usercategory dpkg-program-maint
  108. * status
  109. * dpkg-program
  110. * severity
  111. * classification
  112. usercategory dpkg-class
  113. * Dpkg-Class [tag=]
  114. + Segfault [segfault]
  115. + Assertion failure [assert]
  116. + Dependency relationship handling [depends]
  117. + Conffile handling [conffile]
  118. + Symlink handling [symlink]
  119. + Database handling [db]
  120. + File metadata tracking [file-metadata]
  121. + Maintainer script handling [maint-script]
  122. + Performance issue [perf]
  123. + Trivial fix [trivial]
  124. + New control field [new-field]
  125. + New command-line option [new-option]
  126. + Binary package format [deb-format]
  127. + Source package format [dsc-format]
  128. + Architecture specific issue [arch]
  129. + Vendor specific issue [vendor]
  130. + Internationalization [i18n]
  131. + Localization [l10n]
  132. + Documentation [doc]
  133. + Other []
  134. usercategory dpkg-class-maint
  135. * status
  136. * dpkg-class
  137. * severity
  138. * classification
  139. usercategory dpkg-maint
  140. * status
  141. * dpkg-program
  142. * dpkg-class
  143. * severity
  144. * classification
  145. `---