1
0
Fork 0

Adding debian version 1.6.4-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 14:32:18 +01:00
parent d5b8e0af0d
commit 56ae818368
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 89 additions and 0 deletions

10
debian/rules vendored Executable file
View file

@ -0,0 +1,10 @@
#!/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