[Pkg-mozext-commits] [SCM] Keyboard-friendly UI for XUL applications branch, master, updated. debian/1.0b7.1-1-6-g12a899e

Michael Schutte michi at uiae.at
Thu Dec 29 15:04:44 UTC 2011


The following commit has been merged in the master branch:
commit 691f733eda9065f23ba4ad6bf6dc2db1052a2ffd
Author: Michael Schutte <michi at uiae.at>
Date:   Wed Dec 28 20:54:22 2011 +0100

    Work around the binary/ directory by adding an extra target

diff --git a/debian/rules b/debian/rules
index a533217..92346af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,11 @@ VERSION=$(shell dpkg-parsechangelog | \
 %:
 	dh $@ --with xul-ext
 
+# this silliness is needed due to the binary/ directory in the project root
+.PHONY: binary
+binary:
+	dh binary --with xul-ext
+
 override_dh_auto_build:
 	make DIRS=$(PACKAGES) MANGLE=chrome XPI_FILES='bootstrap.js NEWS' xpi
 

-- 
Keyboard-friendly UI for XUL applications



More information about the Pkg-mozext-commits mailing list