blob: 71c61caf0ae0ae0af9d2de99cc7d2df6e37c8e24 (
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
|
To make management of bugs against the dpkg suite easier we add as many of
the following “pseudo-tags” to the start of the subject (title) as apply
to the bug.
When filing bugs, please do the same to aid triage.
[ASSERT] Errors caused by assert().
[SEGFAULT] Errors that cause segmentation faults.
[CONFFILE] Issues with configuration file handling.
[DEPENDS] Issues with dependency relationship handling.
[TRIVIAL] Bug should be trivial to fix.
[PERF] Performance problems.
[DOC] Documentation bugs, including --help and manpages.
[UTF-8] Conversion to the UTF-8 encoding.
[ARCH] Updates to ‘archtable’ and porting patches. Include
the dpkg architecture name in the tag,
e.g. [ARCH:sparc]
[INTL] New or updated translations and bugs affecting
translation. Include the language code in the tag,
e.g. [INTL:cy_GB]
Each program in the dpkg suite has its own pseudo-tag:
dpkg:
[DPKG]
[DPKG-DEB]
[DPKG-DIVERT]
[DPKG-QUERY]
[DPKG-SPLIT]
[DPKG-STATOVERRIDE]
[MD5SUM]
[S-S-D] start-stop-daemon
[CLEANUP-INFO]
[INSTALL-INFO]
[U-A] update-alternatives
dpkg-dev:
[822-DATE]
[DPKG-ARCHITECTURE]
[DPKG-BUILDPACKAGE]
[DPKG-CHECKBUILDDEPS]
[DPKG-DISTADDFILE]
[DPKG-GENCHANGES]
[DPKG-GENCONTROL]
[DPKG-NAME]
[DPKG-PARSECHANGELOG]
[DPKG-SCANPACKAGES]
[DPKG-SCANSOURCES]
[DPKG-SHLIBDEPS]
[DPKG-SOURCE]
dselect:
[DSELECT]
|