From 73e65c202f7c9f37b36ad42d6b8a1190b4b8937f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 22 Mar 2007 23:20:41 +0000 Subject: [PATCH] Switch from pseudo-tags to usertags, and update the documentation. --- ChangeLog | 6 +++ TODO | 2 - debian/changelog | 1 + debian/dpkg.docs | 2 +- debian/pseudo-tags | 53 ------------------ debian/usertags | 130 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 138 insertions(+), 56 deletions(-) delete mode 100644 debian/pseudo-tags create mode 100644 debian/usertags diff --git a/ChangeLog b/ChangeLog index 407ed3dd..3a0a4a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-23 Guillem Jover + + * debian/pseudo-tags: Renamed to ... + * debian/usertags: ... this. Updated with the usertags information. + * debian/dpkg.docs: Install usertags instead of pseudo-tags. + 2007-03-21 Jeffrey W. Baker Guillem Jover diff --git a/TODO b/TODO index 9ce35ba3..7bedfd8d 100644 --- a/TODO +++ b/TODO @@ -11,8 +11,6 @@ lenny * Triage as much bugs as possible to get the bug count below 300 ;) and merge as much patches as possible. - * Change the BTS pages to use usertags instead of pseudo-tags. - 1.14.0 ------ diff --git a/debian/changelog b/debian/changelog index 9b5f77d9..d32044f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low * Show the epoch (if present) when displaying package versions. Closes: #107449, #179913, #345594, #393924, #405668 Based on a patch by Jeffrey W. Baker. + * Switch from pseudo-tags to usertags, and update the documentation. [ Updated dpkg translations ] * Romanian (Eddy Petrișor). diff --git a/debian/dpkg.docs b/debian/dpkg.docs index 2fa7d0bc..caa7b8bc 100644 --- a/debian/dpkg.docs +++ b/debian/dpkg.docs @@ -1,3 +1,3 @@ AUTHORS THANKS -debian/pseudo-tags +debian/usertags diff --git a/debian/pseudo-tags b/debian/pseudo-tags deleted file mode 100644 index 9a7b5203..00000000 --- a/debian/pseudo-tags +++ /dev/null @@ -1,53 +0,0 @@ -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 ‘cputable’, ‘ostable’ 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] -[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] diff --git a/debian/usertags b/debian/usertags new file mode 100644 index 00000000..1bf62b85 --- /dev/null +++ b/debian/usertags @@ -0,0 +1,130 @@ +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: + +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] Issues with dependency relationship handling. +trivial [TRIVIAL] Bug should be trivial to fix. +perf [PERF] Performance problems. +wig-and-pen Wig&Pen (aka dpkg-source v2). +not-debian Errors not affecting Debian systems. + [ARCH] Updates to ‘cputable’, ‘ostable’ and porting + patches. +utf-8 [UTF-8] Conversion to the UTF-8 encoding. +doc [DOC] Documentation bugs, including --help and manpages. +l10n [INTL] New or updated translations and bugs affecting + translation. Include the language code in the + tag, e.g. [INTL:cy_GB]. + +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 classification +====================== + +dpkg +---- + + + +,--- Definition --- +user dpkg@packages.debian.org + +usercategory dpkg-maint + * dpkg-class + * status + * severity + * classification + +usercategory dpkg-class + * Classification [tag=] + + Conffile handling [conffile] + + Performance issues [perf] + + Assertion failures [assert] + + Segfaults [segfault] + + dpkg-deb [dpkg-deb] + + dpkg-query [dpkg-query] + + start-stop-daemon [s-s-d] + + update-alternatives [u-a] + + install-info [install-info] + + dpkg-divert [dpkg-divert] + + Documentation [doc] + + Others [] +`--- + +dpkg-dev +-------- + + + +,--- Definition --- +user dpkg@packages.debian.org + +usercategory dpkg-dev-maint + * dpkg-dev-program + * status + * severity + * classification + +usercategory dpkg-dev-program + * Program [tag=] + + dpkg-source [dpkg-source] + + dpkg-buildpackage [dpkg-buildpackage] + + dpkg-gencontrol [dpkg-gencontrol] + + dpkg-shlibdeps [dpkg-shlibdeps] + + dpkg-parsechangelog [dpkg-parsechangelog] + + Others [] +`--- + -- 2.39.5