summaryrefslogtreecommitdiff
path: root/man/dh_xul-ext.1
blob: c90ea6f4ce7f1b1a8fd3637eda0e74042741b300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.\"Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
.\"
.\"Permission is hereby granted, free of charge, to any person obtaining a copy
.\"of this software and associated documentation files (the "Software"), to deal
.\"in the Software without restriction, including without limitation the rights
.\"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
.\"copies of the Software, and to permit persons to whom the Software is
.\"furnished to do so, subject to the following conditions:
.\"
.\"The above copyright notice and this permission notice shall be included in
.\"all copies or substantial portions of the Software.
.\"
.\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
.\"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
.\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
.\"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.\"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
.\"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
.\"THE SOFTWARE.
.TH DH_XUL-EXT "1" "January 2010" "dh_xul-ext" "mozilla-devscripts suite"
.SH NAME
dh_xul-ext \- calculate XUL extension dependencies
.SH SYNOPSIS
.B dh_xul-ext
[\fIoptions\fP]
.SH DESCRIPTION
.B dh_xul-ext
is a helper tool for packaging XUL extensions. It calculates the supported
XUL applications for the packages that contain an install.rdf file. It will set
the substitution variables xpi:Recommends, xpi:Enhances, and xpi:Provides.
Unknown options will be ignored.
.SH OPTIONS
.TP
\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.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Print more information.
.SH AUTHOR
Benjamin Drung <bdrung@debian.org>