diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-08-01 14:12:33 +0200 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-08-01 14:12:33 +0200 |
commit | 716933266f41d1fb7571e847b2bd2b65deea8958 (patch) | |
tree | fb1d32fb394e4b057527b248ad4edf9a9d588729 /debian/control | |
parent | 262467fe839674d3196d80f7db5b77708b8128f3 (diff) |
* Change Recommends into Suggests for cvs and mercurial as those are
not needed to use mozilla-devscripts as a build-dependency.
- 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 ae0edbd..8c82a7d 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 -Recommends: cvs, mercurial +Suggests: 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 |