#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dtests=enabled

override_dh_install:
	dh_install

man:
	help2man --no-info -n "$(shell grep-dctrl -n -s Description "" debian/control | head -1)" --include=debian/help2man.include -o debian/noctalia.1 noctalia
