diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2010-01-06 17:21:10 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2010-01-06 17:21:10 +0100 |
commit | 9fa0360ca4668c5f17ad8b770c8d83a29ac09c3b (patch) | |
tree | 8b1894ac54a5a8b95d5f428aa85d40c13892d20d /debian/control | |
parent | ed6eede32a507daa779a1a0580681c3c7b333477 (diff) |
- drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS variable
- update src/xpi.mk
* install-xpi:
- Split xpi installation from xpi.mk into new install-xpi script.
- add src/install-xpi
- update src/Makefile
- update src/xpi.mk
- update debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 599aacb..1427c67 100644 --- a/debian/control +++ b/debian/control @@ -17,14 +17,13 @@ Package: mozilla-devscripts Architecture: all Depends: dpkg-dev, fakeroot, - libxml-xpath-perl, - python, python-rdflib, quilt, unzip, wget, zip, - ${misc:Depends} + ${misc:Depends}, + ${python:Depends} Suggests: cvs, git-core, mercurial |