~online-accounts/unity-scope-gdrive/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_auto_clean:
	python3 setup.py clean -a
	rm -rf __pycache__/
	dh_clean

override_dh_auto_build:
	python3 setup.py build

override_dh_auto_test:
	nosetests3

override_dh_auto_install:
	python3 setup.py install --root=$(CURDIR)/debian/unity-scope-gdrive --install-layout=deb

override_dh_install:
	dh_install --fail-missing