From 09326323400f82de87d041b89e3eec5b580c129c Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Tue, 29 Jan 2008 16:49:31 +0100 Subject: * Add support for 'compare' in firefox - update src/firefox-3.0.mk.in --- src/firefox-3.0.mk.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src') diff --git a/src/firefox-3.0.mk.in b/src/firefox-3.0.mk.in index 99d2277..8533222 100644 --- a/src/firefox-3.0.mk.in +++ b/src/firefox-3.0.mk.in @@ -28,3 +28,24 @@ MOZCLIENT_EMBEDDED := 1 MOZCLIENT_WANTMOZDIR := 1 include mozclient.mk.in + +COMPARE_FILTER_IN := sed \ + -e 's,^usr/lib/firefox-3.0-[^/]*/searchplugins,usr/lib/firefox-addons/searchplugins,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/extensions/inspector@mozilla.org/.*,,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/extensions,usr/lib/xulrunner-addons/extensions,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/defaults/profile,etc/firefox-3.0/profile,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/\(old-homepage-default.properties\|README.txt\|removed-files\),,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/.autoreg,,' \ + $(NULL) +COMPARE_FILTER_OUT := sed \ + -e 's,^DEBIAN/.*,,' \ + -e 's,^usr/lib/debug/.*,,' \ + -e 's,^usr/share/doc/.*,,' \ + -e 's,^usr/share/applications/.*,,' \ + -e 's,^usr/share/bug/firefox-3.0/presubj,,' \ + -e 's,^etc/firefox-3.0/\(firefoxrc\|pref/firefox.js\),,' \ + -e 's,^usr/lib/firefox-addons/searchplugins/\(debsearch\|wikipedia\).\(gif\|src\),,' \ + -e 's,^usr/lib/firefox-3.0-[^/]*/\(firefox-3.0-restart-required.update-notifier\|firefox.cfg\|firefox.sh\),,' \ + $(NULL) + +include compare.mk.in -- cgit v1.2.3