From: Ian Jackson Date: Sat, 13 Oct 2018 10:13:35 +0000 (+0100) Subject: dgit: Move clean_tree_check X-Git-Tag: archive/debian/8.0~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f4c0fe2181b75d62827ddf71ae1c8fbfc14874d0;p=dgit.git dgit: Move clean_tree_check Code motion. No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 4cbc378c..b4943a23 100755 --- a/dgit +++ b/dgit @@ -6199,6 +6199,10 @@ sub maybe_unapply_patches_again () { #----- other building ----- +sub clean_tree_check () { + # Not yet implemented. The lack of this is part of #910705. +} + sub clean_tree () { # We always clean the tree ourselves, rather than leave it to the # builder (dpkg-source, or soemthing which calls dpkg-source). @@ -6225,10 +6229,6 @@ sub clean_tree () { } } -sub clean_tree_check () { - # Not yet implemented. The lack of this is part of #910705. -} - sub cmd_clean () { badusage __ "clean takes no additional arguments" if @ARGV; notpushing();