X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=1fdc26c13b0d3a379f8950460df11783665a3521;hb=1e05e9f8e94040b0a763cc9f88c77f83064ebc78;hp=a459d2a4f47cc541a66b3aef42af11f3204eb86a;hpb=6125f74b729d28c63a7e5aeb5686497a6a27d8ef;p=dgit.git diff --git a/dgit b/dgit index a459d2a4..1fdc26c1 100755 --- a/dgit +++ b/dgit @@ -2758,7 +2758,7 @@ sub parse_dsc_field ($$) { if (!defined $f) { progress "$what: NO git hash"; } elsif (($dsc_hash, $dsc_distro, $dsc_hint_tag, $dsc_hint_url) - = $f =~ m/^(\w+) ($distro_re) ($versiontag_re) (\S+)(?:\s|$)/) { + = $f =~ m/^(\w+)\s+($distro_re)\s+($versiontag_re)\s+(\S+)(?:\s|$)/) { progress "$what: specified git info ($dsc_distro)"; $dsc_hint_tag = [ $dsc_hint_tag ]; } elsif ($f =~ m/^\w+\s*$/) {