~ubuntu-branches/ubuntu/lucid/mozilla-devscripts/lucid

« back to all changes in this revision

Viewing changes to man/med-xpi-pack.1

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung, Benjamin Drung, Sasa Bodiroza
  • Date: 2009-08-22 01:10:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090822011023-kkmhibsjwnh5uuw1
Tags: 0.15
[ Benjamin Drung <bdrung@ubuntu.com> ]
* packaging:
  - break and sort Depends and Suggests
    - update debian/control
  - add ${misc:Depends} to Depends
    - update debian/control
  - wrap too long lines
    - update debian/changelog
  - fix Vcs-Bzr-Browser field to Vcs-Browser
    - update debian/control
  - all files are directly installed into debian/mozilla-devscripts
    - update debian/rules
    - remove debian/mozilla-devscripts.install
  - Bump Standards-Version to 3.8.3
    - update debian/control
* build-system:
  - make minefield-packager.mk executable
    - update src/Makefile
* lp-locale-export.mk:
  - remove shebang
    - update src/lp-locale-export.mk
* moz-version:
  - wrote man page for moz-version
    - add man/moz-version.1
    - update src/Makefile
* xpi.mk:
  - add abrowser-3.7, firefox-3.7, xulrunner-1.9.3
    - update debian/control

[ Sasa Bodiroza <jazzva@gmail.com> ]
* med-xpi-{pack,unpack}:
  - wrote man page for med-xpi-{pack,unpack}
  - add man/med-xpi-{pack,unpack}.1
  - update src/Makefile
* xpi.mk:
  - add MOZ_XPI_DOCUMENTED_LICENSE_FILES parameter to enable exclusion of
    extra license files during installation of the XPI to the packaging tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MED-XPI-PACK "1" "13 August 2009"
 
2
 
 
3
.SH NAME
 
4
med-xpi-pack \- pack a directory to a XPI file
 
5
 
 
6
.SH SYNOPSIS
 
7
\fBmed-xpi-pack\fR <\fBinput_directory\fR> <\fBoutput_XPI_file\fR>
 
8
 
 
9
.SH DESCRIPTION
 
10
\fBmed-xpi-pack\fR packs a directory to a XPI file. It takes in consideration the unpacked JAR files, which are unpacked during the call of med-xpi-unpack script, in order to be able to distribute them through the repositories.
 
11
.LP
 
12
It is distributed as a part of mozilla-devscripts package, and is automatically called during the build process of Mozilla extension package, if the package includes xpi.mk script in debian/rules file.
 
13
 
 
14
 
 
15
.SH OPTIONS
 
16
.TP
 
17
None.
 
18
 
 
19
.SH ENVIRONMENT VARIABLES
 
20
.TP
 
21
None.
 
22
 
 
23
.SH EXAMPLE
 
24
.TP
 
25
med-xpi-pack ubufox ubufox.xpi
 
26
Packs the contents of the directory ubufox to file ubufox.xpi.
 
27
 
 
28
.SH SEE ALSO
 
29
\fBmed-xpi-unpack\fR
 
30
 
 
31
.SH AUTHOR
 
32
\fBmed-xpi-pack\fR was written by Alexander Sack <asac@ubuntu.com> and Sasa Bodiroza <jazzva@gmail.com>, and this manual page by Sasa Bodiroza <jazzva@gmail.com>.
 
33
 
 
34
Both are released under the GNU General Public License, version 2 or later.