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


override_dh_auto_install:
	install-xpi Perspectives.xpi
	rm -r $(CURDIR)/debian/xul-ext-perspectives/usr/share/xul-ext/perspectives/chrome/content/credits
	rm -r $(CURDIR)/debian/xul-ext-perspectives/usr/share/xul-ext/perspectives/chrome/content/test

override_dh_clean:
	dh_clean
	rm -f Perspectives.xpi
