X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=92346af8a744a2baa8dc5ab035f4ce9a8cd084a5;hb=691f733eda9065f23ba4ad6bf6dc2db1052a2ffd;hp=c084bdc09304a58e9b69a0de87e28fc22c138958;hpb=9f23a429fb5222ccf1cce8f2bf8ae933f195f257;p=dactyl.git diff --git a/debian/rules b/debian/rules index c084bdc..92346af 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,13 @@ 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 xpi + make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES='bootstrap.js NEWS' xpi override_dh_auto_install: for PACKAGE in $(PACKAGES); \ @@ -27,7 +32,7 @@ override_dh_installchangelogs: done UPSTREAM_REPO=../upstream -UPSTREAM_REVISION=pentadactyl-1.0b6 +UPSTREAM_REVISION=pentadactyl-1.0rc1 UPSTREAM_DEST=$(shell pwd)/dactyl.tar.gz get-orig-source: