diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-06-05 10:54:47 +0200 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-06-05 10:54:47 +0200 |
commit | fb6f583544da51dccea787017ca7893a52113ecf (patch) | |
tree | f68a3cf8f8a49cd39f1543d094a7a862fdad58c7 /debian/control | |
parent | 968402f5e2a5c1213758144f9dcf100b2331493a (diff) |
* Move cvs and mercurial from depends to recommends
- update debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3812049..eb419e7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev Package: mozilla-devscripts Architecture: all -Depends: cvs, mercurial, wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot, python | python2.4 +Depends: wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot, python | python2.4 +Recommends: cvs, mercurial 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 |