summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* * 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
* * Add the 'compare' scriptFabien Tassin2008-01-29
| | | | | | | | - add src/compare.mk.in - update src/Makefile * Rephrase documentation and document 'compare' - update README - update src/mozclient.mk.in
* * Fix PST date missed for direct checkoutFabien Tassin2008-01-23
| | | | - update src/mozclient.mk.in
* * Add PST to dates passed to cvs so it matches dates from BonsaiFabien Tassin2008-01-17
| | | | - update src/mozclient.mk.in
* * Fix broken install rule for patchesFabien Tassin2008-01-09
| | | | - update src/Makefile
* * Move patches for mozilla/client.mk inside src/ as they were previouslyFabien Tassin2008-01-04
| | | | | | missed at install time. This will prevent confusions with other future scripts * Drop Changelog.txt, use debian/changelog instead
* * Update FSF addressFabien Tassin2008-01-01
| | | | | - update debian/rules - update src/*
* * Version 0.02Fabien Tassin2007-12-30
| | | | | | - update Changelog.txt and debian/changelog * Add support for thunderbird-2.0 - add src/thunderbird-2.0.mk.in
* * Fix clean-up script path substitutionFabien Tassin2007-12-30
| | | | | - update src/Makefile - update src/mozclient.mk.in
* * Make *.sh scripts executable (not needed here but it makes lintian happy)Fabien Tassin2007-12-16
| | | | | | - update src/Makefile * Drop Uploaders from control - update debian/control
* * Rename package from mozclient to mozilla-devscriptsFabien Tassin2007-12-16
|
* * 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