summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2003-05-31 19:34:17 +0000
committerpsg <>2003-05-31 19:34:17 +0000
commit4dd8b80a67b591eeefb615615c5510de67ffc3f2 (patch)
tree8bd2d70bc8b6e5bf947ec55c691c8b88d5a6d377
parent20c2f70a289d94b25ac3ceb06ed2f701cebebdbc (diff)
debian-bug.el: Add 'd-i', 'ipv6' and 'lfs' tags.
-rw-r--r--debian-bug.el18
1 files changed, 15 insertions, 3 deletions
diff --git a/debian-bug.el b/debian-bug.el
index 86267d7..deb3a3c 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -196,6 +196,8 @@
;; V1.42 23May2003 Matt Swift <swift@alum.mit.edu>
;; debian-bug-prefill-report: announce error if reportbug gives empty
;; template.
+;; V1.42 31May2003 Peter S Galbraith <psg@debian.org>
+;; Add `d-i', `ipv6' and `lfs' tags.
;; ----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -360,7 +362,7 @@ Debian maintainers.")
(defvar debian-bug-alltags-alist
'(("patch") ("wontfix") ("moreinfo") ("unreproducible") ("help") ("pending")
("fixed") ("security") ("upstream") ("potato") ("woody") ("sarge") ("sid")
- ("experimental") ("confirmed"))
+ ("experimental") ("confirmed") ("d-i") ("ipv6") ("lfs"))
"Alist of all valid Tags, aimed at Debian developpers.")
(defvar debian-bug-pseudo-packages
@@ -481,7 +483,7 @@ Debian. Currently, these are critical, grave and serious.")
(defvar debian-bug-help-tags-text
"Info from http://www.debian.org/Bugs/Developer#tags
-Feb 8th 2002
+May 31st 2003
Tags for bug reports
@@ -536,6 +538,16 @@ Feb 8th 2002
severity.
upstream
This bug applies to the upstream part of the package.
+ d-i
+
+ This bug is relevant to the development of debian-installer. It is
+ expected that this will be used when the bug affects installer
+ development but is not filed against a package that forms a direct
+ part of the installer itself.
+ ipv6
+ This bug affects support for Internet Protocol version 6.
+ lfs
+ This bug affects support for large files (over 2 gigabytes).
potato
This bug particularly applies to the potato release of Debian.
woody
@@ -548,7 +560,7 @@ Feb 8th 2002
experimental
This bug particularly applies to the experimental distribution.
- The latter three tags are intended to be used mainly for release critical
+ The latter five tags are intended to be used mainly for release critical
bugs, for which it's important to know which distributions are affected to
make sure fixes (or removals) happen in the right place.")