summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* (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
* Add manpages for med-xpi-{pack,unpack}Sasa Bodiroza2009-08-13
|
* * moz-version:Benjamin Drung2009-08-12
| | | | | - wrote man page for moz-version - add man/moz-version.1 - update src/Makefile
* * lp-locale-export.mk:Benjamin Drung2009-08-11
| | | | - remove shebang - update src/lp-locale-export.mk
* * build-system:Benjamin Drung2009-08-11
| | | | - make minefield-packager.mk executable - update src/Makefile
* (merge lp:~bdrung/mozilla-devscripts/moz-version)Alexander Sack2009-08-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xpi.mk: - rename to moz-version helper script and ship it in extra_files; this script implements compare operations for mozilla versions as in https://developer.mozilla.org/en/Toolkit_version_format - rename src/moz-version-compare => src/moz-version - update src/Makefile - update src/xpi.mk - implement start/end of life for comparing possible alternate binary dependency - update src/xpi.mk - make MOZ_EXTENSION_PKG optional; if this variable is unset, the first binary package listed in debian/control will be used - update src/xpi.mk
| * - 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
| * rename moz-version-compare to moz-version. To compare two versions you haveBenjamin Drung2009-08-04
| | | | | | | | | | | | | | to run moz-version with the --compare parameter. Add --help parameter to show the usage help. - rename src/moz-version-compare to src/moz-version - update src/Makefile
* | * lp-locale-export.mk:Alexander Sack2009-08-10
|/ | | | - fix LP: #411191 - webfav lp-locale-export.mk yields en-US.xpi with .manifest files only - fix parsing bug for jar: protocol lines
* * 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
* * build-system:Alexander Sack2009-07-29
| | | | | | | - add bindir_files feature and use that to install med-xpi-*pack as well as moz-version-compare to BINDIR; in turn adjust dh_install helper accordingly. - update src/Makefile - update debian/mozilla-devscripts.install
* - add prism@developers.mozilla.org 1.0 to list of auto detected targetAlexander Sack2009-07-29
| | | | application packages - update src/xpi.mk
* - add moz-version-compare helper script and ship it in extra_files; this ↵Alexander Sack2009-07-29
| | | | | | | | | script implements compare operations for mozilla versions as in https://developer.mozilla.org/en/Toolkit_version_format; thanks to Benjamin Drung <bdrung@ubuntu.com> for this contribution - add src/moz-version-compare - update src/Makefile
* - 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
* * [mozclient] add support for local branches instead of the configured ↵Fabien Tassin2009-01-19
| | | | | | | | | | | remote ones. It is faster if you have to publish tarballs quite often from a branch, such as when doing daily snapshots. - update src/mozclient.mk.in - update src/mozclient/lib/MozClient/{CVS,Git,Mercurial,Subversion,VCS}.pm - update src/mozclient/mozclient.pl - update README
* Remove firefox from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter ↵Sasa Bodiroza2009-01-16
| | | | description
* * [mozclient] search the main nobin script in the system wide mozclientFabien Tassin2008-12-22
| | | | | path if we are building with a conf-dir and no script was found - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] fix hg incorrectly requesting branchesFabien Tassin2008-11-26
| | | | - update src/mozclient/lib/MozClient/Mercurial.pm
* * [mozclient] move seamonkey-2.0 from cvs to hg comm-centralFabien Tassin2008-11-02
| | | | | - update src/mozclient/seamonkey-2.0.conf - add src/mozclient/seamonkey-2.0-remove.binonly.sh
* * [mozclient] only remove REMOVED+${nobinonly}.txt if it does existFabien Tassin2008-10-19
| | | | - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] don't run MOZCLIENT_EXCLUDE_SCRIPT if does not exist as itFabien Tassin2008-10-19
| | | | | creates false positives - update src/mozclient/lib/MozClient/VCS.pm
* * [xulapp] add confdefs.h and a.out to the clean ruleFabien Tassin2008-10-19
| | | | - update src/xulapp.mk.in
* * [mozclient] add project midbrowser (LP: #210314)Fabien Tassin2008-10-12
| | | | | - add src/mozclient/midbrowser.conf - update README
* * [mozclient] add support for gitFabien Tassin2008-10-12
| | | | | | | - add src/mozclient/lib/MozClient/Git.pm - update src/mozclient/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update debian/control
* * [xulapp] rename variable to DEBIAN_XUL_VERFabien Tassin2008-10-11
| | | | - update src/xulapp.mk.in
* * [ xulapp ] allow caller to specify the xulrunner versionFabien Tassin2008-10-11
| | | | - update src/xulapp.mk.in
* * [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
* * [ compare ] search for $(DEB_BUILDDIR)/mozilla/dist/bin, neededFabien Tassin2008-09-20
| | | | | by mozilla packages using MOZ_OBJDIR - update src/compare.mk.in
* * [mozclient] move thunderbird-3.0 from cvs to hg comm-centralFabien Tassin2008-09-19
| | | | | - update src/mozclient/thunderbird-3.0.conf - add src/mozclient/thunderbird-3.0-remove.binonly.sh
* * [mozclient] drop $(EXT), left-over from when mozclient.pl was substedFabien Tassin2008-09-19
| | | | | and use -c instead - update src/mozclient.mk.in
* * [ mozclient ] add support for external project files helping adoptionFabien Tassin2008-09-17
| | | | | | of mozilla-devscripts by downstream. Introduce MOZCLIENT_PROJECTDIR. - update README - update src/mozclient.mk.in
* * [ minefield-packager ] re-hide command when listing snapshotsFabien Tassin2008-09-17
| | | | - update src/minefield-packager.mk.in
* * [ minefield-packager ] upstream builds are now identified withFabien Tassin2008-09-17
| | | | | a trailling "-mozilla-central", it's no longer "-trunk" - update src/minefield-packager.mk.in
* * [mozclient] fix Mercurial tags not passed during checkoutFabien Tassin2008-08-31
| | | | - update src/mozclient/lib/MozClient/Mercurial.pm
* * inject awesome-browser branding into firefox source tree byAlexander Sack2008-08-28
| | | | | | adding appropriate MOZCLIENT_POSTCOCMD to the mozclient configs - update src/mozclient/firefox-3.0.conf - update src/mozclient/firefox-3.1.conf - update src/mozclient/firefox-4.0.conf
* * Fix output dir detection in src/med-xpi-packSasa Bodiroza2008-07-24
|
* * Fix bug where xpi file is placed in the same dir where the unpacked ↵Sasa Bodiroza2008-07-24
| | | | | extensions is. * Don't show where it's located for now... It's not same dir as anymore
* * Fix bashisms in src/med-xpi-unpackSasa Bodiroza2008-07-24
|