Codebase list python-castellan / 68ebcd6
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
3 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
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
07 python-castellan (3.7.1-1) experimental; urgency=medium
18
29 * New upstream release.
44 Uploaders:
55 Thomas Goirand <zigo@debian.org>,
66 Build-Depends:
7 debhelper-compat (= 11),
7 debhelper-compat (= 12),
88 dh-python,
99 openstack-pkg-tools,
1010 python3-all,
33 include /usr/share/openstack-pkg-tools/pkgos.make
44
55 %:
6 dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
6 dh $@ --buildsystem=pybuild --with python3,sphinxdoc
77
88 override_dh_auto_clean:
99 rm -rf build
3131 override_dh_sphinxdoc:
3232 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
3333 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
3535 endif