diff options
| author | Thomas Goirand <zigo@debian.org> | 2018-06-05 17:47:44 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2018-06-05 22:38:09 +0000 |
| commit | 57c17ecc011f179d98cfd3bad48d09868c288e03 (patch) | |
| tree | 9fb65a6220322db6d61cb88c51de8a5aa533e7fe /debian/rules | |
| parent | 5a86cad431cac3c01117ebf80eb4539111ad3adb (diff) | |
3.14.2-1 (patches unapplied)import/3.14.2-1
Imported using git-ubuntu import.
Notes
Notes:
[ Michal Arbet ]
* New upstream version
* Add bash completion for openstackclient
* Edit d/control to use openstack-pkg-tools >= 71
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 569dedd..00209b0 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ include /usr/share/openstack-pkg-tools/pkgos.make override_dh_auto_install: pkgos-dh_auto_install + # Generate bash completion + pkgos-gen-completion --py3 openstack + override_dh_auto_clean: dh_auto_clean rm -rf doc/build build .testrepository doc/source/api |
