From f559074ff68c29e0c40f544ac57e09fe5ade766d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Jan 2017 17:17:42 +0000 Subject: dgit: Set default dsc import distro when there is no Dgit field. Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) (limited to 'dgit') diff --git a/dgit b/dgit index 5ca4a81..1f3179f 100755 --- a/dgit +++ b/dgit @@ -2814,6 +2814,7 @@ sub parse_dsc_field ($$) { if (!defined $f) { progress "$what: NO git hash"; + $def_dsc_distro->(); } elsif (($dsc_hash, $dsc_distro, $dsc_hint_tag, $dsc_hint_url) = $f =~ m/^(\w+)\s+($distro_re)\s+($versiontag_re)\s+(\S+)(?:\s|$)/) { progress "$what: specified git info ($dsc_distro)"; -- cgit v1.2.3