#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	CACERT=/etc/ssl/certs/ca-certificates.crt dh_auto_configure

override_dh_installdocs:
	dh_installdocs NEWS README

override_dh_auto_install:
	dh_auto_install
# remove the command alias symlinks
	find debian/sblim-wbemcli/usr/bin -type l -delete

override_dh_strip:
	dh_strip --dbgsym-migration=sblim-wbemcli-dbg
