Hi!<br><br>I was thinking of extending the functionality in dh_bash-completion.<br><br>While packaging my first package (&quot;task&quot; on revu - still waiting for some reviews - shameless plug) I discovered that dh_bash-completion expects a file called debian/bash-completion to be copied to /etc/bash_completion.d/&lt;name-of-package&gt;.<br>
<br>So it behaves differently to, let&#39;s say, dh_installdocs which either can use filenames arguments or copies the files mentioned in debian/docs to the documentation directory.<br><br>I want now to &quot;extend&quot; dh_bash-completion do behave in the same way. I would assume the following 3 cases:<br>
1) There is a file called debian/bash-completion. Then copy that file to /etc/bash_completion.d/&lt;name-of-package&gt;.<br><br>2) dh_bash-completion is called with arguments. Copy the arguments (files) to /etc/bash_completion.d using &lt;packagename&gt;_&lt;filename&gt; as the new destianation names.<br>
<br>3) There is a file called debian/completions. Copy the files mentioned there to /etc/bash_completion.d using &lt;packagename&gt;_&lt;filename&gt; as the new destionation names.<br><br>I wanted furthermore to &quot;reuse&quot; most of the applicable options, that can be found in dh_installdocs, in the extended dh_bash-completion.<br>
<br>I welcome any suggestions, thoughts, feedback.<br><br>THX.<br><br>/Federico  <br>