#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --without single-binary

# https://github.com/GustavoPeredo/Font-Downloader/pull/128
execute_after_dh_fixperms:
	chmod -x debian/font-downloader/usr/share/fontdownloader/fontdownloader/*.py
	chmod -x debian/font-downloader/usr/share/glib-2.0/schemas/org.gustavoperedo.FontDownloader.gschema.xml
