[Python-modules-commits] [python-trezor] 04/04: Install bash completion snippet.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Dec 24 12:16:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-trezor.
commit d66bae199115c65470253db943dc13b84e7f4295
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sun Dec 24 13:46:35 2017 +0200
Install bash completion snippet.
---
debian/changelog | 3 ++-
debian/control | 1 +
debian/trezor.bash-completion | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5033cfd..60d4384 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ python-trezor (0.7.16-3) unstable; urgency=medium
* Add py{,3}dist-overrides for hidapi.
* Ship AppStream metadata with modalias provides, so this package will
be suggested upon attaching a TREZOR.
+ * Install bash completion snippet.
- -- Tristan Seligmann <mithrandi at debian.org> Sun, 24 Dec 2017 11:44:04 +0200
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 24 Dec 2017 13:46:32 +0200
python-trezor (0.7.16-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 54f4ab3..6054141 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: python
Homepage: https://github.com/trezor/python-trezor
Priority: optional
Build-Depends:
+ bash-completion,
debhelper (>=9),
dh-python,
python-all,
diff --git a/debian/trezor.bash-completion b/debian/trezor.bash-completion
new file mode 100644
index 0000000..fe9c156
--- /dev/null
+++ b/debian/trezor.bash-completion
@@ -0,0 +1 @@
+bash_completion.d/trezorctl.sh trezorctl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-trezor.git
More information about the Python-modules-commits
mailing list