#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# This is a private library and hence no need for this symbolic link
	rm debian/plasma-pa/usr/lib/*/libplasma-volume.so

override_dh_auto_test:
	:
