diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/18-aptitude-showsrc-source | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/18-aptitude-showsrc-source b/debian/patches/18-aptitude-showsrc-source index d1cc74c..f94b750 100644 --- a/debian/patches/18-aptitude-showsrc-source +++ b/debian/patches/18-aptitude-showsrc-source @@ -3,21 +3,21 @@ 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 +index 827395a0..54a90693 100644 --- a/completions/aptitude +++ b/completions/aptitude -@@ -110,7 +110,7 @@ _aptitude() - clean autoclean install reinstall remove hold unhold purge markauto +@@ -98,7 +98,7 @@ _comp_cmd_aptitude() + 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")) +- remove-user-tag versions' ++ remove-user-tag showsrc source versions' fi } && |