From: Ian Jackson Date: Mon, 7 Nov 2016 02:44:23 +0000 (+0000) Subject: dgit: Always print canonical suite name X-Git-Tag: archive/debian/2.10~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=e29b49fdc614b9a8dfd668dc42e40d87cd381df4 dgit: Always print canonical suite name Not only when a noncanonical one was specified. This makes some output less confusing - especially when combined with the forthcoming multisuite feature. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index bc9f74e1..cdc7c167 100755 --- a/dgit +++ b/dgit @@ -1562,6 +1562,8 @@ sub canonicalise_suite () { $csuite = archive_query('canonicalise_suite'); if ($isuite ne $csuite) { progress "canonical suite name for $isuite is $csuite"; + } else { + progress "canonical suite name is $csuite"; } }