summaryrefslogtreecommitdiff
path: root/src/nspr.mk.in
Commit message (Collapse)AuthorAge
* Remove all stuff that is unrelated to packaging XUL extensions.Benjamin Drung2011-10-08
|
* * [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
* * 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
* * [mozclient] Update nspr to have a version post-tag with a "+" insteadFabien Tassin2008-04-04
| | | | | of a "~" - update src/nspr.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
* * 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
* * 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
* * Update FSF addressFabien Tassin2008-01-01
| | | | | - update debian/rules - update src/*
* * Update project files so that they could be used even before beingFabien Tassin2007-12-16
| | | | | | installed (makes development easier) - update src/*.in - update src/Makefile
* * First release after a full rewrite + packagingFabien Tassin2007-12-13