summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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