Codebase list python-os-service-types / 9758f25
Bump debhelper from old 10 to 12. + Replace python_distutils buildsystem with pybuild. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. Debian Janitor 4 years ago
3 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 python-os-service-types (1.7.0-3) UNRELEASED; urgency=medium
1
2 * Bump debhelper from old 10 to 12.
3
4 -- Debian Janitor <janitor@jelmer.uk> Tue, 10 Dec 2019 16:15:24 +0000
5
06 python-os-service-types (1.7.0-2) unstable; urgency=medium
17
28 [ Ondřej Nový ]
44 Uploaders:
55 Thomas Goirand <zigo@debian.org>,
66 Build-Depends:
7 debhelper-compat (= 10),
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
2222 override_dh_sphinxdoc:
2323 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
2424 python3 -m sphinx -b html doc/source debian/python-os-service-types-doc/usr/share/doc/python-os-service-types-doc/html
25 dh_sphinxdoc -O--buildsystem=python_distutils
25 dh_sphinxdoc -O--buildsystem=pybuild
2626 endif