Nicolas Bock has proposed merging ~nicolasbock/ubuntu/+source/daily-build:completion into ~ubuntu-support-team/ubuntu/+source/daily-build:hotsos.
Requested reviews: Ubuntu Support Team (ubuntu-support-team) For more details, see: https://code.launchpad.net/~nicolasbock/ubuntu/+source/daily-build/+git/daily-build/+merge/447457 -- Your team Ubuntu Support Team is requested to review the proposed merge of ~nicolasbock/ubuntu/+source/daily-build:completion into ~ubuntu-support-team/ubuntu/+source/daily-build:hotsos.
diff --git a/debian/control b/debian/control index ac26509..59223cd 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: lsb-release, python3-all-dev, python3-setuptools, - sed, python3-setuptools-scm, + sed, Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://github.com/canonical/hotsos diff --git a/debian/rules b/debian/rules index ba72de0..353aaee 100755 --- a/debian/rules +++ b/debian/rules @@ -29,5 +29,8 @@ override_dh_install: @echo "starting dh_install" install --directory debian/hotsos/usr/bin mv --verbose debian/python3-hotsos/usr/bin/hotsos debian/hotsos/usr/bin/hotsos + install -D \ + scripts/hotsos-complete \ + debian/hotsos/usr/share/bash-completion/completions/hotsos override_dh_auto_test:
-- Mailing list: https://launchpad.net/~ubuntu-support-team Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-support-team More help : https://help.launchpad.net/ListHelp

