#!/usr/bin/make -f DEB_CONFIGURE_EXTRA_FLAGS := --disable-static # For Hardening export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@; override_dh_auto_configure: [ ! -f hbaapi_src_2.2.tgz ] || tar -C . -zvxf hbaapi_src_2.2.tgz --strip-components=1 ./bootstrap.sh ./configure --disable-static --prefix=/usr