X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=49d18dc685dfabb0668e9b70c76833c39d6dd336;hb=56ba4e23bb2f2acb83f18ff697cf0907256a489d;hp=f7f3f0d5984225336417f2763cfe4a01e3355fe6;hpb=365839271f9d74abdd4263d893e784d5b38ce7ab;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index f7f3f0d5..49d18dc6 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -527,9 +527,9 @@ def main (): if f.endswith(".changes"): check_changes(f) elif f.endswith(".deb") or f.endswith(".udeb"): - # default to unstable when we don't have a .changes file + # default to unstable when we don't have a .changes file # perhaps this should be a command line option? - check_deb('unstable', file) + check_deb('unstable', file) elif f.endswith(".dsc"): check_dsc('unstable', f) else: