summaryrefslogtreecommitdiff
path: root/install-xpi
Commit message (Collapse)AuthorAge
* install-xpi: sort file list in preferences filesBenjamin Drung2016-01-12
| | | | | | | | | | | Members of the reproducible builds effort noticed that mozilla-devscripts embeds file lists in undeterministic readdir order into .js files. To make builds reproducible, sort the file list in preferences files. Closes: #808713 Thanks: Reiner Herrmann <reiner@reiner-h.de>
* Use UTC as timezone when calling zip or unzipJérémy Bobbio2015-06-01
| | | | | | Zip standard specify that files are stored with localtime. This unfortunately make the builds vary needlessly when run on different timezone.
* install-xpi: dh_link needs to be run from package home directory, e.g. when ↵Ximin Luo2015-03-02
| | | | giving -D to dh
* install-xpi: Catch RDF.RedlandError exception and print error message.Benjamin Drung2014-05-10
|
* pylint improvements.Benjamin Drung2014-05-09
|
* PEP8 fixes.Benjamin Drung2014-05-09
| | | | | pep8 --max-line-length=99 amo-changelog dh_xul-ext install-xpi \ moz_version.py moz-version setup.py xpi-repack
* Update year in copyright stanza.Benjamin Drung2013-01-19
|
* install-xpi: Search in the parent directories for a debian/ directory.Benjamin Drung2013-01-19
| | | | | | This change make install-xpi work with debhelper's --sourcedirectory parameter. Closes: #698033
* Improve comment.Benjamin Drung2012-08-19
|
* install-xpi: Fail nicely if debian/control is missing.Benjamin Drung2012-04-22
|
* install-xpi: Fix crash when invoking --help outside a package directory.Benjamin Drung2012-04-22
| | | | LP: #900689
* Use unnamed variables in SPARQL queries if they are unused.Benjamin Drung2012-01-12
|
* Move scripts and Python modules one level up to correct installation directory.Benjamin Drung2011-10-11