summaryrefslogtreecommitdiff
path: root/src/install-xpi
Commit message (Collapse)AuthorAge
* * Drop backwards compatibility for Icedove/Thunderbird << 3.0.Benjamin Drung2010-11-16
| | | - update src/install-xpi
* * Fix additional quotation marks in extension ID (LP: #674171).Benjamin Drung2010-11-15
| | | | - update src/dh_xul-ext - update src/install-xpi
* * Switch from python-rdflib to python-librdf; thanks to Willi Mann for theBenjamin Drung2010-06-10
| | | | | patch. - update src/dh_xul-ext - update src/install-xpi
* * Use debian/package.js as configuration file if it exists.Benjamin Drung2010-04-11
| | | | - update man/install-xpi.1 - update src/install-xpi
* * install-xpi will create a system preference file in /etc; addBenjamin Drung2010-04-06
| | | | | | | --disable-system-prefs to disable the new behavior (Closes: #558490, LP: #535544) - update man/install-xpi.1 - update src/install-xpi - update src/xpi.mk
* * Use optparse instead of getopts.Benjamin Drung2010-03-24
| | | - update src/install-xpi
* * Install extensions into xul-ext subdirectory; thanks to Daniel Kahn GillmorBenjamin Drung2010-03-17
| | | | for the patch. - update src/install-xpi
* - create additional symlinks for icedove and thunderbird, because they doBenjamin Drung2010-01-12
| | | | not scan /usr/{lib,share}/mozilla/extensions/$target_application - update src/install-xpi
* - create links for architecture independent extensions in /usr/share insteadBenjamin Drung2010-01-11
| | | | of /usr/lib (Closes: #564671) - update src/install-xpi
* Use basename of the script for help messageBenjamin Drung2010-01-08
| | | | | - update src/dh_xul-ext - update src/install-xpi
* Fix install directory bugBenjamin Drung2010-01-08
| | | | - update src/install-xpi
* - add --install-dir parameter to install-xpiBenjamin Drung2010-01-08
| | | | - update man/install-xpi.1 - update src/install-xpi
* Add usage function for printing the help.Benjamin Drung2010-01-08
| | | | | - update src/dh_xul-ext - update src/install-xpi
* - drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS variableBenjamin Drung2010-01-06
- update src/xpi.mk * install-xpi: - Split xpi installation from xpi.mk into new install-xpi script. - add src/install-xpi - update src/Makefile - update src/xpi.mk - update debian/control