# Remove obsolete .changes files from proposed-updates
# Copyright (C) 2001 James Troup <james@nocrew.org>
-# $Id: halle,v 1.4 2002-02-12 22:12:44 troup Exp $
+# $Id: halle,v 1.5 2002-03-31 16:14:42 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
Cnf = utils.get_conf()
- Arguments = [('v',"verbose","Halle::Options::Verbose"),
+ Arguments = [('d', "debug", "Halle::Options::Debug"),
+ ('v',"verbose","Halle::Options::Verbose"),
('h',"help","Halle::Options::Help")];
- for i in [ "verbose", "help" ]:
+ for i in [ "debug", "verbose", "help" ]:
if not Cnf.has_key("Halle::Options::%s" % (i)):
Cnf["Halle::Options::%s" % (i)] = "";