#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with kf6 override_dh_auto_configure: dh_auto_configure -Skf6 -- -DQT_MAJOR_VERSION=6 -DBUILD_TESTING=OFF override_dh_auto_test: # Disable dh_auto_test at build time :