summaryrefslogtreecommitdiffstats
path: root/debian/patches/18-aptitude-showsrc-source
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:24:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:24:28 +0000
commit2e7b40c11f44d02bd96eaef714a55c9198d680d8 (patch)
treeb8591f10d3f43153a5d2245a997c2a956c85f709 /debian/patches/18-aptitude-showsrc-source
parentAdding upstream version 1:2.11. (diff)
downloadbash-completion-2e7b40c11f44d02bd96eaef714a55c9198d680d8.tar.xz
bash-completion-2e7b40c11f44d02bd96eaef714a55c9198d680d8.zip
Adding debian version 1:2.11-8.debian/1%2.11-8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/18-aptitude-showsrc-source')
-rw-r--r--debian/patches/18-aptitude-showsrc-source23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/18-aptitude-showsrc-source b/debian/patches/18-aptitude-showsrc-source
new file mode 100644
index 0000000..d1cc74c
--- /dev/null
+++ b/debian/patches/18-aptitude-showsrc-source
@@ -0,0 +1,23 @@
+commit e68fde20600326e426e802233e46c940cab9478b
+Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
+Date: Mon Apr 25 14:51:16 2022 +0200
+
+ completions/aptitude: add showsrc source
+
+ Add missing sub-commands.
+
+ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
+
+diff --git a/completions/aptitude b/completions/aptitude
+index e5ea163..558be7c 100644
+--- a/completions/aptitude
++++ b/completions/aptitude
+@@ -110,7 +110,7 @@ _aptitude()
+ clean autoclean install reinstall remove hold unhold purge markauto
+ unmarkauto why why-not dist-upgrade full-upgrade download search
+ show forbid-version changelog keep keep-all build-dep add-user-tag
+- remove-user-tag versions' -- "$cur"))
++ remove-user-tag showsrc source versions' -- "$cur"))
+ fi
+
+ } &&