#!/usr/bin/make -f
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --with autoreconf

# src/getopt.h conflicts with the one in glibc >= 2.26
override_dh_clean:
	dh_clean src/getopt.h
