chiark / gitweb /
quilt fixup: quilt_fixup_linkorigs more debugging output
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 Aug 2015 15:38:26 +0000 (16:38 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 21 Aug 2015 16:28:08 +0000 (17:28 +0100)
dgit

diff --git a/dgit b/dgit
index eaba82b4143d2babd6157f89c746184e55ee9a6d..f4e2abfb4c9998c5002fa6bd729cbd0ba7a377e3 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2779,7 +2779,12 @@ sub quilt_fixup_linkorigs ($$) {
 
     foreach my $f (<../../../../*>) { #/){
        my $b=$f; $b =~ s{.*/}{};
+       {
+           local ($debuglevel) = $debuglevel-1;
+           printdebug "QF linkorigs $b, $f ?\n";
+       }
        next unless is_orig_file $b, srcfn $upstreamversion,'';
+       printdebug "QF linkorigs $b, $f Y\n";
        link_ltarget $f, $b or die "$b $!";
         $fn->($b);
     }