From 699630530d48907dcf97acd87bc0e1b2a5911c34 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Sep 2013 23:03:41 -0300 Subject: Installing zsh completion / guideline on tarball signatures --- Makefile | 2 +- development.mdwn | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0557871..d79bdf7 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,9 @@ install_doc: 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 diff --git a/development.mdwn b/development.mdwn index 2fa2060..e90c086 100644 --- a/development.mdwn +++ b/development.mdwn @@ -49,6 +49,11 @@ Generate a `keyringer_VERSION.orig.tar.gz` file: 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 -- cgit v1.2.3