summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog20
-rw-r--r--debian/control2
2 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e4498c4..fdfc006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,26 @@ mozilla-devscripts (0.08) UNRELEASED; urgency=low
Preserve legacy mozclient-status
- update src/mozclient.mk.in
- update README
+ + 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
-- Fabien Tassin <fta@sofaraway.org> Sat, 19 Apr 2008 14:43:47 +0200
diff --git a/debian/control b/debian/control
index 18e1a6c..3812049 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev
Package: mozilla-devscripts
Architecture: all
-Depends: cvs, wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot
+Depends: cvs, mercurial, wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot, python | python2.4
Description: Collection of dev scripts used by Ubuntu Mozilla packages
This package contains mozilla-devscripts, a collection of scripts
based on Makefile inheritance which provides targets usable by Mozilla