From: Michael Schutte Date: Sun, 21 Aug 2011 07:39:09 +0000 (+0200) Subject: 1.0~b6-2: Install /usr/share/xul-ext/pentadactyl/NEWS, closes: #637919 X-Git-Tag: debian/1.0b6-2^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6afb087efa3d91aa1cdbb1ce0d72566e5f9055f2;p=dactyl.git 1.0~b6-2: Install /usr/share/xul-ext/pentadactyl/NEWS, closes: #637919 --- diff --git a/debian/changelog b/debian/changelog index 799c42d..5620218 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dactyl (1.0~b6-2) unstable; urgency=low + + * Ship NEWS in /usr/share/xul-ext/pentadactyl/. :help needs this to + generate the dactyl://help/versions page, closes: #637919. + + -- Michael Schutte Sun, 21 Aug 2011 09:40:32 +0200 + dactyl (1.0~b6-1) unstable; urgency=low * Initial release, closes: #634847. Only build pentadactyl for now. diff --git a/debian/rules b/debian/rules index c084bdc..3707167 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=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); \