diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-06-27 09:34:46 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-06-27 11:22:58 +0200 |
commit | 42769e3f6178d39b977cc41468207cb5ae3f7c2b (patch) | |
tree | 78418be214e714d49ee38d1702872e15623732e9 | |
parent | bf4b93936b47e212d6cafb09420796940effff54 (diff) | |
download | git-buildpackage-42769e3f6178d39b977cc41468207cb5ae3f7c2b.tar.gz git-buildpackage-42769e3f6178d39b977cc41468207cb5ae3f7c2b.tar.bz2 git-buildpackage-42769e3f6178d39b977cc41468207cb5ae3f7c2b.zip |
Split {Build-,}Deps per line
and sort alphabetically
-rw-r--r-- | debian/control | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/debian/control b/debian/control index c29074b6..1929f8a6 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,28 @@ Source: git-buildpackage Section: vcs Priority: optional Maintainer: Guido Günther <agx@sigxcpu.org> -Build-Depends: debhelper (>= 7.0.50~), python (>> 2.6.6-3~), - pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, +Build-Depends: + bash-completion, + debhelper (>= 7.0.50~), + docbook-utils, + gtk-doc-tools, + jade, + perl, + pychecker, + python (>> 2.6.6-3~), + python-coverage, + python-dateutil, + python-epydoc, python-nose, python-nosexcover, - bash-completion, perl, python-epydoc, python-coverage, python-setuptools, + python-setuptools, + sgml2x, # For the testsuite - git (>= 1:1.7.9.1-1~), bzip2, unzip, pristine-tar, devscripts + bzip2, + devscripts, + git (>= 1:1.7.9.1-1~), + pristine-tar, + unzip, Standards-Version: 3.9.3 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: http://git.debian.org/?p=users/agx/git-buildpackage.git @@ -17,8 +32,13 @@ X-Python-Version: >= 2.6 Package: git-buildpackage Architecture: all -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, devscripts (>= 2.10.66~), - git (>= 1:1.7.9.1-1~), python-dateutil, man-db +Depends: ${python:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, + devscripts (>= 2.10.66~), + git (>= 1:1.7.9.1-1~), + man-db, + python-dateutil, Recommends: pristine-tar (>= 0.5), cowbuilder Suggests: python-notify, unzip Description: Suite to help with Debian packages in Git repositories |