#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all, nocheck
DEBDIR = debian
DESTDIR = $(DEBDIR)/kwin-bismuth/usr

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DUSE_TSC=OFF -DUSE_NPM=OFF

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