Adding debian version 1.6.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d5b8e0af0d
commit
56ae818368
7 changed files with 89 additions and 0 deletions
10
debian/rules
vendored
Executable file
10
debian/rules
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue