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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-format

%:
	dh $@ --buildsystem=cmake -Bbuild

override_dh_auto_configure:
	dh_auto_configure -- -DWITH_AUTOMATIC_UPDATE=0

override_dh_strip:
	dh_strip --dbgsym-migration='openclonk-dbg (<< 8.0-1~)'

override_dh_builddeb:
	dh_builddeb -- -Zxz
