#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ override_dh_auto_build: @# Use /usr/lib here, because libdir will be used for @# generating the wrapper script, and we want that to be the @# same on all architectures. Since the script leaves it to the @# dynamic linker to find the library, the path is not actually @# used if the library is installed to a system location. dh_auto_build -- prefix=/usr libdir=/usr/lib @# Generate HTML documentation printf '