#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DENABLE_MINIMIZE_TO_TRAY=ON

# Skip the upstream CTest suite: several tests need a runtime environment
# (gcrypt secure memory, HOME, D-Bus) that is not available in the OBS build
# container, so they abort with "'init_err' should be NULL". The RPM build
# does not run them either.
override_dh_auto_test:
