summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2004-08-02 20:20:49 +0000
committerpsg <>2004-08-02 20:20:49 +0000
commitb81d621bae87eb5ce454a23258a8457a58b8eeac (patch)
treee6146a3f8e9bbca9063855d4cc6a21432c0db8d6
parentaea82461e7cfdf3e68c5e452f615e0160e8c9ec9 (diff)
Bug fix: "debian-el: debian-bug-wnpp: support RFH tag", (Closes: #262985).
-rw-r--r--debian-bug.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/debian-bug.el b/debian-bug.el
index ad24244..a9ef5a4 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -247,6 +247,8 @@
;; V1.53 27Nov2003 Peter S Galbraith <psg@debian.org>
;; - Add menu entry for "Archived Bugs for this package" and for
;; "Developer Page for This Package". Create debian-bug-web-developer-page.
+;; V1.54 02Aug2004 Peter S Galbraith <psg@debian.org>
+;; - Add RFH tag to wnpp.
;; ----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -654,14 +656,16 @@ Reportbug may have sent an empty report!")))
'(("Intent to Package [ITP]" . "ITP")
("Orphaned [O]". "O")
("Request for Adoption [RFA]" . "RFA")
- ("Request For Package [RFP]" . "RFP"))
+ ("Request For Package [RFP]" . "RFP")
+ ("Request For Help [RFH]" . "RFH"))
"Alist of WNPP possible bug reports.")
(defvar debian-bug-wnpp-severities
'(("ITP" . "wishlist")
("O". "normal")
("RFA" . "normal")
- ("RFP" . "wishlist"))
+ ("RFP" . "wishlist")
+ ("RFH" . "normal"))
"Bug severeties for each WNPP bug type.")
;;;###autoload