Package: img2pdf Version: 0.3.3-1 Severity: normal Tags: patch Four times in the first 6 lines of img2pdf.1.gz, it says img2pdf.py, though it is installed in Debian as img2pdf. So the manpage should be patched to reflect this.
Something like the following works (in debian/rules, replacing the existing line): help2man --no-info --name="lossless conversion of raster images to pdf" ./src/img2pdf.py | sed -e 's/\.py//ig;' > img2pdf.1 Best wishes, Julian