summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3d0952a28e002d9b2fc8ec02039ba67f356e179f (plain)
1
2
3
4
5
6
7
8
9
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