Codebase list cinder-tempest-plugin / bcb92cf
Cleans even better. Thomas Goirand 2 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Fixed (build-)depends for this release.
4 * Cleans even better.
45
56 -- Thomas Goirand <zigo@debian.org> Thu, 31 Aug 2023 09:21:49 +0200
67
77
88 override_dh_auto_clean:
99 python3 setup.py clean
10 rm -rf build
10 rm -rf build *.egg-info
1111
1212 override_dh_auto_test:
1313 echo "Do nothing..."