Skip to content
Snippets Groups Projects
rules 499 B
Newer Older
Michael Loipführer's avatar
Michael Loipführer committed
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.9.0 at
# Thu, 23 Apr 2020 19:15:18 +0200

%:
	dh $@ --with python3 --buildsystem=python_distutils

override_dh_auto_clean:
	python3 setup.py clean -a
	find . -name \*.pyc -exec rm {} \;

override_dh_auto_build:
	python3 setup.py build --force

override_dh_auto_install:
Michael Loipführer's avatar
Michael Loipführer committed
	python3 setup.py install --force --root=debian/tempermonitor --no-compile -O0 --install-layout=deb
Michael Loipführer's avatar
Michael Loipführer committed

override_dh_python2:
	dh_python2 --no-guessing-versions