dh_python2 doesn't generate a python dependency in ubuntu-dev-tools, now that it's scripts-only, so manually declare one.

This commit is contained in:
Stefano Rivera 2019-09-03 21:16:11 -03:00
parent 8ab21ea485
commit caaea17eec
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -7,6 +7,8 @@ ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium
* Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3. * Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
* Explicitly declare python dependencies in the python library modules (the * Explicitly declare python dependencies in the python library modules (the
setup.py doesn't provide these) and ubuntu-dev-tools itself. setup.py doesn't provide these) and ubuntu-dev-tools itself.
* dh_python2 doesn't generate a python dependency in ubuntu-dev-tools, now
that it's scripts-only, so manually declare one.
-- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200 -- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200

2
debian/control vendored
View File

@ -54,6 +54,7 @@ Depends:
distro-info (>= 0.2~), distro-info (>= 0.2~),
dpkg-dev, dpkg-dev,
lsb-release, lsb-release,
python,
python-apt (>= 0.7.93~), python-apt (>= 0.7.93~),
python-debian (>= 0.1.20~), python-debian (>= 0.1.20~),
python-distro-info (>= 0.4~), python-distro-info (>= 0.4~),
@ -65,7 +66,6 @@ Depends:
sudo, sudo,
${misc:Depends}, ${misc:Depends},
${perl:Depends}, ${perl:Depends},
${python:Depends},
Recommends: Recommends:
bzr | brz, bzr | brz,
bzr-builddeb | brz-debian, bzr-builddeb | brz-debian,