2007-02-08 Ryan Murray <rmurray@debian.org>
+ * dak/control_overrides.py (main): refuse to operate on
+ untouchable suites.
+
* config/debian/pseudo-packages.maintainers: drop install,
installation, boot-floppy, slink-cd, potato-cd and
nonus.debian.org. Update base.
if action == "list":
list(suite, component, type)
else:
+ if Cnf.has_key("Suite::%s::Untouchable" % suite) and Cnf["Suite::%s::Untouchable" % suite] != 0:
+ daklib.utils.fubar("%s: suite is untouchable" % suite)
+
Logger = daklib.logging.Logger(Cnf, "control-overrides")
if file_list:
for file in file_list: