#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=freeipa
export PYBUILD_DISABLE=test

build3vers := $(shell py3versions -sv)

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

override_dh_auto_configure:
	dh_auto_configure

override_dh_auto_clean:
	-rm -rf src/python_freeipa.egg-info/
	dh_auto_clean
