Switch to pybuild (Closes: #1090401).
Thomas Goirand
1 year, 5 months ago
|
0 |
cinder-tempest-plugin (1.15.0-2) unstable; urgency=medium
|
|
1 |
|
|
2 |
* Switch to pybuild (Closes: #1090401).
|
|
3 |
|
|
4 |
-- Thomas Goirand <zigo@debian.org> Fri, 20 Dec 2024 08:58:55 +0100
|
|
5 |
|
| 0 | 6 |
cinder-tempest-plugin (1.15.0-1) unstable; urgency=medium
|
| 1 | 7 |
|
| 2 | 8 |
* New upstream release.
|
| 3 | 3 |
include /usr/share/openstack-pkg-tools/pkgos.make
|
| 4 | 4 |
|
| 5 | 5 |
%:
|
| 6 | |
dh $@ --buildsystem=python_distutils --with python3
|
|
6 |
dh $@ --buildsystem=pybuild --with python3
|
| 7 | 7 |
|
| 8 | 8 |
override_dh_auto_clean:
|
| 9 | 9 |
python3 setup.py clean
|