#!/usr/bin/make -f # Build with all hardening options enabled export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Link with --as-needed to eliminate unused or indirect library dependencies export V = 1 %: dh $@ override_dh_autoreconf: dh_autoreconf --as-needed