#!/usr/bin/make -f

%:
	dh $@ --with xul-ext

override_dh_auto_build:
	TZ=UTC python build.py build --release

override_dh_auto_install:
	install-xpi adblockplus*.xpi

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

get-orig-source:
	uscan --rename --verbose --force
