summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-08-21 12:18:36 +0200
committerBen Hutchings <ben@decadent.org.uk>2015-08-21 12:29:52 +0200
commit8ad731785f0f6acf148985b54e981872ae7c636d (patch)
tree7acaa39f71ca474575be59ee021740f381d21ec2 /debian/rules
parentda2159f1c784fd0233756bd232561c97fd5c49ec (diff)
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 <ben@decadent.org.uk>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 $@