1
0
Fork 0
treelib/debian/rules
Daniel Baumann 56ae818368
Adding debian version 1.6.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:32:18 +01:00

10 lines
264 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=treelib
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_installexamples:
# correcting shebang
sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|' debian/python3-treelib/usr/share/doc/python3-treelib/examples/*.py