diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-03 21:15:02 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-02-03 21:15:02 -0500 |
commit | 0c48381bdc0bfd199166b721493ae8eb43556335 (patch) | |
tree | d41330fcc03933dec3d19a68e6e2601569ea47fe /sbopkglint | |
parent | d0a889c066c90e5df14fc56881ff2aa4f0367719 (diff) | |
download | sbo-maintainer-tools-0c48381bdc0bfd199166b721493ae8eb43556335.tar.gz |
sbopkglint: check PDF files in doc dir
Diffstat (limited to 'sbopkglint')
-rwxr-xr-x | sbopkglint | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -210,6 +210,11 @@ named INSTALL, INSTALL.*, or install.txt are flagged (it's impossible to make this test 100% perfect). This check can be disabled with the B<-i> option. +=item B<-> + +Any *.pdf files found in the doc dir are checked with B<pdfinfo> to +make sure they really are PDF files, and not corrupt/damaged. + =back =head2 noarch |