#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 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