#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem cmake --with python2,bash-completion

# Don't waste CPU cycles in autoreconfig a package building with cmake.
override_dh_autoreconf:

override_dh_auto_configure:
	dh_auto_configure -- \
		-DWITH_DBUS=ON \
