mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
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:
parent
8ab21ea485
commit
caaea17eec
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user