#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export QT_SELECT := qt5

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    "INCLUDE_INVITATION_PLUGIN=no"

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_missing:
	dh_missing -Xlibbuteodav.so -Xlibbuteodav.pc -Xusr/bin -Xusr/include

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..
