summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 34359128a6332cd114a4ec9506a42b541562e096 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=ptpython

%:
	dh ${@} --buildsystem=pybuild

execute_after_dh_auto_clean:
	# help pybuild
	rm -rf *.egg-info