summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 9 insertions, 4 deletions
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)