From: Ian Jackson Date: Sat, 7 Jan 2017 16:41:56 +0000 (+0000) Subject: dgit: Option parsing: Fix distro/suite reference bugs X-Git-Tag: archive/debian/3.0~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=81a31ed44401d58cff028c12db896fa3badfd4ee;hp=81a31ed44401d58cff028c12db896fa3badfd4ee;p=dgit.git dgit: Option parsing: Fix distro/suite reference bugs By moving parseopts_late_defaults call. This is conceptually the same as finalise_late_opts, so do it there. We have to add a missing call to build_prep_early, as otherwise we call massage_dbp_args too soon. Also move a nopushing() call until after $isuite is set All of this means that we now honour $isuite (and sometimes $idistro) much better. Signed-off-by: Ian Jackson ---