Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package python-openstackclient This version adds python3-cloudkittyclient as build-dependency, meaning that when python-openstackclient/5.4.0-4 generates its bash-completion script and documentation, it is cloudkittyclient aware. As a result: openstack rating <tab> shows completion, when in 5.4.0-3 it didn't. I very much would like to have the bash-completion include cloudkitty if possible, so please accept this tiny change. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing Cheers, Thomas Goirand (zigo) unblock python-openstackclient/5.4.0-4
diff -Nru python-openstackclient-5.4.0/debian/changelog python-openstackclient-5.4.0/debian/changelog --- python-openstackclient-5.4.0/debian/changelog 2020-11-22 12:18:50.000000000 +0100 +++ python-openstackclient-5.4.0/debian/changelog 2021-05-21 14:53:17.000000000 +0200 @@ -1,3 +1,10 @@ +python-openstackclient (5.4.0-4) unstable; urgency=medium + + * Add python3-cloudkittyclient as build-depends, so that cloudkitty is + included in the bash-completion script. + + -- Thomas Goirand <z...@debian.org> Fri, 21 May 2021 14:53:17 +0200 + python-openstackclient (5.4.0-3) unstable; urgency=medium * Removed python3-crypto from (build-)depends (Closes: #971307). diff -Nru python-openstackclient-5.4.0/debian/control python-openstackclient-5.4.0/debian/control --- python-openstackclient-5.4.0/debian/control 2020-11-22 12:18:50.000000000 +0100 +++ python-openstackclient-5.4.0/debian/control 2021-05-21 14:53:17.000000000 +0200 @@ -18,6 +18,7 @@ python3-barbicanclient <!nodoc>, python3-cinderclient, python3-cliff, + python3-cloudkittyclient <!nodoc>, python3-congressclient <!nodoc>, python3-coverage, python3-ddt,