#!/usr/bin/make -f #export DH_VERBOSE = 1 %: dh $@ override_dh_auto_build: chmod 755 update-locale.sh && ./update-locale.sh dh_auto_build override_dh_install: set -e; for x in tiling-assistant@leleat-on-github/locale/*; do \ install -d debian/tmp/usr/share/locale/$$(basename $$x)/LC_MESSAGES; \ install -m644 $$x/LC_MESSAGES/*.mo debian/tmp/usr/share/locale/$$(basename $$x)/LC_MESSAGES; \ done dh_install