#!/usr/bin/make -f

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

%:
	dh $@

# This might become redundant in debhelper-compat (= 14) or
# later.
override_dh_auto_install:
	dh_auto_install
	chmod -R u+rwX debian/flexml
