From: Michael Schutte Date: Tue, 26 Jul 2011 09:01:47 +0000 (+0200) Subject: Set MANGLE=chrome (appears to be the default value in various places) X-Git-Tag: debian/1.0b6-1~4 X-Git-Url: https://git.donarmstrong.com/?p=dactyl.git;a=commitdiff_plain;h=c9eb529344624486ec66096173f2a2aa65fd51e4 Set MANGLE=chrome (appears to be the default value in various places) --- diff --git a/debian/rules b/debian/rules index 09d0e21..afca4bc 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ VERSION=$(shell dpkg-parsechangelog | \ dh $@ --with xul-ext override_dh_auto_build: - make DIRS=$(PACKAGES) MANGLE=$(VERSION) XPI_FILES=bootstrap.js xpi + make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES=bootstrap.js xpi override_dh_auto_install: for PACKAGE in $(PACKAGES); \ @@ -18,7 +18,7 @@ override_dh_auto_install: override_dh_auto_clean: make DIRS=$(PACKAGES) clean for PACKAGE in $(PACKAGES); \ - do rm -f $$PACKAGE/$(VERSION).zip; \ + do rm -f $$PACKAGE/chrome.zip; \ done override_dh_installchangelogs: