#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/pkg-info.mk
include /usr/share/debhelper/dh_package_notes/package-notes.mk
CONFOPTS=-Dsplit-usr=false -Dwtmpdbd=disabled
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- $(CONFOPTS)
override_dh_installinit:
dh_installinit --name=wtmpdb-update-boot --no-stop-on-upgrade