diff --git a/debian/changelog b/debian/changelog index d87fe08..7881d22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-xstatic-tv4 (1.2.7.0-5) UNRELEASED; urgency=medium * Drop unnecessary dependency on build-essential. + * Bump debhelper from old 11 to 13. + + Replace python_distutils buildsystem with pybuild. -- Debian Janitor Mon, 08 Nov 2021 14:10:25 -0000 diff --git a/debian/control b/debian/control index e3119f8..d03944a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Ivan Udovichenko , Thomas Goirand , Build-Depends: - debhelper-compat (= 11), + debhelper-compat (= 13), dh-python, openstack-pkg-tools (>= 75~), python3-all, diff --git a/debian/rules b/debian/rules index 3bd272c..6c445d1 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make %: - dh $@ --buildsystem=python_distutils --with python3 + dh $@ --buildsystem=pybuild --with python3 override_dh_auto_clean: echo "Do nothing..." @@ -21,5 +21,5 @@ endif override_dh_clean: - dh_clean -O--buildsystem=python_distutils + dh_clean -O--buildsystem=pybuild rm -rf build