summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-21 16:38:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-21 17:28:08 +0100
commit721b7c76a51ab6861368a0dcf0a5a1fd5b514a72 (patch)
treec49619b0d3e18e7637b2ea21a43750bfd22a7e9b
parentbf86f2e38968230777c9f158ed9099d547ca6883 (diff)
quilt fixup: quilt_fixup_linkorigs more debugging output
-rwxr-xr-xdgit5
1 files changed, 5 insertions, 0 deletions
diff --git a/dgit b/dgit
index eaba82b..f4e2abf 100755
--- 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);
}