Parcourir la source

Install /usr/share/doc/dpkg/pseudo-tags, which talks about the bug titling
we use to mark bugs for filtering in the Debian bts.

Adam Heath il y a 23 ans
Parent
commit
2c03b35a45
4 fichiers modifiés avec 57 ajouts et 1 suppressions
  1. 6 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 48 0
      debian/pseudo-tags
  4. 1 1
      debian/rules

+ 6 - 0
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

+ 2 - 0
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

+ 48 - 0
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]

+ 1 - 1
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 \