From c5178d7b50957a9f54f9bed8a6d7ccf081798118 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 9 Jul 2011 20:22:00 +0200 Subject: Add an --all parameter to dh_xul-ext to make packages that work with every browser they can actually work with (Closes: #610499). --- tests/dh_xul-ext/debian/debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tests/dh_xul-ext/debian/debian/rules (limited to 'tests/dh_xul-ext/debian/debian/rules') diff --git a/tests/dh_xul-ext/debian/debian/rules b/tests/dh_xul-ext/debian/debian/rules new file mode 100755 index 0000000..2872153 --- /dev/null +++ b/tests/dh_xul-ext/debian/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + dh_install install.rdf /usr/share/xul-ext/test-package/ + DEB_VENDOR=Debian ../../../src/dh_xul-ext -- cgit v1.2.3