From: Silvio Rhatto Date: Tue, 17 Sep 2013 01:19:03 +0000 (-0300) Subject: Fixing section on debian/control and install_completion X-Git-Tag: 0.2.3~6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3f88437c3a96bf8a85dc886e2ecfc76619f2ec26;p=keyringer.git Fixing section on debian/control and install_completion --- diff --git a/Makefile b/Makefile index 8f6948f..0557871 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ install_man: # TODO: zsh completion install_completion: - $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/$(PREFIX)/etc/bash_completion.d/keyringer + $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer install: clean @make install_lib install_share install_bin install_doc install_man install_completion diff --git a/debian/control b/debian/control index 665d182..3c11bac 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: keyringer -Section: main +Section: misc Priority: extra Maintainer: Silvio Rhatto Build-Depends: debhelper (>= 7.0.50~)