1
0
Fork 0
identify/debian/rules
Daniel Baumann debb2d98f8
Releasing debian version 2.5.31-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 05:36:58 +01:00

14 lines
434 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=identify
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_install:
# manpage
mkdir -p debian/python3-identify/usr/share/man/man1
PYTHONPATH=debian/python3-identify/usr/lib/$$(py3versions -d)/dist-packages \
help2man --no-discard-stderr --name 'File identification tool' \
debian/python3-identify/usr/bin/identify-cli > debian/python3-identify/usr/share/man/man1/identify-cli.1