From 1f5c524bee32ddf33bf5e4d6a293d3cc27f59e22 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 Aug 2015 16:39:37 +0100 Subject: quilt fixup: A few more progress messages --- dgit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index a49c766..7b62a66 100755 --- a/dgit +++ b/dgit @@ -2800,6 +2800,8 @@ sub quilt_fixup_delete_pc () { sub quilt_fixup_singlepatch ($$$) { my ($clogp, $headref, $upstreamversion) = @_; + progress "starting quiltify (single-debian-patch)"; + # dpkg-source --commit generates new patches even if # single-debian-patch is in debian/source/options. In order to # get it to generate debian/patches/debian-changes, it is @@ -2825,6 +2827,8 @@ sub quilt_fixup_singlepatch ($$$) { sub quilt_fixup_multipatch ($$$) { my ($clogp, $headref, $upstreamversion) = @_; + progress "starting quiltify (multiple patches, $quilt_mode mode)"; + # Our objective is: # - honour any existing .pc in case it has any strangeness # - determine the git commit corresponding to the tip of -- cgit v1.2.3