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 | |
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')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 71293ff..98956f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ mozilla-devscripts (0.10) UNRELEASED; urgency=low - * Open tree for 0.10 development. + [ Sasa Bodiroza ] * Add src/med-xpi-{pack,unpack} scripts to manage packing and unpacking of XPI files. * Add default build command in src/xpi.mk. @@ -12,7 +12,12 @@ mozilla-devscripts (0.10) UNRELEASED; urgency=low * Add src/med-xpi-{pack,unpack} to debian/mozilla-devscripts.install to install them to /usr/bin. - -- Sasa Bodiroza <jazzva@gmail.com> Tue, 08 Jul 2008 16:23:05 +0200 + [ Fabien Tassin ] + * Change Recommends into Suggests for cvs and mercurial as those are + not needed to use mozilla-devscripts as a build-dependency. + - update debian/control + + -- Fabien Tassin <fta@sofaraway.org> Fri, 01 Aug 2008 14:08:55 +0200 mozilla-devscripts (0.09) intrepid; urgency=low 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 |