#!/usr/bin/make -f

# Aim for the top, adapt if anything should break on the buildds.
DEB_BUILD_MAINT_OPTIONS=	hardening=+all
export DEB_BUILD_MAINT_OPTIONS

%:
	dh '$@'

override_dh_auto_configure:
	dh_auto_configure -- -Dwith_docs=false -Dwith_manpages=enabled -Dpython_name=python3 -Dwith_py2=false

override_dh_auto_test:
	dh_auto_test -- -t 10

override_dh_makeshlibs:
	dh_makeshlibs -- -c4
