##// END OF EJS Templates
deb: install zsh completions to /usr/share/zsh/vendor-completions...
Kyle Lippincott -
r34406:9ecc622c default
parent child Browse files
Show More
@@ -33,4 +33,6 b' override_dh_install:'
33 cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
33 cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
34 mkdir -p $(CURDIR)/debian/mercurial-common/usr/share/bash-completion/completions
34 mkdir -p $(CURDIR)/debian/mercurial-common/usr/share/bash-completion/completions
35 cp contrib/bash_completion $(CURDIR)/debian/mercurial-common/usr/share/bash-completion/completions/hg
35 cp contrib/bash_completion $(CURDIR)/debian/mercurial-common/usr/share/bash-completion/completions/hg
36 mkdir -p $(CURDIR)/debian/mercurial-common/usr/share/zsh/vendor-completions
37 cp contrib/zsh_completion $(CURDIR)/debian/mercurial-common/usr/share/zsh/vendor-completions/_hg
36 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
38 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
@@ -21,3 +21,6 b' main deb should have .so but no .py'
21 mercurial-common should have py but no .so or pyc
21 mercurial-common should have py but no .so or pyc
22 $ dpkg --contents mercurial-common_*.deb | egrep '(localrepo|parsers.*so)'
22 $ dpkg --contents mercurial-common_*.deb | egrep '(localrepo|parsers.*so)'
23 * ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py (glob)
23 * ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py (glob)
24 zsh completions should be in the common package
25 $ dpkg --contents mercurial-common_*.deb | egrep 'zsh.*[^/]$'
26 * ./usr/share/zsh/vendor-completions/_hg (glob)
General Comments 0
You need to be logged in to leave comments. Login now