#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# export QT_SELECT = qt6
# qtchooser doesn't support qt6, but cmake is the magic ingredient

%:
	dh $@

override_dh_clean:
	dh_clean --exclude=qjackctl.pro

# No dbgsym packages:
override_dh_strip:
	dh_strip --no-automatic-dbgsym
