X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=402e26cc1328273b4dc4e2a34d305d0efb5166ef;hb=ee3ced73edb8966b262cf276b7fd5cd2152b6dc7;hp=2961111450a275a27f76c6042b62a88ff7abefcc;hpb=a2f694e9c7b834183482e9c89f8ae0c9002cd1f1;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 29611114..402e26cc 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -579,7 +579,7 @@ def main (): elif f.endswith(".deb") or f.endswith(".udeb"): # 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', f) elif f.endswith(".dsc"): check_dsc('unstable', f) else: