summaryrefslogtreecommitdiff
path: root/src/xpi.mk
Commit message (Collapse)AuthorAge
* 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
* - use moz-version-compare in ${xpi:Depends} |CHECK_VERSION| callAlexander Sack2009-07-29
| | | | instead of the rather flawed dpkg --compare-versions approach. - update src/xpi.mk
* - add prism@developers.mozilla.org 1.0 to list of auto detected targetAlexander Sack2009-07-29
| | | | application packages - update src/xpi.mk
* - first pitch on automagic max/min version detection implemented; add a ↵Alexander Sack2009-07-27
| | | | | | | | | | | | generic |TARGET_VERSION| call taking parameters a) appid, b) maxVersion|minVersion and c) extension-dir; this call is then used to parse the right max/minVersion for a given targetApplication on demand in |CHECK_VERSION|. In this way we now filter out unsuitable packages from xpi:Depends based on the install.rdf version bounds; Note: currently uses dpkg --compare-versions, which is wrong for mozilla versions; but works good enough until with have a mozpkg --compare-versions script - update src/xpi.mk
* - add automatic xpi depends .substvars feature based on smart parsingAlexander Sack2009-07-27
| | | | | | | of install.rdf and checking min/maxVersion for each target application; extensions can now use ${xpi:Depends} to get the right dependencies added; the version/package/targetAppId mapping information is currently maintained in src/xpi.mk itself - thx to Benjamin Drung <bdrung@ubuntu.com> for this - update src/xpi.mk
* * xpi.mk: ensure $(TEMPDIR) existance in stamp-unpack-%:Alexander Sack2009-07-27
|
* * move add stamp-unzip-$(XPI_BASE_FILE) to stamp-extension-install: andAlexander Sack2009-07-27
| | | | remove it from stamp-installlinks-% - which was the wrong place anyway - update src/xpi.mk
* - improve rule dependencies; avoid duplicate/circular dependsAlexander Sack2009-07-26
| | | - update src/xpi.mk
* * add documentation about not yet implemented variableAlexander Sack2009-07-26
| | | | MOZ_XPI_MOZILLA_EXTRA_DIRS - update src/xpi.mk
* * fix bug in stamp-autolinks; append XPI_EMID to the auto link pathsAlexander Sack2009-07-26
| | | - update src/xpi.mk
* * xpi.mk:Alexander Sack2009-07-26
| | | | | | | - add target application id magic (|XPI_TARGET_EMIDs|); parse install.rdf and create extension links for all targetapplications like: |/usr/lib/mozilla/extensions/$targetappid/$extid|; in same turn we deprecate |MOZ_XPI_MOZILLA_DIRS| and unset its default accordingly - update src/xpi.mk
* Remove firefox from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter ↵Sasa Bodiroza2009-01-16
| | | | description
* * [xpi] add support for xpi not located in the root directory. This is neededFabien Tassin2008-09-27
| | | | | for extensions built with xulapp.mk - update src/xpi.mk
* * In src/xpi.mk:Sasa Bodiroza2008-07-08
| | | | | | - Revert clean rule, removed in rev 158. - Change default build cmd to not remove xpi files, it is done in clean rule. - Use CURDIR instead of pwd in default build cmd. * Document in debian/changelog.
* * Add default build command to src/xpi.mk.Sasa Bodiroza2008-07-08
| | | * Document changes in debian/changelog, and README.
* * revert ~mt release accidentially committed (now again 0.5 + UNRELEASED)Alexander Sack2008-02-21
| | | | | | | | | | * introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values: "firefox-addons firefox" - update src/xpi.mk * cleanup some stamp- business - update src/xpi.mk * document in changelog - update debian/changelog
* * merge changes from .local development branchAlexander Sack2008-02-21
|\ | | | | - keep src/xpi.mk
| * * rename xpi.mk to xpi.mk.in to make build system happyAlexander Sack2008-02-21
|/ | | | | | - update debian/control * update changelog accordingly - update debian/changelog
* * add initial xpi makefile helper that tries to make extension packageAlexander Sack2008-02-19
maintenance as trivial as possible - add src/xpi.mk - update src/Makefile * document in changelog