summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Remove all stuff that is unrelated to packaging XUL extensions.Benjamin Drung2011-10-08
|
* Add an --all parameter to dh_xul-ext to make packages that work with everyBenjamin Drung2011-07-09
| | | browser they can actually work with (Closes: #610499).
* * Switch from CDBS to dh 7 and simplifying packaging by improving Makefiles.Benjamin Drung2010-11-16
| | | | | | | | - add Makefile - update debian/compat - update debian/control - remove debian/manpages - update debian/rules - update src/Makefile
* * Drop main Makefile, it's a left-overFabien Tassin2007-12-16
| | | | - drop Makefile
* * First release after a full rewrite + packagingFabien Tassin2007-12-13
|
* * Add target for sunbird using MOZILLA_1_8_BRANCHFabien Tassin2007-11-17
| | | | - update Makefile and README
* * Change DEBIAN_TAG syntax to DEBIAN_TAG=tag=version so it's now possibleFabien Tassin2007-11-12
| | | | | | to specify the proper version (almost always impossible to guess from a free form tag) for the tarball. - update Makefile and README
* * Add "+nobinonly" suffix to tarballsFabien Tassin2007-11-12
| | | | - update Makefile
* * Add support for remove.binonly.sh script, drop previous cleaning system.Fabien Tassin2007-11-12
| | | | | | Logs are preserved inside the tarball (as REMOVED+nobinonly.txt). - add remove.binonly.sh - update Makefile
* * Rename iceape to seamonkeyFabien Tassin2007-10-27
| | | | - update Makefile and README
* * Add a target for iceape-2.0 (unbranded seamonkey)Fabien Tassin2007-10-22
| | | | - update Makefile and README
* * Rework exclusion list so it applies to all tarballsFabien Tassin2007-10-06
| | | | - update Makefile
* * Add an exclusion list to the firefox-3.0 target, excluding Windows,Fabien Tassin2007-10-05
| | | | MAC, OS2 and VMS files, tests suites and binary files without sources.
* * Add a target to build thunderbird-3.0 tarballsFabien Tassin2007-10-05
|
* * Add DEBIAN_TAG and DEBIAN_BRANCH to fetch by tag or branch nameFabien Tassin2007-09-24
|
* * Add a "status" target listing the Mozilla CVS tagsFabien Tassin2007-09-24
|
* * Use 'alpha' instead of 'a' for firefox 3.0 versionsFabien Tassin2007-09-22
|
* * Rename firefox appname to firefox-3.0Fabien Tassin2007-09-21
|
* * Match both alpha and beta firefox/xulrunner pre releases Fabien Tassin2007-09-20
|
* * Drop -trunk from appname from nss and nsprFabien Tassin2007-09-20
|
* * Rewrite all rules to avoid recursively expanded variables sometimesFabien Tassin2007-09-18
| | | | | producing unexpected results * Add a .PHONY target
* * Checkout all files by timestamps so versions are matching sources.Fabien Tassin2007-09-14
|
* * Allow to fetch a tarball from a specific timestamp by specifyingFabien Tassin2007-09-14
| | | | DEBIAN_DATE in the form YYYYMMDDtHHMM.
* * Fix the bogus checkout ruleFabien Tassin2007-09-08
|
* * Add usage, use proper dates based on Mozilla's Bonsai instead ofFabien Tassin2007-09-07
| | | | | current date, add targets to build xulrunner-1.9, nss-trunk and nspr-trunk sources tarballs, add dependencies checking.
* * Initial revision. Contains new targets for mozilla/client.mk, ie nss,Fabien Tassin2007-09-02
nspr and xulbrower.