From: James Troup Date: Sun, 26 Aug 2001 00:36:12 +0000 (+0000) Subject: use maintaineremail to check for group-maint packages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbd4a8b434352dc8fcb182b4e11d5ff37bf3373;p=dak use maintaineremail to check for group-maint packages --- 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: