diff options
author | Fabien Tassin <fta@ubuntu.com> | 2008-10-12 19:04:41 +0200 |
---|---|---|
committer | Fabien Tassin <fta@ubuntu.com> | 2008-10-12 19:04:41 +0200 |
commit | c283158cb39dc40b5e12989469e7ed400e538ed6 (patch) | |
tree | 12b0ca5fdecde1526a1075e3e9e044be13bf64d6 /debian/control | |
parent | d600b2c6f0918731f285d53e942c0ffee49a337c (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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |