#!/usr/bin/make -f
# -*- makefile -*-


%:
	dh $@ --with python3,translations

override_dh_install:
	dh_install --fail-missing

