summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasa Bodiroza <jazzva@gmail.com>2008-07-08 16:31:59 +0200
committerSasa Bodiroza <jazzva@gmail.com>2008-07-08 16:31:59 +0200
commitbfebffbcfe2d45d221dbddf0f0ed8970bbd32260 (patch)
treedc2f852ec02be47e94efd1a58c7b81df3acdcf50
parentf6099c836fc49a64d5e5b7c27d5058d3bd6a3e98 (diff)
Add zip to depends, src/med-xpi-{pack,unpack} need it.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a13cb4..e3f8ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ mozilla-devscripts (0.10) UNRELEASED; urgency=low
* Add src/med-xpi-{pack,unpack} scripts to manage packing and unpacking of
XPI files.
* Document src/med-xpi-{pack,unpack} scripts in README
+ * Add zip to Depends in debian/control, because src/med-xpi-{pack,unpack}
+ scripts need it.
* Add src/med-xpi-{pack,unpack} to debian/mozilla-devscripts.install to
install them to /usr/bin.
diff --git a/debian/control b/debian/control
index eb419e7..ae0edbd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev
Package: mozilla-devscripts
Architecture: all
-Depends: wget, quilt, libxml-xpath-perl, unzip, dpkg-dev, fakeroot, python | python2.4
+Depends: wget, quilt, libxml-xpath-perl, zip, 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