new wrap-and-sort -ast

Gbp-Dch: Ignore.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2018-10-23 21:39:52 +02:00
parent 1481ed8438
commit bc0c276364
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

38
debian/control vendored
View File

@ -2,9 +2,11 @@ Source: ubuntu-dev-tools
Section: devel Section: devel
Priority: optional Priority: optional
Maintainer: Ubuntu Developers <ubuntu-dev-tools@packages.debian.org> Maintainer: Ubuntu Developers <ubuntu-dev-tools@packages.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>, Uploaders:
Stefano Rivera <stefanor@debian.org> Benjamin Drung <bdrung@debian.org>,
Build-Depends: dctrl-tools, Stefano Rivera <stefanor@debian.org>,
Build-Depends:
dctrl-tools,
debhelper (>= 11), debhelper (>= 11),
devscripts (>= 2.11.0~), devscripts (>= 2.11.0~),
dh-python, dh-python,
@ -44,7 +46,8 @@ Homepage: https://launchpad.net/ubuntu-dev-tools
Package: ubuntu-dev-tools Package: ubuntu-dev-tools
Architecture: all Architecture: all
Depends: binutils, Depends:
binutils,
dctrl-tools, dctrl-tools,
devscripts (>= 2.11.0~), devscripts (>= 2.11.0~),
diffstat, diffstat,
@ -62,8 +65,9 @@ Depends: binutils,
sudo, sudo,
${misc:Depends}, ${misc:Depends},
${perl:Depends}, ${perl:Depends},
${python:Depends} ${python:Depends},
Recommends: bzr | brz, Recommends:
bzr | brz,
bzr-builddeb | brz-debian, bzr-builddeb | brz-debian,
ca-certificates, ca-certificates,
debian-archive-keyring, debian-archive-keyring,
@ -78,8 +82,10 @@ Recommends: bzr | brz,
python-dns, python-dns,
python-soappy, python-soappy,
quilt, quilt,
reportbug (>= 3.39ubuntu1) reportbug (>= 3.39ubuntu1),
Suggests: python-simplejson | python (>= 2.7), qemu-user-static Suggests:
python-simplejson | python (>= 2.7),
qemu-user-static,
Description: useful tools for Ubuntu developers Description: useful tools for Ubuntu developers
This is a collection of useful tools that Ubuntu developers use to make their This is a collection of useful tools that Ubuntu developers use to make their
packaging work a lot easier. packaging work a lot easier.
@ -132,9 +138,14 @@ Description: useful tools for Ubuntu developers
Package: python-ubuntutools Package: python-ubuntutools
Architecture: all Architecture: all
Section: python Section: python
Depends: ${misc:Depends}, ${python:Depends}, sensible-utils Depends:
Breaks: ubuntu-dev-tools (<< 0.154) sensible-utils,
Replaces: ubuntu-dev-tools (<< 0.154) ${misc:Depends},
${python:Depends},
Breaks:
ubuntu-dev-tools (<< 0.154),
Replaces:
ubuntu-dev-tools (<< 0.154),
Description: useful library of APIs for Ubuntu developer tools (Python 2) Description: useful library of APIs for Ubuntu developer tools (Python 2)
This package ships a collection of APIs, helpers and wrappers used to This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers. develop useful utilities for Ubuntu developers.
@ -144,7 +155,10 @@ Description: useful library of APIs for Ubuntu developer tools (Python 2)
Package: python3-ubuntutools Package: python3-ubuntutools
Architecture: all Architecture: all
Section: python Section: python
Depends: ${misc:Depends}, ${python3:Depends}, sensible-utils Depends:
sensible-utils,
${misc:Depends},
${python3:Depends},
Description: useful library of APIs for Ubuntu developer tools Description: useful library of APIs for Ubuntu developer tools
This package ships a collection of APIs, helpers and wrappers used to This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers. develop useful utilities for Ubuntu developers.