#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) -DPYCLINGCON_ENABLE=require -DCLINGCON_MANAGE_RPATH=Off -DPYCLINGCON_INSTALL_DIR=/usr/lib/python3/dist-packages
