X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=c177602c3c55bf627af9258048419ecfc6f03861;hb=3d8f1f7a48b565b6d6a4b36c827e256586558e40;hp=58a8783442f70a87281dc96ffabdadae6d4e05ae;hpb=2df61788f6e50073ec24d54fa17cb11a48d172cf;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 58a87834..c177602c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -929,7 +929,7 @@ class Upload(object): # Parse the .dsc file try: - self.pkg.dsc.update(utils.parse_changes(dsc_filename, signing_rules=1)) + self.pkg.dsc.update(utils.parse_changes(dsc_filename, signing_rules=1, dsc_file=1)) except CantOpenError: # if not -n copy_to_holding() will have done this for us... if not action: