]> git.decadent.org.uk Git - dak.git/commitdiff
Move from severities to tags for fixed NMU bugs.
authorJames Troup <james@nocrew.org>
Fri, 9 Feb 2001 22:15:45 +0000 (22:15 +0000)
committerJames Troup <james@nocrew.org>
Fri, 9 Feb 2001 22:15:45 +0000 (22:15 +0000)
katie

diff --git a/katie b/katie
index 3ac5710026a98e9e6d6c1dd3134f8ef87c52bc76..4858485042cc9b77fb76397060ee46e2d17e3bf8 100755 (executable)
--- a/katie
+++ b/katie
@@ -2,7 +2,7 @@
 
 # Installs Debian packaes
 # Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: katie,v 1.28 2001-02-06 00:39:44 troup Exp $
+# $Id: katie,v 1.29 2001-02-09 22:15:45 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -1165,7 +1165,7 @@ administrators by mailing ftpmaster@debian.org)
         control_message = ""
         for bug in bugs:
             summary = summary + "%s " % (bug)
-            control_message = control_message + "severity %s fixed\n" % (bug)
+            control_message = control_message + "tag %s + fixed\n" % (bug)
         if action and control_message != "":
             mail_message = """Return-Path: %s
 From: %s