we use to mark bugs for filtering in the Debian bts.
+Mon Sep 15 18:53:06 CDT 2003 Adam Heath <doogie@debian.org>
+
+ * 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 <doogie@debian.org>
* scripts/dpkg-buildpackage.sh: Call debian/rules -qn build-arch, and if
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
--- /dev/null
+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]
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 \