From 8fbd4a8b434352dc8fcb182b4e11d5ff37bf3373 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sun, 26 Aug 2001 00:36:12 +0000 Subject: [PATCH] use maintaineremail to check for group-maint packages --- katie | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/katie b/katie index cf268043..1649d22d 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packaes # Copyright (C) 2000, 2001 James Troup -# $Id: katie,v 1.56 2001-07-28 18:07:58 troup Exp $ +# $Id: katie,v 1.57 2001-08-26 00:36:12 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 @@ -128,7 +128,7 @@ class nmu_p: return 0; # Some group maintained packages (e.g. Debian QA) are never NMU's - if self.group_maint.has_key(changes["maintainername"]): + if self.group_maint.has_key(changes["maintaineremail"]): return 0; return 1; @@ -1388,7 +1388,7 @@ def main(): Subst = {} Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"]; Subst["__BUG_SERVER__"] = Cnf["Dinstall::BugServer"]; - bcc = "X-Katie: $Revision: 1.56 $" + bcc = "X-Katie: $Revision: 1.57 $" if Cnf.has_key("Dinstall::Bcc"): Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]); else: -- 2.39.5