summaryrefslogtreecommitdiff
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
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
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 74f889c5..7a3e9058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
bash-completion (1:2.11-2) UNRELEASED; urgency=medium
+ * Provide dh-sequence-bash-completion (Closes: #951484).
+
-- Gabriel F. T. Gomes <gabriel@debian.org> Fri, 07 Aug 2020 09:39:10 -0300
bash-completion (1:2.11-1) unstable; urgency=medium
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