summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-05 10:54:47 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-05 10:54:47 +0200
commitfb6f583544da51dccea787017ca7893a52113ecf (patch)
treef68a3cf8f8a49cd39f1543d094a7a862fdad58c7
parent968402f5e2a5c1213758144f9dcf100b2331493a (diff)
* Move cvs and mercurial from depends to recommends
- update debian/control
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b972d83..03b8435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
mozilla-devscripts (0.09) UNRELEASED; urgency=low
+ * Move cvs and mercurial from depends to recommends
+ - update debian/control
* [ mozclient ]
+ Full refactoring of mozclient. It is now written in object-oriented Perl.
The makefile version was getting difficult to extend and to maintain.
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