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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --parallel

override_dh_fixperms:
	find debian/ffdiaporama-data/usr/share/ffDiaporama -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/ffdiaporama/usr/share/mime -type f  -print0 2>/dev/null | xargs -0r chmod 644
	dh_fixperms

override_dh_install:
	dh_install -Xlicence
