summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFabien Tassin <fta@ubuntu.com>2008-10-12 19:04:41 +0200
committerFabien Tassin <fta@ubuntu.com>2008-10-12 19:04:41 +0200
commitc283158cb39dc40b5e12989469e7ed400e538ed6 (patch)
tree12b0ca5fdecde1526a1075e3e9e044be13bf64d6 /debian
parentd600b2c6f0918731f285d53e942c0ffee49a337c (diff)
* [mozclient] add support for git
- add src/mozclient/lib/MozClient/Git.pm - update src/mozclient/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update debian/control
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d37fab3..182f333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ mozilla-devscripts (0.11) UNRELEASED; urgency=low
- update src/mozclient.mk.in
- drop $(EXT), left-over from when mozclient.pl was substed and use -c instead
- update src/mozclient.mk.in
+ - add support for git
+ - add src/mozclient/lib/MozClient/Git.pm
+ - update src/mozclient/mozclient.pl
+ - update src/mozclient/lib/MozClient/VCS.pm
+ - update debian/control
- move thunderbird-3.0 from cvs to hg comm-central
- update src/mozclient/thunderbird-3.0.conf
- add src/mozclient/thunderbird-3.0-remove.binonly.sh
@@ -26,7 +31,7 @@ mozilla-devscripts (0.11) UNRELEASED; urgency=low
allow caller to specify the xulrunner version by pre-setting DEBIAN_XUL_VER
- update src/xulapp.mk.in
- -- Fabien Tassin <fta@ubuntu.com> Sat, 11 Oct 2008 03:00:22 +0200
+ -- Fabien Tassin <fta@ubuntu.com> Sun, 12 Oct 2008 19:03:20 +0200
mozilla-devscripts (0.10) intrepid; urgency=low
diff --git a/debian/control b/debian/control
index 8c82a7d..3b0fd3f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev
Package: mozilla-devscripts
Architecture: all
Depends: wget, quilt, libxml-xpath-perl, zip, unzip, dpkg-dev, fakeroot, python | python2.4
-Suggests: cvs, mercurial
+Suggests: cvs, mercurial, git-core
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