#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_before_dh_auto_clean:
	if [ -e i18n/pt_BR.po.bak ] ; then mv i18n/pt_BR.po.bak i18n/pt_BR.po ; fi

execute_before_dh_auto_build:
	cp -a i18n/pt_BR.po i18n/pt_BR.po.bak
