Bump debhelper from old 11 to 12.
+ Replace python_distutils buildsystem with pybuild.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
Debian Janitor
2 years ago
|
0 |
python-xstatic-tv4 (1.2.7.0-5) UNRELEASED; urgency=medium
|
|
1 |
|
|
2 |
* Bump debhelper from old 11 to 12.
|
|
3 |
+ Replace python_distutils buildsystem with pybuild.
|
|
4 |
|
|
5 |
-- Debian Janitor <janitor@jelmer.uk> Thu, 17 Jun 2021 09:17:10 -0000
|
|
6 |
|
0 | 7 |
python-xstatic-tv4 (1.2.7.0-4) unstable; urgency=medium
|
1 | 8 |
|
2 | 9 |
[ Ondřej Nový ]
|
5 | 5 |
Ivan Udovichenko <iudovichenko@mirantis.com>,
|
6 | 6 |
Thomas Goirand <zigo@debian.org>,
|
7 | 7 |
Build-Depends:
|
8 | |
debhelper-compat (= 11),
|
|
8 |
debhelper-compat (= 12),
|
9 | 9 |
dh-python,
|
10 | 10 |
openstack-pkg-tools (>= 75~),
|
11 | 11 |
python3-all,
|
3 | 3 |
include /usr/share/openstack-pkg-tools/pkgos.make
|
4 | 4 |
|
5 | 5 |
%:
|
6 | |
dh $@ --buildsystem=python_distutils --with python3
|
|
6 |
dh $@ --buildsystem=pybuild --with python3
|
7 | 7 |
|
8 | 8 |
override_dh_auto_clean:
|
9 | 9 |
echo "Do nothing..."
|
|
20 | 20 |
endif
|
21 | 21 |
|
22 | 22 |
override_dh_clean:
|
23 | |
dh_clean -O--buildsystem=python_distutils
|
|
23 |
dh_clean -O--buildsystem=pybuild
|
24 | 24 |
rm -rf build
|