From 8ad731785f0f6acf148985b54e981872ae7c636d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 21 Aug 2015 12:18:36 +0200 Subject: bash-completion: Install using dh_bash-completion Installing in /etc/bash_completion.d is deprecated. Use dh_bash-completion to do the right thing. (dh_bash-completion doesn't currently do the right thing, but it will do soon: https://bugs.debian.org/668254 ) Signed-off-by: Ben Hutchings --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2d33f6a..e6e920c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh --with bash-completion $@ -- cgit v1.2.3