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