From 6afb087efa3d91aa1cdbb1ce0d72566e5f9055f2 Mon Sep 17 00:00:00 2001
From: Michael Schutte <michi@uiae.at>
Date: Sun, 21 Aug 2011 09:39:09 +0200
Subject: [PATCH] 1.0~b6-2: Install /usr/share/xul-ext/pentadactyl/NEWS,
 closes: #637919

---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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@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); \
-- 
2.39.5