Source: debhelper Source-Version: 9.20141107 Tags: patch Severity: minor Cheers
--- Index: debhelper-9.20141107/dh_installman =================================================================== --- debhelper-9.20141107/dh_installman +++ debhelper-9.20141107/dh_installman @@ -218,9 +218,9 @@ } # Check if a file is a .so man page, for use by File::Find. sub find_so_man { + # The -s test is because a .so file tends to be small. We don't want - # The -s test is becuase a .so file tends to be small. We don't want # to open every man page. 1024 is arbitrary. if (! -f $_ || -s $_ > 1024 || -s == 0) { return; } -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org