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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter $(DEB_HOST_ARCH), alpha hppa m68k sh4 sparc64 x32))
	dh_auto_test
else
	# temporarily ignore test results, qdeclarativefeedback fails if the
	# QML module is not installed
	-dh_auto_test
endif

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