#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

clean::
	# update templates.pot file
	head -n 1 debian/changelog | cut -d ')' -f 1 | cut -d '(' -f 2 > version
	debconf-updatepo
