diff -Nru murano-tempest-plugin-2.6.0/debian/changelog murano-tempest-plugin-2.6.0/debian/changelog --- murano-tempest-plugin-2.6.0/debian/changelog 2023-06-19 14:00:39.000000000 +0000 +++ murano-tempest-plugin-2.6.0/debian/changelog 2023-08-15 15:47:03.000000000 +0000 @@ -1,3 +1,9 @@ +murano-tempest-plugin (2.6.0-3) unstable; urgency=medium + + * Cleans better (Closes: #1045803). + + -- Thomas Goirand Tue, 15 Aug 2023 17:47:03 +0200 + murano-tempest-plugin (2.6.0-2) unstable; urgency=medium * Uploading to unstable. diff -Nru murano-tempest-plugin-2.6.0/debian/rules murano-tempest-plugin-2.6.0/debian/rules --- murano-tempest-plugin-2.6.0/debian/rules 2023-06-19 14:00:39.000000000 +0000 +++ murano-tempest-plugin-2.6.0/debian/rules 2023-08-15 15:47:03.000000000 +0000 @@ -8,6 +8,7 @@ override_dh_auto_clean: python3 setup.py clean + rm -rf build override_dh_auto_test: echo "Do nothing..."