X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie;h=ca28f4019aefc85711a3d2c6ad33cbdc19de043c;hb=fc1e81cf87861694e19b96afa8dd849dd967343c;hp=eb7e0d8d9a631bf931e3e3372110284e2aa3226a;hpb=2f5e692bfbbb6f8146f50d944f7fcc169a95a0a3;p=dak.git diff --git a/katie b/katie index eb7e0d8d..ca28f401 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packages # Copyright (C) 2000, 2001 James Troup -# $Id: katie,v 1.63 2001-11-18 19:57:58 rmurray 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.63 $"; +katie_version = "$Revision: 1.65 $"; ############################################################################### @@ -833,7 +833,9 @@ def action (changes_filename): confirm.append(suite) suites.append(suite) - for file in files.keys(): + file_keys = files.keys(); + file_keys.sort(); + for file in file_keys: if files[file].has_key("byhand"): byhand = 1 summary = summary + file + " byhand\n"