From 691f733eda9065f23ba4ad6bf6dc2db1052a2ffd Mon Sep 17 00:00:00 2001 From: Michael Schutte Date: Wed, 28 Dec 2011 20:54:22 +0100 Subject: [PATCH] Work around the binary/ directory by adding an extra target --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5