summaryrefslogtreecommitdiff
path: root/src/moz-version
Commit message (Collapse)AuthorAge
* Relicense my stuff under the ISC license.Benjamin Drung2011-10-11
|
* Update and fix my email addresses.Benjamin Drung2011-07-16
|
* Convert tabs to spaces in Python scripts and make pylint happier.Benjamin Drung2011-07-09
|
* * moz-version:Benjamin Drung2010-01-08
| | | | | | | - Add parameter for converting Mozilla versions into Debian upstream versions and the other way round. - update man/moz-version.1 - update src/moz_version.py - update src/moz-version
* - Move compare_versions from moz-version into separate moduleBenjamin Drung2009-12-17
| | | | | - add src/moz_version.py - update src/moz-version - update src/dh_xul-ext
* rename moz-version-compare to moz-version. To compare two versions you haveBenjamin Drung2009-08-04
to run moz-version with the --compare parameter. Add --help parameter to show the usage help. - rename src/moz-version-compare to src/moz-version - update src/Makefile