From c1c682f4a7d4eb1e4200f46de1df8acdf28d52da Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Fri, 22 Feb 2008 23:01:51 +0100 Subject: * Update the compare module to also check dist/bin vs debian/tmp - update src/compare.mk.in - update src/firefox-3.0.mk.in - update src/xulrunner-1.9.mk.in - update README --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index b9e5af0..c0a32eb 100644 --- a/README +++ b/README @@ -82,12 +82,17 @@ You can now call it: Compares installed files and debs content The following target is available to the caller: -compare: check the difference between what has been installed in debian/tmp -by the (upstream) make install rule and what has been put in the debs. + +compare: check the difference between: +a/ what has been built (in dists/bin) and what has been installed (in debian/tmp) +b/ what has been installed (in debian/tmp) and what has been put in the debs +dists/bin is populated by the upstream build system +debian/tmp is populated according to upstream installer/package-static files The following variable are available: -COMPARE_FILTER_IN and COMPARE_FILTER_OUT -By default, both are 'sed' commands that could be augmented (+=) or +COMPARE_FILTER_PRE_IN and COMPARE_FILTER_PRE_OUT (for a/) +COMPARE_FILTER_IN and COMPARE_FILTER_OUT (for b/) +By default, all are 'sed' commands that could be augmented (+=) or overwritten by the caller. To use (if not already done for another mozilla-devscripts script) -- cgit v1.2.3