diff options
author | Benjamin Drung <bdrung@ubuntu.com> | 2009-08-11 16:36:56 +0200 |
---|---|---|
committer | Benjamin Drung <bdrung@ubuntu.com> | 2009-08-11 16:36:56 +0200 |
commit | af5590a0a435dcf24e4f970dbd808a3157249e18 (patch) | |
tree | 900819cc21fdcd5a7dc83a89f21c3694dde15a0a /debian/control | |
parent | 477230f05d0d8fcbbcd9c31f5f705e6472092ad8 (diff) |
* packaging:
- break and sort Depends and Suggests
- update debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 811c9ad..ba7c9ca 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: devel Priority: optional Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com> Uploaders: Fabien Tassin <fta@ubuntu.com>, - Alexander Sack <asac@debian.org>, - Alexander Sack <asac@ubuntu.com>, - Benjamin Drung <bdrung@ubuntu.com> + Alexander Sack <asac@debian.org>, + Alexander Sack <asac@ubuntu.com>, + Benjamin Drung <bdrung@ubuntu.com> Build-Depends: debhelper (>= 5), cdbs Standards-Version: 3.8.2 Vcs-Bzr: lp:mozilla-devscripts @@ -13,8 +13,17 @@ Vcs-Bzr-Browser: https://code.launchpad.net/~mozillateam/mozilla-devscripts/mozi Package: mozilla-devscripts Architecture: all -Depends: wget, quilt, libxml-xpath-perl, zip, unzip, dpkg-dev, fakeroot, python -Suggests: cvs, mercurial, git-core +Depends: dpkg-dev, + fakeroot, + libxml-xpath-perl, + python, + quilt, + unzip, + wget, + zip +Suggests: cvs, + git-core, + mercurial 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 |