Codebase list cinder-tempest-plugin / 640bf28
Clean-up .pybuild folder (Closes: #1043723). Thomas Goirand 3 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 cinder-tempest-plugin (1.19.0-3) unstable; urgency=medium
1
2 * Clean-up .pybuild folder (Closes: #1043723).
3
4 -- Thomas Goirand <zigo@debian.org> Sun, 08 Feb 2026 16:17:51 +0100
5
06 cinder-tempest-plugin (1.19.0-2) unstable; urgency=medium
17
28 * Uploading to unstable.
77
88 override_dh_auto_clean:
99 python3 setup.py clean
10 rm -rf build *.egg-info
10 rm -rf build *.egg-info .pybuild
1111
1212 override_dh_auto_test:
1313 echo "Do nothing..."