X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie;h=ca28f4019aefc85711a3d2c6ad33cbdc19de043c;hb=fc1e81cf87861694e19b96afa8dd849dd967343c;hp=90e6655ad07c19ffbe91551ce4865d86cea353a6;hpb=c15c9f103968abfec7be98f99f34112ebe6683c1;p=dak.git diff --git a/katie b/katie index 90e6655a..ca28f401 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packages # Copyright (C) 2000, 2001 James Troup -# $Id: katie,v 1.64 2001-11-19 00:26:22 troup Exp $ +# $Id: katie,v 1.65 2001-11-19 02:02:53 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 @@ -70,7 +70,7 @@ orig_tar_location = ""; legacy_source_untouchable = {}; Subst = {}; nmu = None; -katie_version = "$Revision: 1.64 $"; +katie_version = "$Revision: 1.65 $"; ############################################################################### @@ -835,7 +835,7 @@ def action (changes_filename): file_keys = files.keys(); file_keys.sort(); - for file in files_keys: + for file in file_keys: if files[file].has_key("byhand"): byhand = 1 summary = summary + file + " byhand\n"