summaryrefslogtreecommitdiff
path: root/dh_installdocs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-xdh_installdocs3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_installdocs b/dh_installdocs
index d8ebe62e..5f4abfdb 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -280,6 +280,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
last;
}
}
+ if (! exists $doc_ids{$fn}) {
+ warning("Could not parse $fn for doc-base Document id; skipping");
+ }
close IN;
}
closedir(DEB);