#!/usr/bin/make -f
%:
	dh $@ --with xul-ext --buildsystem=xul_ext

override_dh_auto_install:
	install-xpi --remove-license-files xul-ext-wot.xpi
	rm -r $(CURDIR)/debian/xul-ext-wot/usr/share/xul-ext/wot/META-INF

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/debian/upstream-changelog

get-orig-source:
	uscan --compression xz --verbose
