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

%:
	dh $@ --buildsystem=none

override_dh_install:
	dh_install
	DH_VERBOSE=1 ../../dh_python3

override_dh_auto_build:
	python3 setup.py build

override_dh_auto_install:
	python3 setup.py install --root=debian/foo/ --install-lib=/usr/share/foo/python