diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4655ebb..1875f4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mozilla-devscripts (0.05) UNRELEASED; urgency=low +mozilla-devscripts (0.05~mt1) hardy; urgency=low [ Fabien Tassin ] * Update mozclient patch for xulbrowser now that firefox 3 needs @@ -15,6 +15,8 @@ mozilla-devscripts (0.05) UNRELEASED; urgency=low * add libxml-xpath-perl to Depends: required by install.rdf introspection in xpi.mk - update debian/control + * add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary package + - 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 831962c..b439d25 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, libxml-xpath-perl +Depends: cvs, wget, quilt, libxml-xpath-perl, unzip Description: Collection of dev scripts used by Ubuntu Mozilla packages This package contains mozilla-devscripts, a collection of scripts based on Makefile inheritance which provides targets usable by Mozilla |