summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
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