install_man:
$(INSTALL) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1/keyringer.1
-# TODO: zsh completion
install_completion:
$(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer
+ $(INSTALL) -D --mode=0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/vendor-completions/_keyringer
install: clean
@make install_lib install_share install_bin install_doc install_man install_completion
make dh
+Sign the release ([see backupninja development guidelines](https://labs.riseup.net/code/projects/backupninja/wiki/Release)):
+
+ cd ../tarballs
+ gpg --armor --detach-sign keyringer-$VERSION.tar.gz
+
Build the package from the git three using the upstream branch:
git-buildpackage