Run wrap-and-sort

This commit is contained in:
Benjamin Drung 2015-10-30 22:59:24 +01:00
parent 311f3d9a23
commit d140d6423b

10
debian/control vendored
View File

@ -8,8 +8,8 @@ Vcs-Bzr: lp:ubuntu-dev-tools
Vcs-Browser: https://code.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk
Build-Depends: dctrl-tools,
debhelper (>= 9),
dh-python,
devscripts (>= 2.11.0~),
dh-python,
distro-info (>= 0.2~),
libwww-perl,
lsb-release,
@ -20,18 +20,18 @@ Build-Depends: dctrl-tools,
python-distro-info (>= 0.4~),
python-httplib2,
python-launchpadlib (>= 1.5.7),
python-mock,
python-setuptools,
python-soappy,
python-unittest2,
python-mock,
python3-all,
python3-apt,
python3-debian,
python3-distro-info,
python3-httplib2,
python3-launchpadlib,
python3-setuptools,
python3-mock,
python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://launchpad.net/ubuntu-dev-tools
@ -128,7 +128,7 @@ Description: useful tools for Ubuntu developers
Package: python-ubuntutools
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${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)
@ -140,7 +140,7 @@ Description: useful library of APIs for Ubuntu developer tools (Python 2)
Package: python3-ubuntutools
Architecture: all
Section: python
Depends: ${python3:Depends}, ${misc:Depends}
Depends: ${misc:Depends}, ${python3:Depends}
Description: useful library of APIs for Ubuntu developer tools
This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers.