X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=c2622ef7eb4ff7a949b77fcea66d1ad194a90213;hp=6b1201e7aee73dbc46cdcaa89b3c0b72987f49ce;hb=2046b269f987d70a6b89cbcd8926ef4931586706;hpb=423b18b5527db8ebda1a86c4c32d30d0a0248cdb diff --git a/dgit b/dgit index 6b1201e7..c2622ef7 100755 --- a/dgit +++ b/dgit @@ -4366,9 +4366,9 @@ If you need to change the package, you must use a new version number. END if ($we_are_responder) { my $dryrunsuffix = act_local() ? "" : ".tmp"; + my @rfiles = ($dscpath, $changesfile); responder_receive_files('signed-dsc-changes', - "$dscpath$dryrunsuffix", - "$changesfile$dryrunsuffix"); + map { "$_$dryrunsuffix" } @rfiles); } else { if (act_local()) { rename "$dscpath.tmp",$dscpath or die "$dscfn $!";