#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/jborean93/pykrb5.git
include /usr/share/openstack-pkg-tools/pkgos.make

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

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

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/krb5/*.c

override_dh_auto_test:
	echo "Doing nothing, did not package https://pypi.org/project/k5test needed for tests"
