#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

%:
	dh $@ --with gnome

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-avahi \
		--enable-ssh \
		--enable-rdp \
		--without-telepathy

override_dh_auto_install:
	dh_auto_install
	find debian/vinagre -name '*.la' -delete -print