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 | |
parent | 477230f05d0d8fcbbcd9c31f5f705e6472092ad8 (diff) |
* packaging:
- break and sort Depends and Suggests
- update debian/control
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 19 |
2 files changed, 22 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e37801f..68cd855 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mozilla-devscripts (0.15) UNRELEASED; urgency=low + + * packaging: + - break and sort Depends and Suggests + - update debian/control + + -- Benjamin Drung <bdrung@ubuntu.com> Tue, 11 Aug 2009 16:33:12 +0200 + mozilla-devscripts (0.14) unstable; urgency=low [ Alexander Sack <asac@ubuntu.com> ] 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 |