diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2011-07-09 20:22:00 +0200 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2011-07-09 20:22:00 +0200 |
commit | c5178d7b50957a9f54f9bed8a6d7ccf081798118 (patch) | |
tree | 5a69ef5711c18b80607bcec84bc52ead63934450 /man | |
parent | df58f3a3d891a494232d6e49a5a1862a557e8930 (diff) |
Add an --all parameter to dh_xul-ext to make packages that work with every
browser they can actually work with (Closes: #610499).
Diffstat (limited to 'man')
-rw-r--r-- | man/dh_xul-ext.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/dh_xul-ext.1 b/man/dh_xul-ext.1 index f37f425..b54fa95 100644 --- a/man/dh_xul-ext.1 +++ b/man/dh_xul-ext.1 @@ -34,6 +34,12 @@ Unknown options will be ignored. \fB\-h\fR, \fB\-\-help\fR Display a brief help message. .TP +\fB\-a\fR, \fB\-\-all\fR +Expand substvars to all known XUL applications. If this parameter is not +provided, substvars will only be expanded to the XUL applications that are +available on your distribution. Use this parameter if you want to create a +package that can be installed on all Debian-based systems without recompiling. +.TP \fB\-p\fR \fIpackage\fP, \fB\-\-package\fR=\fIpackage\fP Calcalate the substvars only for the specified package. If this parameter is not provided, all package listed in the control file will be processed. |