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

export PYBUILD_NAME=pendulum

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

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

override_dh_auto_test:
	# disabled