X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=cb31d8a24b44eb2da38a373dc4e2ca685179ac98;hb=9fa241c825a40bd09bd1c2e6b7f065f4a1dc0481;hp=ca61ee3e3a4c5e2a806d354742c92cb554b4d09f;hpb=1c35448b880358d020e81339657e3435fdda9434;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index ca61ee3e..cb31d8a2 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1465,6 +1465,7 @@ def process_it(changes_file): u.pkg.changes_file = changes_file u.pkg.directory = os.getcwd() u.logger = Logger + origchanges = os.path.join(u.pkg.directory, u.pkg.changes_file) # Some defaults in case we can't fully process the .changes file u.pkg.changes["maintainer2047"] = cnf["Dinstall::MyEmailAddress"] @@ -1494,7 +1495,7 @@ def process_it(changes_file): # Absolutize the filename to avoid the requirement of being in the # same directory as the .changes file. - holding.copy_to_holding(os.path.abspath(changes_file)) + holding.copy_to_holding(origchanges) # Relativize the filename so we use the copy in holding # rather than the original...