#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:
	autoreconf -f -i
	dh_auto_configure

override_dh_strip:
	dh_strip --dbg-package=libgpds-dbg

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_makeshlibs:
	dh_makeshlibs -Xusr/lib/gnome-settings-daemon-2.0

%:
	dh $@
