blob: 66c71348462b368423329dc2e03e5798704b0e69 (
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
|
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.
depends [DEPENDS] Issues with dependency relationship handling.
maint-script Errors related to maintainer scripts.
db Issues handling the database.
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.
wig-and-pen Wig&Pen (aka dpkg-source v2).
arch [ARCH] Updates to ‘cputable’, ‘ostable’ and porting
patches.
not-debian Errors not affecting Debian systems.
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
------- -----------
integrity/audit Integrity support (sign, hash, stat tracking).
after-etch Bugs to be fixed after this release.
apt-feature ??
Program tags
============
usertag pseudo-tag description
------- ---------- -----------
dpkg [DPKG]
dpkg-architecture [DPKG-ARCHITECTURE]
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-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]
s-s-d [S-S-D] start-stop-daemon
u-a [U-A] update-alternatives
cleanup-info [CLEANUP-INFO]
install-info [INSTALL-INFO]
822-date [822-DATE]
dpkg-dev Those should be reassigned to
the dpkg-dev package.
[DSELECT] Those should be reassigned to
the dselect package.
Current categories
==================
,--- Definition ---
user dpkg@packages.debian.org
usercategory dpkg-program
* Program
+ dpkg [tag=dpkg]
+ dpkg-architecture [tag=dpkg-architecture]
+ dpkg-buildpackage [tag=dpkg-buildpackage]
+ dpkg-checkbuilddeps [tag=dpkg-checkbuilddeps]
+ dpkg-deb [tag=dpkg-deb]
+ dpkg-distaddfile [tag=dpkg-distaddfile]
+ dpkg-divert [tag=dpkg-divert]
+ dpkg-genchanges [tag=dpkg-genchanges]
+ dpkg-gencontrol [tag=dpkg-gencontrol]
+ dpkg-name [tag=dpkg-name]
+ dpkg-parsechangelog [tag=dpkg-parsechangelog]
+ dpkg-query [tag=dpkg-query]
+ dpkg-scanpackages [tag=dpkg-scanpackages]
+ dpkg-scansources [tag=dpkg-scansources]
+ dpkg-shlibdeps [tag=dpkg-shlibdeps]
+ dpkg-source [tag=dpkg-source]
+ dpkg-split [tag=dpkg-split]
+ dpkg-statoverride [tag=dpkg-statoverride]
+ start-stop-daemon [tag=s-s-d]
+ update-alternatives [tag=u-a]
+ 822-date [tag=822-date]
+ cleanup-info [tag=cleanup-info]
+ install-info [tag=install-info]
+ dselect [package=dselect]
+ Other []
usercategory dpkg-program-maint
* status
* dpkg-program
* severity
* classification
usercategory dpkg-class
* Dpkg-Class [tag=]
+ Segfault [segfault]
+ Assertion failure [assert]
+ Dependency relationship handling [depends]
+ Conffile handling [conffile]
+ Database handling [db]
+ Maintainer script handling [maint-script]
+ Performance issue [perf]
+ Trivial fix [trivial]
+ New control field [new-field]
+ New command-line option [new-option]
+ Wig and Pen [wig-and-pen]
+ Architecture specific issue [arch]
+ Non-Debian issue [not-debian]
+ Internationalization [i18n]
+ Localization [l10n]
+ Documentation [doc]
+ Other []
usercategory dpkg-class-maint
* status
* dpkg-class
* severity
* classification
usercategory dpkg-maint
* status
* dpkg-program
* dpkg-class
* severity
* classification
`---
|