#!/usr/bin/make -f

export DH_VERBOSE=1
export DH_COMPAT=4

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk

DEB_DH_ALWAYS_EXCLUDE=*.la
DEB_DH_STRIP_ARGS := --dbg-package=gnome-vfs-filechooser-backend

post-patches:: debian/stamp-autothings-update
debian/stamp-autothings-update:
	NOCONFIGURE=1 ./autogen.sh
	# Can add things here that need to be ran after autogen.sh
	touch $@
