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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

LDFLAGS+=-Wl,--as-needed

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm -fR $(CURDIR)/debian/tmp/usr/include

override_dh_strip:
	dh_strip --dbg-package=brp-pacu-dbg
