From 2c03b35a452736f74646b833daa3f0ddafa71c5a Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Mon, 15 Sep 2003 23:56:41 +0000 Subject: [PATCH] Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling we use to mark bugs for filtering in the Debian bts. --- ChangeLog | 6 ++++++ debian/changelog | 2 ++ debian/pseudo-tags | 48 ++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 2 +- 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 debian/pseudo-tags diff --git a/ChangeLog b/ChangeLog index 43cb914f..d2f9fd6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 15 18:53:06 CDT 2003 Adam Heath + + * debian/rules, debian/pseudo-tags: Install + /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling we + use to mark bugs for filtering in the Debian bts. + Mon Sep 15 18:48:39 CDT 2003 Adam Heath * scripts/dpkg-buildpackage.sh: Call debian/rules -qn build-arch, and if diff --git a/debian/changelog b/debian/changelog index 7e86f55c..a006b0d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.10.11) unstable; urgency=low + * Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug + titling we use to mark bugs for filtering in the Debian bts. * Updated ca.po. * Teach dpkg-source that ~ is legal in version numbers * Add build-depends on sgml-base, and increase gettext build-depends to diff --git a/debian/pseudo-tags b/debian/pseudo-tags new file mode 100644 index 00000000..be702628 --- /dev/null +++ b/debian/pseudo-tags @@ -0,0 +1,48 @@ +Below are the list of pseudo-tags we, the Dpkg Team, are using in the +Debian BTS. Place as many of the following as apply in the subject(title) +of your bug report. + +[DOC] Documentation bugs, including --help, manpages, and + others +[ARCH] Archtable updates, porting patches +[INTL] Translation updates, or bugs +[ASSERT] assert errors +[UTF-8] conversion to utf-8 encoding +[SEGFAULT] segfaults +[CONFFILE] any issues with conffile handling +[PERF] performance related issues +[TRIVIAL] bug is trivial/simple to fix + +Also, each program that dpkg produces(in any of it's debs) has a +pseudo-tag for it. + +dpkg.deb: +[DPKG-SPLIT] +[DPKG-QUERY] +[DPKG] +[DPKG-DEB] +[MD5SUM] +[U-A] update-alternatives +[INSTALL-INFO] +[DPKG-DIVERT] +[DPKG-STATOVERRIDE] +[CLEANUP-INFO] +[S-S-D] start-stop-daemon + +dpkg-dev.deb: +[DPKG-NAME] +[DPKG-SOURCE] +[DPKG-GENCHANGES] +[DPKG-GENCONTROL] +[DPKG-SHLIBDEPS] +[DPKG-BUILDPACKAGE] +[DPKG-DISTADDFILE] +[822-DATE] +[DPKG-SCANPACKAGES] +[DPKG-SCANSOURCES] +[DPKG-ARCHITECTURE] +[DPKG-PARSECHANGELOG] +[DPKG-CHECKBUILDDEPS] + +dselect.deb: +[DSELECT] diff --git a/debian/rules b/debian/rules index 6ecc93ec..8e8c67ad 100755 --- a/debian/rules +++ b/debian/rules @@ -119,7 +119,7 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary% set -e ; for i in dpkg dpkg-deb md5sum ; do \ cp -a $(INSTALL_TMP)/usr/bin/$$i$(static) $(TMP_DPKG)/usr/bin/$$i ; \ done - set -e ; for i in ChangeLog THANKS TODO copyright ; do \ + set -e ; for i in ChangeLog THANKS TODO copyright debian/pseudo-tags; do \ cp -a $(INSTALL_TMP)/usr/share/doc/dpkg/$$i $(TMP_DPKG)/usr/share/doc/dpkg$(static)/ ; \ done set -e ; for i in "" de fr ja sv ; do \ -- 2.39.5