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

export QT_SELECT := qt5

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	    CONFIG+=google \
	    CONFIG+=calendar \

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

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