Codebase list python-watcherclient / 4069204
Bump debhelper from old 11 to 13. + 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-watcherclient (3.3.0-3) UNRELEASED; urgency=medium
1
2 * Bump debhelper from old 11 to 13.
3 + Replace python_distutils buildsystem with pybuild.
4
5 -- Debian Janitor <janitor@jelmer.uk> Wed, 29 Sep 2021 16:48:48 -0000
6
07 python-watcherclient (3.3.0-2) unstable; urgency=medium
18
29 * Uploading to unstable.
55 Thomas Goirand <zigo@debian.org>,
66 Michal Arbet <michal.arbet@ultimum.io>,
77 Build-Depends:
8 debhelper-compat (= 11),
8 debhelper-compat (= 13),
99 dh-python,
1010 openstack-pkg-tools,
1111 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 export PATH := $(CURDIR)/debian/tmp/usr/bin:$(PATH)
99
2929 override_dh_sphinxdoc:
3030 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
3131 python3 -m sphinx -b html doc/source $(CURDIR)/debian/python-watcherclient-doc/usr/share/doc/python-watcherclient-doc/html
32 dh_sphinxdoc -O--buildsystem=python_distutils
32 dh_sphinxdoc -O--buildsystem=pybuild
3333 endif
3434
3535 override_dh_python3: