summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* * [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
* * Change Recommends into Suggests for cvs and mercurial as those areFabien Tassin2008-08-01
| | | | | not needed to use mozilla-devscripts as a build-dependency. - update debian/control
* Add zip to depends, src/med-xpi-{pack,unpack} need it.Sasa Bodiroza2008-07-08
|
* * Move cvs and mercurial from depends to recommendsFabien Tassin2008-06-05
| | | | - update debian/control
* * [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
* * [minefield-packager] Add dpkg-dev (for dpkg-deb) and fakeroot to dependsFabien Tassin2008-03-24
| | | | - update debian/control
* * add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary packageAlexander Sack2008-02-21
| | | | | - update debian/control * document in changelog - update debian/changelog
* * Rewrite package description now that we provide several scriptsFabien Tassin2008-02-20
| | | | - update debian/control
* * add libxml-xpath-perl to Depends: required by install.rdf introspectionAlexander Sack2008-02-19
| | | | | | | in xpi.mk - update debian/control * document in changelog - update debian/changelog
* * Re-add Uploader field to make lintian happyFabien Tassin2007-12-31
| | | | | | - update debian/control * Revert to version 0.01 to make Persia happy - update Changelog.txt and debian/changelog
* * 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
|
* * First release after a full rewrite + packagingFabien Tassin2007-12-13