summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* * Drop backwards compatibility for Icedove/Thunderbird << 3.0.Benjamin Drung2010-11-16
| | | - update src/install-xpi
* * Update package list for Debian experimental and Ubuntu natty.Benjamin Drung2010-11-16
| | | | - update src/xul-app-data.csv.Debian - update src/xul-app-data.csv.Ubuntu
* * Fix additional quotation marks in extension ID (LP: #674171).Benjamin Drung2010-11-15
| | | | - update src/dh_xul-ext - update src/install-xpi
* RELEASE 0.24 to Debian unstableBenjamin Drung2010-09-22
|
* Bump Standards-Version to 3.9.1 (no changes required).Benjamin Drung2010-09-22
|
* * Drop packages that are transitional or removed in Ubuntu maverick.Benjamin Drung2010-09-22
| | | - update src/xul-app-data.csv.Ubuntu
* RELEASE 0.23 to Debian unstableBenjamin Drung2010-06-10
|
* * 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
* RELEASE 0.22 to Debian unstableBenjamin Drung2010-04-11
|
* * Use debian/package.js as configuration file if it exists.Benjamin Drung2010-04-11
| | | | - update man/install-xpi.1 - update src/install-xpi
* * Add a dh buildsystem; thanks to Mike Hommey for the patch (Closes: #576946).Benjamin Drung2010-04-10
| | | | - add src/xul-ext_build.pm - update src/Makefile
* RELEASE 0.21 to Debian unstableBenjamin Drung2010-04-06
|
* Specify dpkg-source version 1.0 explicitly.Benjamin Drung2010-04-06
|
* * 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
* Add notice that unknown options will be ignored.Benjamin Drung2010-03-24
| | | | | | | | | - update man/dh_xul-ext.1 ------------- This line and the following will be ignored -------------- modified: debian/changelog man/dh_xul-ext.1
* * Use optparse instead of getopts and ignore unknown options (LP: #543862).Benjamin Drung2010-03-24
| | | - update src/dh_xul-ext
* * Install extensions into xul-ext subdirectory; thanks to Daniel Kahn GillmorBenjamin Drung2010-03-17
| | | | for the patch. - update src/install-xpi
* * add new xpi-repack scriptBenjamin Drung2010-03-10
| | | | | - add man/xpi-repack.1 - add src/xpi-repack - update src/Makefile
* * xulapp.mk:Micah Gersten2010-03-09
| | | | | - add testing and tools directory to clean target for xulrunner-1.9.2 build system - update src/xulapp.mk.in
* RELEASE 0.20 to Debian/unstableBenjamin Drung2010-02-04
|
* * xpi-data:Benjamin Drung2010-01-31
| | | | | | - Drop xulrunner-1.9 from Debian unstable. - update src/xul-app-data.csv.Debian - Add xulrunner-1.9.2 to Ubuntu lucid. - update src/xul-app-data.csv.Ubuntu
* * packaging:Benjamin Drung2010-01-31
| | | | - Bump Standards-Version to 3.8.4; no changes required. - update debian/control
* * dh_xul-ext:Benjamin Drung2010-01-31
| | | | - insert dh_xul-ext after dh_install into dh sequence (Closes: #566618) - update src/xul-ext.pm
* * xpi-data:Micah Gersten2010-01-31
| | | | | - make thunderbird unversioned - make firefox-3.6 and abrowser-3.6 be unversioned from now on - update src/xul-app-data.csv.Ubuntu
* RELEASE 0.19 to Debian/unstableBenjamin Drung2010-01-12
|
* - 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
* - Add a test suite for testing moz-version --compareBenjamin Drung2010-01-08
| | | | | - add tests/test-moz-version - update debian/rules - update src/Makefile
* Install manpages using debhelper instead of MakefileBenjamin Drung2010-01-08
| | | | | - add debian/manpages - update src/Makefile
* * 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
* - add new MOZ_XPI_INSTALL_DIRECTORY variableBenjamin Drung2010-01-08
| | | - update src/xpi.mk
* - add --install-dir parameter to install-xpiBenjamin Drung2010-01-08
| | | | - update man/install-xpi.1 - update src/install-xpi
* - wrote man page for dh_xul-extBenjamin Drung2010-01-07
| | | | - add man/dh_xul-ext.1 - update src/Makefile
* - wrote man page for install-xpiBenjamin Drung2010-01-06
| | | | - add man/install-xpi.1 - update src/Makefile
* * packaging:Benjamin Drung2010-01-06
| | | | - add homepage field - update debian/control
* Add refernce to fixed bugs.Benjamin Drung2010-01-06
| | | | - update debian/changelog
* - Add "xul-ext" dh sequenceBenjamin Drung2010-01-06
| | | | | - add src/xul-ext.pm - update src/Makefile - update debian/control
* - 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
* - Install moz_version.py using python-supportBenjamin Drung2009-12-22
| | | | | - update debian/control - update debian/rules - update src/Makefile
* - 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
* 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
* * xpi-data:Benjamin Drung2009-12-02
| | | | - Add Firefox 3.6 and Thunderbird 3.0 for lucid. - update src/xpi-data-Ubuntu.mk
* * med-xpi-{pack,unpack}:Benjamin Drung2009-12-02
| | | | | | | | - Drop med- prefix. - rename man/med-xpi-{pack,unpack}.1 to man/xpi-{pack,unpack}.1 - rename src/med-xpi-{pack,unpack} to src/xpi-{pack,unpack} - update README - update src/Makefile - update src/xpi.mk
* - correct permissions of installed files and addBenjamin Drung2009-12-02
| | | | MOZ_XPI_PRESERVE_PERMISSIONS to disable this behaviour (Closes: #556741) - update src/xpi.mk
* - add target print-vars for debugging purposeBenjamin Drung2009-12-02
| | | - update src/xpi.mk
* - combine xpath commands to one commandBenjamin Drung2009-12-02
| | | - update src/xpi.mk