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