summaryrefslogtreecommitdiff
path: root/dh_installman
diff options
context:
space:
mode:
authorjoey <joey>2003-09-05 18:01:31 +0000
committerjoey <joey>2003-09-05 18:01:31 +0000
commit502fdaade0cbf7e0d9f8101edd4757902fe25876 (patch)
treeddc46f87832353bf989615a003f1764a4918ec14 /dh_installman
parent2bc0d0368dc148a3507d285bad9bc845f8bf382d (diff)
r1605: * Switch from build-depends-indep to just build-depends.
* dh_installman: match .so links with whitespace after the filename Closes: #208753
Diffstat (limited to 'dh_installman')
-rwxr-xr-xdh_installman2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman
index 9adca670..24c5c041 100755
--- a/dh_installman
+++ b/dh_installman
@@ -184,7 +184,7 @@ sub find_so_man {
open (SOTEST,$_) || die "$_: $!";
my $l=<SOTEST>;
close SOTEST;
- if ($l=~m/\.so\s+(.*)/) {
+ if ($l=~m/\.so\s+(.*)\s*/) {
my $solink=$1;
# This test is here to prevent links like ... man8/../man8/foo.8
if (basename($File::Find::dir) eq