mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Run wrap-and-sort
This commit is contained in:
parent
311f3d9a23
commit
d140d6423b
10
debian/control
vendored
10
debian/control
vendored
@ -8,8 +8,8 @@ Vcs-Bzr: lp:ubuntu-dev-tools
|
|||||||
Vcs-Browser: https://code.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk
|
Vcs-Browser: https://code.launchpad.net/~ubuntu-dev/ubuntu-dev-tools/trunk
|
||||||
Build-Depends: dctrl-tools,
|
Build-Depends: dctrl-tools,
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
dh-python,
|
|
||||||
devscripts (>= 2.11.0~),
|
devscripts (>= 2.11.0~),
|
||||||
|
dh-python,
|
||||||
distro-info (>= 0.2~),
|
distro-info (>= 0.2~),
|
||||||
libwww-perl,
|
libwww-perl,
|
||||||
lsb-release,
|
lsb-release,
|
||||||
@ -20,18 +20,18 @@ Build-Depends: dctrl-tools,
|
|||||||
python-distro-info (>= 0.4~),
|
python-distro-info (>= 0.4~),
|
||||||
python-httplib2,
|
python-httplib2,
|
||||||
python-launchpadlib (>= 1.5.7),
|
python-launchpadlib (>= 1.5.7),
|
||||||
|
python-mock,
|
||||||
python-setuptools,
|
python-setuptools,
|
||||||
python-soappy,
|
python-soappy,
|
||||||
python-unittest2,
|
python-unittest2,
|
||||||
python-mock,
|
|
||||||
python3-all,
|
python3-all,
|
||||||
python3-apt,
|
python3-apt,
|
||||||
python3-debian,
|
python3-debian,
|
||||||
python3-distro-info,
|
python3-distro-info,
|
||||||
python3-httplib2,
|
python3-httplib2,
|
||||||
python3-launchpadlib,
|
python3-launchpadlib,
|
||||||
python3-setuptools,
|
|
||||||
python3-mock,
|
python3-mock,
|
||||||
|
python3-setuptools
|
||||||
X-Python-Version: >= 2.6
|
X-Python-Version: >= 2.6
|
||||||
X-Python3-Version: >= 3.2
|
X-Python3-Version: >= 3.2
|
||||||
Homepage: https://launchpad.net/ubuntu-dev-tools
|
Homepage: https://launchpad.net/ubuntu-dev-tools
|
||||||
@ -128,7 +128,7 @@ Description: useful tools for Ubuntu developers
|
|||||||
Package: python-ubuntutools
|
Package: python-ubuntutools
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: python
|
Section: python
|
||||||
Depends: ${python:Depends}, ${misc:Depends}
|
Depends: ${misc:Depends}, ${python:Depends}
|
||||||
Breaks: ubuntu-dev-tools (<< 0.154)
|
Breaks: ubuntu-dev-tools (<< 0.154)
|
||||||
Replaces: 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)
|
||||||
@ -140,7 +140,7 @@ 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: ${python3:Depends}, ${misc:Depends}
|
Depends: ${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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user