Codebase list python-requests-mock / 75c0e415-c656-44c3-891c-d4eeb6169580/main
Bump debhelper from old 10 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-requests-mock (1.9.3-3) UNRELEASED; urgency=medium
1
2 * Bump debhelper from old 10 to 13.
3 + Replace python_distutils buildsystem with pybuild.
4
5 -- Debian Janitor <janitor@jelmer.uk> Wed, 29 Sep 2021 12:30:59 -0000
6
07 python-requests-mock (1.9.3-2) unstable; urgency=medium
18
29 * Uploading to unstable.
55 Thomas Goirand <zigo@debian.org>,
66 Corey Bryant <corey.bryant@canonical.com>,
77 Build-Depends:
8 debhelper-compat (= 10),
8 debhelper-compat (= 13),
99 dh-python,
1010 openstack-pkg-tools (>= 99~),
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 override_dh_auto_clean:
99 rm -rf build
2727 cat /tmp/sphinx-err* ; \
2828 exit 1 ; \
2929 fi
30 dh_sphinxdoc -O--buildsystem=python_distutils
30 dh_sphinxdoc -O--buildsystem=pybuild