#!/usr/bin/make -f
#export DH_VERBOSE=1
export NO_PKG_MANGLE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_TARGET_ARCH ?= $(shell dpkg-architecture -qDEB_TARGET_ARCH)
arch ?= $(shell arch)
%:
	dh $@

override_dh_auto_build:
	lrelease ./src/translation/*.ts

override_dh_install:
	dh_install
