summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.net.br>2020-08-09 09:38:36 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.net.br>2020-08-09 16:31:41 -0300
commit8c9798f97a2a5d5919edf91c858eebccae7be8a5 (patch)
tree5c304f333363d87093a19bb3319d2a018dcbdad7 /debian/control
parente94baeb1255042e6644c61890ef70f89810a90af (diff)
downloadbash-completion-8c9798f97a2a5d5919edf91c858eebccae7be8a5.tar.gz
Provide dh-sequence-bash-completion
As reported at bug #951484 [1], if bash-completion provided a dh-sequence-bash-completion package, there would be no need to change the rules file to add the --with-bash-completion option to dh calls. This patch implements this, which turned out to be a trivial change in bash-completion itself. I tested it on the dput package and it works as suggested. [1] https://bugs.debian.org/951484
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 2d8d2af8..c3f72d76 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Package: bash-completion
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
+Provides: dh-sequence-bash-completion
Description: programmable completion for the bash shell
bash completion extends bash's standard completion behavior to achieve
complex command lines with just a few keystrokes. This project was