summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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