From 7d52288f8150130c990b90fd4e05710151a5b1d1 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 5 Sep 2017 09:34:23 +0000 Subject: [PATCH] Use the dh_bash-completion for cli-completion git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3926 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/bash-completion | 1 + debian/install | 1 - debian/rules | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/bash-completion diff --git a/debian/bash-completion b/debian/bash-completion new file mode 100644 index 0000000..f4923c0 --- /dev/null +++ b/debian/bash-completion @@ -0,0 +1 @@ +docs/cli-completion diff --git a/debian/install b/debian/install index 99e8595..e28f308 100644 --- a/debian/install +++ b/debian/install @@ -2,4 +2,3 @@ locale usr/share/php/domframework tools usr/share/doc/domframework docs/* usr/share/doc/domframework -docs/cli-completion usr/share/bash-completion/completions diff --git a/debian/rules b/debian/rules index ab27b0c..95d46ad 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ binary: build install dh_testdir dh_testroot dh_installchangelogs + dh_bash-completion # dh_installdocs # dh_installexamples # dh_install