From: Michael Schutte Date: Wed, 28 Dec 2011 19:54:22 +0000 (+0100) Subject: Work around the binary/ directory by adding an extra target X-Git-Tag: debian/1.0rc1-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=691f733eda9065f23ba4ad6bf6dc2db1052a2ffd;p=dactyl.git Work around the binary/ directory by adding an extra target --- diff --git a/debian/rules b/debian/rules index a533217..92346af 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,11 @@ VERSION=$(shell dpkg-parsechangelog | \ %: dh $@ --with xul-ext +# this silliness is needed due to the binary/ directory in the project root +.PHONY: binary +binary: + dh binary --with xul-ext + override_dh_auto_build: make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES='bootstrap.js NEWS' xpi