]> git.decadent.org.uk Git - dak.git/commitdiff
call check_deb() with correct arguments
authorTorsten Werner <twerner@debian.org>
Tue, 6 Jul 2010 05:15:05 +0000 (05:15 +0000)
committerTorsten Werner <twerner@debian.org>
Tue, 6 Jul 2010 05:15:05 +0000 (05:15 +0000)
Signed-off-by: Torsten Werner <twerner@debian.org>
dak/examine_package.py

index 2961111450a275a27f76c6042b62a88ff7abefcc..402e26cc1328273b4dc4e2a34d305d0efb5166ef 100755 (executable)
@@ -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: