#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/autoreconf.mk

DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
DEB_INSTALL_DOCS_ALL += --exclude=README
DEB_INSTALL_CHANGELOGS_ALL = 
DEB_DH_AUTORECONF_ARGS=autoreconf -- -f -i

get-orig-source:
	uscan --force-download

