]> git.donarmstrong.com Git - dactyl.git/commitdiff
1.0~b6-2: Install /usr/share/xul-ext/pentadactyl/NEWS, closes: #637919 debian/1.0b6-2
authorMichael Schutte <michi@uiae.at>
Sun, 21 Aug 2011 07:39:09 +0000 (09:39 +0200)
committerMichael Schutte <michi@uiae.at>
Sun, 21 Aug 2011 07:40:36 +0000 (09:40 +0200)
debian/changelog
debian/rules

index 799c42dd4e1a96f4434daa09512e923ec8faa2da..5620218006306448631ebaab67858063e0e5de9a 100644 (file)
@@ -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.
index c084bdc09304a58e9b69a0de87e28fc22c138958..3707167e59378b03e5ad9c065472b5a962549bb1 100755 (executable)
@@ -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); \