X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_overrides.py;h=176e563f6358ff45a7b4f0923903831e3165b45a;hb=46ca5f337b777e413b80774e2e19669779988944;hp=1087ce286784d57110c1e51faef6450fd3ef8188;hpb=774a27caff1cc21340ee1b08528512e96a0eed5b;p=dak.git diff --git a/dak/make_overrides.py b/dak/make_overrides.py index 1087ce28..176e563f 100755 --- a/dak/make_overrides.py +++ b/dak/make_overrides.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Output override files for apt-ftparchive and indices/ +""" Output override files for apt-ftparchive and indices/ """ # Copyright (C) 2000, 2001, 2002, 2004, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -105,13 +105,13 @@ def main (): override_suite = Cnf["Suite::%s::OverrideCodeName" % (suite)] for component in Cnf.SubTree("Component").List(): if component == "mixed": - continue; # Ick + continue # Ick for otype in Cnf.ValueList("OverrideType"): if otype == "deb": suffix = "" elif otype == "udeb": if component == "contrib": - continue; # Ick2 + continue # Ick2 suffix = ".debian-installer" elif otype == "dsc": suffix = ".src"