From: James Troup Date: Fri, 24 Nov 2000 00:35:45 +0000 (+0000) Subject: sync X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec986e641a09b81e2cbabadd989b83c2a637e262;p=dak sync --- diff --git a/katie b/katie index a3c3ea00..4884a513 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packaes # Copyright (C) 2000 James Troup -# $Id: katie,v 1.1.1.1 2000-11-24 00:20:08 troup Exp $ +# $Id: katie,v 1.2 2000-11-24 00:35: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 @@ -199,7 +199,6 @@ def check_changes(filename): if re_isanum.match (i) == None: reject_message = reject_message + "Rejected: `%s' from Closes field isn't a number.\n" % (i) - # Map frozen to unstable if frozen doesn't exist if changes["distribution"].has_key("frozen") and not Cnf.has_key("Suite::Frozen"): del changes["distribution"]["frozen"]