[Pkg-mozext-commits] [SCM] Keyboard-friendly UI for XUL applications branch, master, updated. upstream/1.0b6-22-g6afb087

Michael Schutte michi at uiae.at
Sun Aug 21 09:33:14 UTC 2011


The following commit has been merged in the master branch:
commit 6afb087efa3d91aa1cdbb1ce0d72566e5f9055f2
Author: Michael Schutte <michi at uiae.at>
Date:   Sun Aug 21 09:39:09 2011 +0200

    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 <michi at debian.org>  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); \

-- 
Keyboard-friendly UI for XUL applications



More information about the Pkg-mozext-commits mailing list