summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* * [mozclient] Full refactoring of mozclient. It is now written in ↵Fabien Tassin2008-06-02
| | | | | | | | | | | | | | | | | | | | | object-oriented Perl. The makefile version was getting difficult to extend and to maintain. We now have a base class and a set of VCS classes inheriting for it. - add src/mozclient.pl.in - add src/mozclient/${projects}.conf - move src/patches to src/mozclient/patches - update src/${projects}.mk.in - update src/Makefile - update README * [mozclient] nspr and nss are now using a dynamic tag. They used to fetch HEAD which made them tricky to distribute. Now, we take NSPR_CO_TAG and NSS_CO_TAG from mozilla/client.mk (from HEAD or from a tag) and we assign a version like nss-3.12.0.3+1.9~cvs without trailling cvs date (as it's a taggued nss), or nss-3.12.0.3+1.9 when using a taggued mozilla/client.mk - update src/mozclient.pl.in - update src/mozclient/{nspr,nss}.conf
* * [minefield-packager] change the description in the desktop file once moreFabien Tassin2008-05-25
| | | | | - udpate src/minefield-packager/debian/pkgname.desktop.in - update src/minefield-packager.mk.in
* * [minefield-packager] change the description in the desktop file to identifyFabien Tassin2008-05-25
| | | | | | | | more clearly that this is an upstream nightly build - udpate src/minefield-packager/debian/pkgname.desktop.in * drop gif/jpg/png from the MimeType field so this minefield does not appear in the Open With menu for images - udpate src/minefield-packager/debian/pkgname.desktop.in
* * [mozclient] add projects xulrunner-1.9.1 and firefox-3.1 using MercurialFabien Tassin2008-05-25
| | | | | | | - add src/firefox-3.1.mk.in - add src/xulrunner-1.9.1.mk.in - update src/Makefile - update README
* * Make mozclient-version a bit more silent and clean-up after itFabien Tassin2008-05-19
| | | | - update src/mozclient.mk.in
* * Add a mozclient-version target producing a VERSION=foo string on stdoutFabien Tassin2008-05-19
| | | | | | | | - update src/mozclient.mk.in * Fix nspr and nss conf files to fetch xulrunner versdion file using MOZCLIENT_FILE instead of MOZCLIENT_MODULES - update src/nspr.mk.in - update src/nss.mk.in
* * [minefield-packager] add a banner with a licenseFabien Tassin2008-05-07
| | | | - udpate src/minefield-packager.mk.in
* * [minefield-packager] drop dpkg-shlibdeps's stderr messagesFabien Tassin2008-05-07
| | | | - udpate src/minefield-packager.mk.in
* * [mozclient] Fix a regression when we have both MOZCLIENT_PROJECT and ↵Fabien Tassin2008-04-22
| | | | | | DEBIAN_TAG - update src/mozclient.mk.in
* * [mozclient] add a variable called DEBIAN_KEEP_VCS to preserve the VCS ↵Fabien Tassin2008-04-20
| | | | | | | | files such as */CVS or .hg - update src/mozclient.mk.in - update README
* * [mozclient] use MOZCLIENT_HG_LOC whenever possibleFabien Tassin2008-04-20
| | | | - update src/mozclient.mk.in
* * [mozclient] add project xulrunner-2.0 also using MercurialFabien Tassin2008-04-20
| | | | | - add src/xulrunner-2.0.mk.in - update src/Makefile
* * [mozclient] add support for Mercurial (hg) and add a firefox-4.0 projectFabien Tassin2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | + add support for Mercurial (hg) in addition to cvs. Add MOZCLIENT_VCS variable (default to cvs). Add mercurial to Depends. The preferred way to fetch a particular hg snapshot is to use a revision number, it's better than a date. - update deban/control - update src/mozclient.mk.in - update README + make the mozclient patch system optional by introducing a new variable called MOZCLIENT_WANTPATCH. Set it only for firefox 3. - update src/firefox-3.0-full.mk.in - update src/firefox-3.0.mk.in - update src/mozclient.mk.in + add project firefox-4.0 using Mercurial. It needs python (>= 2.4) so add python | python2.4 to Depends. It also needs a post checkout script to fetch dependencies (nspr/nss/tamarin) so introduce a new variable called MOZCLIENT_POSTCOCMD. We now use hgweb instead of bonsai to get revision ids and dates. - update deban/control - add src/firefox-4.0.mk.in - update src/Makefile
* * [mozclient] change the mozclient-status target name to list-tags easier to ↵Fabien Tassin2008-04-19
| | | | | | | | remember. Preserve legacy mozclient-status - update src/mozclient.mk.in - update README
* * forgotten .NOTPARALLEL commit for previous changelog checkinAlexander Sack2008-04-12
| | | - update src/mozclient.mk.in
* * [mozclient] Fix checkouts by date where the provided date was notFabien Tassin2008-04-10
| | | | | transformed into a date that cvs could recognize - update src/mozclient.mk.in
* * [mozclient] Update nspr to have a version post-tag with a "+" insteadFabien Tassin2008-04-04
| | | | | of a "~" - update src/nspr.mk.in
* * remove flat translation export after .xpi is properly zipped upAlexander Sack2008-04-02
| | | - update src/lp-locale-export.mk
* * setting default value for MOZ_TRANSLATION_AUTO_XPI_OUTDIR toAlexander Sack2008-04-02
| | | | debian/lp-export-xpis - update src/lp-locale-export.mk
* * [minefield-packager] add a 'list' command and add support for by-date ↵Fabien Tassin2008-03-29
| | | | | | | snapshots - update src/minefield-packager.mk.in - update README
* * [mozclient] fix mozclient-checkout test when a tag is usedFabien Tassin2008-03-26
| | | | - update src/mozclient.mk.in
* * [mozclient] drop mozilla dir for xulrunner-1.8 projectFabien Tassin2008-03-26
| | | | - update src/xulrunner-1.8.mk.in
* * [mozclient] Add a xulrunner-1.8 projectFabien Tassin2008-03-26
| | | | | - add src/xulrunner-1.8.mk.in - update src/Makefile
* * [ minefield-packager ]Fabien Tassin2008-03-24
| | | | | | | | | | | + New module creating debs from Firefox nightly built tarballs - add src/minefield-packager.mk.in - add src/minefield-packager/debian/* - update src/Makefile - update README * Add $(extra_mk_dirs) to install a full directory and use it for minefield-packager/debian and (mozclient/)patches - update src/Makefile
* * [mozclient] add a firefox-3.0-full project creating a full firefox tarball,Fabien Tassin2008-03-17
| | | | | | i.e. regular browser and not the ubuntu specific xulbrowser - add src/firefox-3.0-full.mk.in - update src/Makefile
* * [mozclient] Fail when MOZCLIENT_GETDATE was not able to find the date on ↵Fabien Tassin2008-03-15
| | | | | | bonsai - update src/mozclient.mk.in
* * Further update mozclient/nspr to generate a version containing the geckoFabien Tassin2008-03-15
| | | | | | version, such as 4.7.1~beta~1.9b5~cvs20080310t1054 or 4.7.1~beta2~1.9b5~cvs20080314t1505 - update src/nspr.mk.in
* * Update mozclient/nspr to generate a version containing the geckoFabien Tassin2008-03-14
| | | | | version, such as 4.7.1~beta~1.9b5~cvs20080310t1054 - update src/nspr.mk.in
* * Change nspr version in mozclient to contain the full version from upstreamFabien Tassin2008-03-10
| | | | - update src/nspr.mk.in
* * Update mozclient-status rule to list tags relative to each projectFabien Tassin2008-03-10
| | | | | instead of just gecko trunk - update src/mozclient.mk.in
* * Add support for compare in thunderbird-3.0Fabien Tassin2008-02-29
| | | | - update src/thunderbird-3.0.mk.in
* * add lp-locale-export.mk to the build (add to extra_mk_files)Alexander Sack2008-02-29
| | | | | - update src/Makefile * document in changelog - update debian/changelog
* * initial cdbs hooks for lp-locale-export.mk. produce translation .xpi at ↵Alexander Sack2008-02-29
| | | | | | | | binary-post-install:: stage and use clean:: to wipe the OUTDIR - update src/lp-locale-export.mk * update changelog documentation - update debian/changelog
* * support flat file locales (e.g. no jar:) and improve readability ofAlexander Sack2008-02-29
| | | | MOZCALL_manifest_locale_files_to_outdir call - update src/lp-locale-export.mk
* * introduce support to extract xpi translations from any build tree thatAlexander Sack2008-02-29
| | | | | | | | ships chrome.manifest indexed xul/xpi translations. This feature is ment to be hooked into install phase of then package build. - add src/lp-locale-export.mk * document in changelog - update debian/changelog
* * Change nspr version in mozclient to ~~cvs now that upstream bumpedFabien Tassin2008-02-22
| | | | | its version so we can change our versionning later - update src/nspr.mk.in
* * Update the compare module to also check dist/bin vs debian/tmpFabien Tassin2008-02-22
| | | | | | | - update src/compare.mk.in - update src/firefox-3.0.mk.in - update src/xulrunner-1.9.mk.in - update 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 stamp files: use stamp- as a prefixAlexander Sack2008-02-21
| | | | | | | | | | | | | | | | - update src/xpi.mk.in * implement default cdbs hooks for build, install and clean - update src/xpi.mk.in * implement new variable MOZ_XPI_BUILD_COMMAND which is run at cdbs build/PACKAGENAME stage if defined; if defined we remove all .xpi files from top-level directory in |clean| accordingly - update src/xpi.mk.in
| * * rename xpi.mk to xpi.mk.in to make build system happyAlexander Sack2008-02-21
| | | | | | | | | | | | - update debian/control * update changelog accordingly - update debian/changelog
* | * Move xpi.mk from $(mk_files) to $(extra_mk_files) as it doesn'tFabien Tassin2008-02-21
|/ | | | | need substitution - update src/Makefile
* * 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
* * Update mozclient patch for xulbrowser now that firefox 3 needsFabien Tassin2008-02-16
| | | | | mozilla/memory to build - update src/patches/xulbrowser_target.patch
* * Add missing $(DEBIAN_CO_TAG) when doing direct cvs checkoutsFabien Tassin2008-02-09
| | | | - update src/mozclient.mk.in
* * Add support in mozclient for DEBIAN_TAG for nss and nspr by not usingFabien Tassin2008-01-31
| | | | | | | | | mozilla/client.mk for those two. - update src/mozclient.mk.in and README - update src/{nspr,nss}.mk.in - drop src/patches/{nspr,nss}_target.patch - update src/patches/xulbrowser_target.patch - update src/patches/series
* * Make compare less verboseFabien Tassin2008-01-29
| | | | - update src/compare.mk.in
* * Add support for 'compare' in firefoxFabien Tassin2008-01-29
| | | | - update src/firefox-3.0.mk.in
* * Update COMPARE_FILTER_IN for seamonkey-2.0Fabien Tassin2008-01-29
| | | | - update src/seamonkey-2.0.mk.in
* * Add support for 'compare' in seamonkey and xulrunnerFabien Tassin2008-01-29
| | | | | - update src/seamonkey-2.0.mk.in - update src/xulrunner-1.9.mk.in