]> git.decadent.org.uk Git - dak.git/blobdiff - dak/rm.py
parse_changes
[dak.git] / dak / rm.py
index 69b35971db1c0d223d5b560c1e82e9c9804355de..62c5f98052b844b4d994314fedcdd829095b4329 100755 (executable)
--- a/dak/rm.py
+++ b/dak/rm.py
@@ -399,7 +399,7 @@ def main ():
             for i in source_packages.keys():
                 filename = "/".join(source_packages[i])
                 try:
-                    dsc = utils.parse_changes(filename)
+                    dsc = utils.parse_changes(filename, dsc_file=1)
                 except CantOpenError:
                     utils.warn("couldn't open '%s'." % (filename))
                     continue