diff options
author | Alexander Sack <asac@jwsdot.com> | 2008-02-19 16:11:13 +0100 |
---|---|---|
committer | Alexander Sack <asac@jwsdot.com> | 2008-02-19 16:11:13 +0100 |
commit | 7e427eef8ebba0b801444c1be5628e760b3b58e9 (patch) | |
tree | 78047cd2b5ce40e11fb28c1a61866a01e6a00a85 | |
parent | f66347a1c46f6b6a9e21508bc4d56065b919574d (diff) |
* add libxml-xpath-perl to Depends: required by install.rdf introspection
in xpi.mk
- update debian/control
* document in changelog
- update debian/changelog
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 14cc2ff..fec373b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ mozilla-devscripts (0.05) UNRELEASED; urgency=low maintenance as trivial as possible - add src/xpi.mk - update src/Makefile + * add libxml-xpath-perl to Depends: required by install.rdf introspection + in xpi.mk + - update debian/control -- Fabien Tassin <fta@sofaraway.org> Fri, 15 Feb 2008 22:02:42 +0100 diff --git a/debian/control b/debian/control index ac91ca8..4d43850 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: cvs, wget, quilt +Depends: cvs, wget, quilt, libxml-xpath-perl Description: tarball creator for Ubuntu Mozilla packages This package contains mozilla-devscripts, an abstract tarball creator based on Makefile inheritance which provides a get-new-orig target |