diff options
author | Alexander Sack <asac@jwsdot.com> | 2008-02-21 13:20:31 +0000 |
---|---|---|
committer | Alexander Sack <asac@jwsdot.com> | 2008-02-21 13:20:31 +0000 |
commit | b50e957d859c93fdda2731c03e934c30633c6889 (patch) | |
tree | 0e0b0c16252f6b2c6438e3e3f1dc417a00132b26 /debian | |
parent | cc808aca7ed6e5c7a968b2b8598aa249a7d76ed4 (diff) |
* add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary package
- update debian/control
* document in changelog
- update debian/changelog
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 |