Commit de54edc8 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Revert "Upstream seems to have dropped zsh command line completion"

This reverts commit bc77d875.
parent 00890671
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -4,11 +4,6 @@ q2cli (2019.10.0-1) UNRELEASED; urgency=medium
  * New upstream version
  * Standards-Version: 4.4.1
  * Drop unneeded patches
  * Upstream seems to have dropped zsh command line completion
  TODO: The dir q2tamplates is pretty much a copy of package q2templates -
        specifically its also carrying the third party JS + fonts stuff
        we just excluded in q2templates.  It might be worth investigating
        whether this can be removed in q2cli completely

 -- Andreas Tille <tille@debian.org>  Tue, 12 Nov 2019 09:39:41 +0100

+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,11 @@ QIIME 2 command\-line interface (q2cli)
\fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR
.IP
To get help with QIIME 2, visit https://qiime2.org.
.IP
To enable tab completion in ZSH, run the following commands or add them to
your .zshrc:
.IP
autoload bashcompinit && bashcompinit && source \fI\,/usr/share/bashcompletion/completions/qiime\/\fP
.SH OPTIONS
.TP
\fB\-\-version\fR
+5 −0
Original line number Diff line number Diff line
@@ -9,3 +9,8 @@ override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	LC_ALL=C.UTF-8 dh_auto_test -- -s custom --test-args='cd {build_dir}; HOME=${CURDIR} QIIMETEST= nosetests3'
endif

override_dh_install:
	dh_install
	mkdir -p debian/$(DEB_SOURCE)/usr/share/bash-completion/completions
	mv debian/$(DEB_SOURCE)/usr/bin/tab-qiime debian/$(DEB_SOURCE)/usr/share/bash-completion/completions/qiime