#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export VERBOSE=1

%:
	dh $@ -Scmake

# To make sure gensymbols fails the build, -c4 to be more strict
override_dh_makeshlibs:
	dh_makeshlibs -V -plibrocm-dbgapi0 -- -c4
