#!/usr/bin/make -f

%:
	dh ${@} --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc

override_dh_auto_test:
	# disabled

override_dh_auto_install:
	dh_auto_install

	# adjusting gconf scheme location
	mv debian/gnomint/etc/gconf debian/gnomint/usr/share
