diff --git a/debian/changelog b/debian/changelog index e9a92c2..244c57e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cinder-tempest-plugin (1.15.0-2) unstable; urgency=medium + + * Switch to pybuild (Closes: #1090401). + + -- Thomas Goirand Fri, 20 Dec 2024 08:58:55 +0100 + cinder-tempest-plugin (1.15.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 9524381..125ce07 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: python3 setup.py clean