]> err.no Git - dpkg/commitdiff
Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling
authorAdam Heath <doogie@debian.org>
Mon, 15 Sep 2003 23:56:41 +0000 (23:56 +0000)
committerAdam Heath <doogie@debian.org>
Mon, 15 Sep 2003 23:56:41 +0000 (23:56 +0000)
we use to mark bugs for filtering in the Debian bts.

ChangeLog
debian/changelog
debian/pseudo-tags [new file with mode: 0644]
debian/rules

index 43cb914fa31fd697f2b9c12efbb61d01214fd42a..d2f9fd6bbafab3d365abe5ffe01c0f355390e483 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 7e86f55c3b33a88c740f75360552fc5c498f6ac3..a006b0d75f2e24708faffce7ab23ef0510d980da 100644 (file)
@@ -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 (file)
index 0000000..be70262
--- /dev/null
@@ -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]
index 6ecc93ec20b35eeba00aebfc4f387e902b2ec2b1..8e8c67ad40199410e12ce207e4d5c422bb2a5751 100755 (executable)
@@ -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 \