File: 18-aptitude-showsrc-source

package info (click to toggle)
bash-completion 1%3A2.16.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,424 kB
  • sloc: python: 11,241; makefile: 2,471; sh: 934; perl: 85; awk: 55; xml: 29; ansic: 7; java: 5; ruby: 2
file content (24 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Subject: completions/aptitude: add showsrc source
Origin: https://salsa.debian.org/debian/bash-completion/-/merge_requests/5
Bug: https://github.com/scop/bash-completion/pull/1313

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 827395a0..54a90693 100644
--- a/completions/aptitude
+++ b/completions/aptitude
@@ -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'
+            remove-user-tag showsrc source versions'
     fi
 
 } &&