summaryrefslogtreecommitdiff
path: root/src/dh_xul-ext
Commit message (Collapse)AuthorAge
* Move scripts and Python modules one level up to correct installation directory.Benjamin Drung2011-10-11
|
* Add ${xpi:Breaks} for versioned package dependency for maximum XUL ↵Benjamin Drung2011-10-11
| | | | | | application version. LP: #839130
* dh_xul-ext: Sort list of CSV files to fix test case failuresBenjamin Drung2011-08-20
| | | (LP: #829493).
* Add a DH_XUL_EXT_VENDOR environment variable to dh_xul-ext.Benjamin Drung2011-07-16
|
* Update and fix my email addresses.Benjamin Drung2011-07-16
|
* Make pylint happier.Benjamin Drung2011-07-09
|
* Add an --all parameter to dh_xul-ext to make packages that work with everyBenjamin Drung2011-07-09
| | | browser they can actually work with (Closes: #610499).
* Convert tabs to spaces in Python scripts and make pylint happier.Benjamin Drung2011-07-09
|
* * Use versioned target applications in Depends instead of unversioned targetBenjamin Drung2010-11-16
| | | | | | applications in Recommends. All extensions have to add ${xpi:Depends} to Depends. (Closes: #602051) - update src/dh_xul-ext - update src/xpi.mk
* Wrap long lines.Benjamin Drung2010-11-16
| | | | - update src/dh_xul-ext
* Convert tabs to spaces.Benjamin Drung2010-11-16
| | | | - update src/dh_xul-ext
* Introduce XulApp class.Benjamin Drung2010-11-16
| | | | - update src/dh_xul-ext
* * 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 optparse instead of getopts and ignore unknown options (LP: #543862).Benjamin Drung2010-03-24
| | | - update src/dh_xul-ext
* Do not use Python 2.6Benjamin Drung2010-01-08
| | | | - update src/dh_xul-ext
* Use basename of the script for help messageBenjamin Drung2010-01-08
| | | | | - update src/dh_xul-ext - 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
* - Convert xpi-data-*.mk files into xul-app-data.csv* files for dh_xul-extBenjamin Drung2009-12-30
| | | | | | | | | | - remove src/xpi-config.mk.in - remove src/xpi-data-Debian.mk - remove src/xpi-data-Ubuntu.mk - remove src/xpi-data-all.mk - remove src/xpi-data-common.mk - add src/xul-app-data.csv.Debian - add src/xul-app-data.csv.Ubuntu - update src/Makefile
* Follow symlinks, when searching for install.rdf files.Benjamin Drung2009-12-17
|
* - 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
* Add some test data.Benjamin Drung2009-12-16
|
* Fix typo.Benjamin Drung2009-12-16
|
* [ Alexander Sack <asac@ubuntu.com> ]Alexander Sack2009-12-16
| | | | | | | | | * dh_xul-ext: - convert xpath expression to python/rdflib; extract (id, max, min) triples for all targetApplications in get_supported_apps; in turn add python-rdflib to Depends - update src/dh_xul-ext - update debian/control
* * dh_xul-ext:Benjamin Drung2009-12-13
- Split substvars calculation from xpi.mk into new dh_xul-ext. - add src/dh_xul-ext - update src/Makefile - update src/xpi.mk