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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND=-I/usr/include/tirpc
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--start-group -ltirpc

%:
	dh $@

override_dh_installinit:
	dh_installinit --noscripts

override_dh_autoreconf:
	touch ChangeLog
	dh_autoreconf
