summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3640943209544a3ff0b9b10ef927cc978df27f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export PYBUILD_NAME=pendulum

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

execute_before_dh_auto_clean:
	cp debian/local/setup.py setup.py

execute_after_dh_auto_clean:
	rm -f setup.py

execute_before_dh_auto_configure:
	cp debian/local/setup.py setup.py

override_dh_auto_test:
	# disabled