#!/usr/bin/make -f

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

%:
	dh $@ --with xul-ext --buildsystem=xul_ext --parallel

override_dh_install:
	## skip conffile(s):
	$(RM) -v debian/xul-ext-form-history-control/etc/*/*.js
	find $(CURDIR)/debian -type d -empty -delete -print
	dh_install
