summaryrefslogtreecommitdiff
path: root/src/xpi.mk
Commit message (Collapse)AuthorAge
* Update and fix my email addresses.Benjamin Drung2011-07-16
|
* Add a MOZ_XPI_CLEAN_COMMAND to xpi.mk; thanks to Ximin Luo for the patchBenjamin Drung2011-07-09
| | | (Closes: #632895).
* * 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
* * 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
* - add new MOZ_XPI_INSTALL_DIRECTORY variableBenjamin Drung2010-01-08
| | | - update src/xpi.mk
* Fix bug in MOZ_XPI_MOZILLA_EXTRA_DIRS bahaviorBenjamin Drung2010-01-06
| | | | - update src/xpi.mk
* - 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
* * 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
* * 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
* * xpi.mk:Benjamin Drung2009-12-02
| | | | | - get rid of temp directory; extract xpi file directly into installation directory - update src/xpi.mk
* fix typoBenjamin Drung2009-10-07
| | | | - update src/xpi.mk
* - set default MOZ_XPI_DISTRO in xpi-config.mk on installationBenjamin Drung2009-10-07
| | | | | - add src/xpi-config.mk.in - rename src/xpi.mk.in back to src/xpi.mk and update it - update src/Makefile
* - move data for the automagic detection of target application packagesBenjamin Drung2009-10-06
| | | | | | | | | | | into separate xpi-data-*.mk files and set default MOZ_XPI_DISTRO when installing mozilla-devscripts - rename src/xpi.mk to src/xpi.mk.in and update it - add src/xpi-data-all.mk - add src/xpi-data-common.mk - add src/xpi-data-Debian.mk - add src/xpi-data-Ubuntu.mk - update debian/control - update src/Makefile
* - support different types of install.rdf files (LP: #442897)Benjamin Drung2009-10-06
| | | - update src/xpi.mk
* - Fail to build, if the extension manager ID could not be detected.Benjamin Drung2009-10-06
| | | - update src/xpi.mk
* - only add stripped binary package name to xpi:Provides, if it equals theBenjamin Drung2009-10-06
| | | | source package name - update src/xpi.mk
* * xpi.mk:Benjamin Drung2009-10-06
| | | | - Fail to build, if no xpi file is found. - update src/xpi.mk
* add missing pattern to TARGET_VERSIONBenjamin Drung2009-09-24
| | | | - update src/xpi.mk
* - add MOZ_EXT_NAME option (used for calculating xpi:Provides)Benjamin Drung2009-09-24
| | | - update src/xpi.mk
* - support different types of install.rdf files (LP: #422898)Benjamin Drung2009-09-24
| | | - update src/xpi.mk
* add EXTENSION_BASE_NAME to Provides, tooBenjamin Drung2009-09-24
| | | | - update src/xpi.mk
* fix indentationBenjamin Drung2009-09-24
| | | | - update src/xpi.mk
* - add sanity check for xpi file and fail with useful error messagesBenjamin Drung2009-09-24
| | | - update src/xpi.mk
* - "mkdir -p" can be run in all casesBenjamin Drung2009-09-23
| | | - update src/xpi.mk
* - add ${xpi:Provides} and ${xpi:Enhances} to support the Debian policy forBenjamin Drung2009-09-23
| | | | packaging extensions: http://wiki.debian.org/Teams/DebianMozExtTeam - update src/xpi.mk
* improve guessing of common licenseBenjamin Drung2009-09-22
| | | | - update src/xpi.mk
* improve lib_share_dirBenjamin Drung2009-09-22
| | | | - update src/xpi.mk
* + xpi.mk:Alexander Sack2009-09-22
| | | | | - install extension tree to /usr/share or /usr/lib based on Architecture: field in debian/control for the target package - update src/xpi.mk
* improve guessing of common licenseBenjamin Drung2009-09-22
| | | | - update src/xpi.mk
* revert MOZ_XPI_PREPACKEDBenjamin Drung2009-09-14
| | | | - update src/xpi.mk
* - add MOZ_XPI_PREPACKED parameter to support source packages containingBenjamin Drung2009-09-13
| | | | a prepacked xpi file, which will not be rebuild from source - update src/xpi.mk
* - rename ${xpi:Depends} to ${xpi:Recommends} and keep ${xpi:Depends} forBenjamin Drung2009-09-13
| | | | backwards compatibility - update src/xpi.mk
* - only list packages in ${xpi:Depends} if they are available in the archiveBenjamin Drung2009-09-13
| | | | | and add lsb-release as dependency - update src/xpi.mk - update debian/control
* - override files on xpi extraction (otherwise running build target wouldBenjamin Drung2009-09-07
| | | | require user interaction) - update src/xpi.mk
* - simplify xpi-depends-stamp ruleBenjamin Drung2009-09-07
| | | - update src/xpi.mk
* - Guess common license file names if MOZ_XPI_DOCUMENTED_LICENSE_FILES isBenjamin Drung2009-08-23
| | | | not set. - update src/xpi.mk
* - rename stamp-* targets to *-stamp, merge stamp-extension-install intoBenjamin Drung2009-08-22
| | | | xpi-install, merge xpi-clean into clean - update src/xpi.mk
* - MOZ_EXTENSION_PKG is defined in either case, removing missing case handlerBenjamin Drung2009-08-22
| | | - update src/xpi.mk
* * xpi.mk:Benjamin Drung2009-08-22
| | | | | - List all phony target and run dh_clean for all packages. These changes makes it possible to use xpi.mk without cdbs in a simple way. - update src/xpi.mk
* * xpi.mk:Benjamin Drung2009-08-22
| | | | - add abrowser-3.7, firefox-3.7, xulrunner-1.9.3 - update debian/control
* (merge lp:~jazzva/mozilla-devscripts/moz-xpi-exclude-files)Alexander Sack2009-08-17
|\ | | | | | | | | * xpi.mk: - add MOZ_XPI_DOCUMENTED_LICENSE_FILES parameter to enable exclusion of extra license files during installation of the XPI to the packaging tree
| * * xpi.mk:Sasa Bodiroza2009-08-14
| | | | | | - rename MOZ_XPI_EXCLUDE_FILES parameter to MOZ_XPI_DOCUMENTED_LICENSE_FILES
| * * xpi.mk:Sasa Bodiroza2009-08-14
|/ | | | - add MOX_XPI_EXCLUDE_FILES parameter to enable exclusion of some files and/or directories, if needed
* - make MOZ_EXTENSION_PKG optional; if this variable is unset, the firstBenjamin Drung2009-08-06
| | | | binary package listed in debian/control will be used - update src/xpi.mk
* implement start/end of life for comparing possible alternate binary dependency.Benjamin Drung2009-08-05
| | | | - update src/xpi.mk
* * fix typo in prism target application idAlexander Sack2009-07-29
| | | - update src/xpi.mk
* - add thunderbird-3.0 to list of auto detected target application packagesAlexander Sack2009-07-29
| | | - update src/xpi.mk