summaryrefslogtreecommitdiffstats
path: root/debian/README.bug-usertags
blob: b767aca67478378dd89ee513e07a03e8e1af985d (plain)
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
188
189
190
191
192
193
194
195
196
197
198
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...>

These are the currently used usertags:

Generic tags
============

usertag			description
-------			-----------

segfault		Errors that cause segmentation faults.
conffile		Issues with configuration file handling.
symlink			Issues related to symlink handling.
diversion		Issues related to diversions.
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			Bug should be trivial to fix.
perf			Performance problems.
new-buildflags		Request for new build flags.
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			Updates to ‘cputable’, ‘ostable’ and porting patches.
vendor			Vendor support and needed modifications.
frontend		Issues or request affecting or required by frontends.
build			Project build system issues.
i18n			Internationalization problems.
l10n			New or updated translations and bugs affecting
			  translation. Include the language code in the tag,
			  e.g. [INTL:cy_GB].
doc			Documentation bugs, including --help, program output
			  and manpages.

Program tags
============

usertag			description
-------			-----------

dpkg
dpkg-architecture
dpkg-buildflags
dpkg-buildpackage
dpkg-checkbuilddeps
dpkg-db-backup
dpkg-deb
dpkg-distaddfile
dpkg-divert
dpkg-fsys-usrunmess
dpkg-genbuildinfo
dpkg-genchanges
dpkg-gencontrol
dpkg-gensymbols
dpkg-maintscript-helper
dpkg-mergechangelogs
dpkg-name
dpkg-parsechangelog
dpkg-realpath
dpkg-query
dpkg-scanpackages
dpkg-scansources
dpkg-shlibdeps
dpkg-source
dpkg-split
dpkg-statoverride
dpkg-trigger
dpkg-vendor
make-fragment		*.mk
s-s-d			start-stop-daemon
u-a			update-alternatives

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 by 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-realpath [tag=dpkg-realpath]
  + dpkg-maintscript-helper [tag=dpkg-maintscript-helper]
  + dpkg-db-backup [tag=dpkg-db-backup]
  + dpkg-fsys-usrunmess [tag=dpkg-fsys-usrunmess]
  + update-alternatives [tag=u-a]
  + start-stop-daemon [tag=s-s-d]
  + 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-genbuildinfo [tag=dpkg-genbuildinfo]
  + 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]
  + Dpkg make fragment [tag=make-fragment]
  + dselect [package=dselect]
  + Other [0:]

usercategory dpkg-class [hidden]
 * Dpkg by Classification [tag=]
  + Segfault [segfault]
  + Dependency relationship handling [depends]
  + Conffile handling [conffile]
  + Symlink handling [symlink]
  + Diversion handling [diversion]
  + Database handling [db]
  + File metadata tracking [file-metadata]
  + Maintainer script handling [maint-script]
  + Performance issue [perf]
  + Trivial fix [trivial]
  + New build flags [new-buildflags]
  + 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]
  + Frontend features [frontend]
  + Own build system [build]
  + Internationalization [i18n]
  + Localization [l10n]
  + Documentation [doc]
  + Other [0:]

usercategory view-simple
 * status
 * dpkg-program

usercategory view-program
 * status
 * dpkg-program
 * severity
 * classification

usercategory view-class
 * status
 * dpkg-class
 * severity
 * classification

usercategory view-detail
 * dpkg-status
 * severity
 * dpkg-program
 * dpkg-class

# Change default view
usercategory normal
 * status
 * dpkg-program
 * severity
 * classification

usercategory traditional
 * status
 * severity
 * classification
`---