#!/usr/bin/make -f

export DH_VERBOSE = 1

export DEB_BUILD_MAIN_OPTIONS = hardening=+all

export PYBUILD_NAME=noise

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