moz-version - version format handling tool
Contents
Actions
-c, --compareversion1comparatorversion2
Compare version numbers, where comparator is a binary operator. moz-version returns success (zero
result) if the specified condition is satisfied, and failure (non-zero result) otherwise. The
comparator must be one of ltleeqnegegt.
-d, --to-debversion
Converts Mozilla version into a Debian upstream version. For a full Debian version you have to add
a revision.
-m, --to-mozversion
Converts Debian version into a Mozilla version. The Debian revision and the epoch will be stripped
away.
Description
moz-version is a tool for working with version string from the Mozilla suite. It can compare Mozilla
versions, convert Mozilla version into Debian upstream version and the other way round.
Name
moz-version - version format handling tool
Options
-h, --help
Display a brief help message.
-s, --silent
Do not print anything and die silent on errors.
-v, --verbose
Print more information.
Synopsis
moz-version [options] action
