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-castellan (3.7.1-2) 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> Wed, 16 Jun 2021 05:25:03 -0000
|
|
6 |
|
0 | 7 |
python-castellan (3.7.1-1) experimental; urgency=medium
|
1 | 8 |
|
2 | 9 |
* New upstream release.
|
4 | 4 |
Uploaders:
|
5 | 5 |
Thomas Goirand <zigo@debian.org>,
|
6 | 6 |
Build-Depends:
|
7 | |
debhelper-compat (= 11),
|
|
7 |
debhelper-compat (= 12),
|
8 | 8 |
dh-python,
|
9 | 9 |
openstack-pkg-tools,
|
10 | 10 |
python3-all,
|
3 | 3 |
include /usr/share/openstack-pkg-tools/pkgos.make
|
4 | 4 |
|
5 | 5 |
%:
|
6 | |
dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
|
|
6 |
dh $@ --buildsystem=pybuild --with python3,sphinxdoc
|
7 | 7 |
|
8 | 8 |
override_dh_auto_clean:
|
9 | 9 |
rm -rf build
|
|
31 | 31 |
override_dh_sphinxdoc:
|
32 | 32 |
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
|
33 | 33 |
PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-castellan-doc/usr/share/doc/python-castellan-doc/html
|
34 | |
dh_sphinxdoc -O--buildsystem=python_distutils
|
|
34 |
dh_sphinxdoc -O--buildsystem=pybuild
|
35 | 35 |
endif
|