#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

# There is no test target as such, but the build system does not know this.
override_dh_auto_test:

%:
	dh  $@

override_dh_installchangelogs:
	dh_installchangelogs debian/NEWS.dhcpcd-ui

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk=gtk+-3.0

execute_after_dh_auto_clean:
	find icons/ -type f -name "*.png" -exec rm -f {} \;
