Codebase list python-blazarclient / 6308c42
Cleans better (Closes: #1048957). Thomas Goirand 8 months ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-blazarclient (3.6.0-3) unstable; urgency=medium
1
2 * Cleans better (Closes: #1048957).
3
4 -- Thomas Goirand <zigo@debian.org> Tue, 22 Aug 2023 13:00:28 +0200
5
06 python-blazarclient (3.6.0-2) unstable; urgency=medium
17
28 * Uploading to unstable.
66 dh $@ --buildsystem=python_distutils --with python3
77
88 override_dh_auto_clean:
9 echo "Do nothing..."
9 rm -rf build .stestr *.egg-info
10 find . -iname '*.pyc' -delete
11 for i in $$(find . -type d -iname __pycache__) ; do rm -rf $$i ; done
1012
1113 override_dh_auto_build:
1214 echo "Do nothing..."