summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
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