Adding debian version 1.4.13-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
03367abfa8
commit
1256cb02e4
6 changed files with 84 additions and 0 deletions
16
debian/rules
vendored
Executable file
16
debian/rules
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=identify
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue