Add command-named symlinks to debian-goodies.pkgnames
Closes: #892310
Axel Beckert
4 years ago
6 | 6 |
COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) )
|
7 | 7 |
|
8 | 8 |
return 0
|
9 | |
}
|
10 | |
|
|
9 |
} &&
|
11 | 10 |
complete -F _pkg_names which-pkg-broke dhomepage debget
|
14 | 14 |
+ Move according files from debian/install to debian/bash-completion.
|
15 | 15 |
+ Call dh_bash-completion after dh_auto_install.
|
16 | 16 |
+ Add bash-completion as build-dependency.
|
|
17 |
* Add symlinks named which-pkg-broke, dhomepage and debget to
|
|
18 |
debian-goodies.pkgnames. (Closes: #892310)
|
17 | 19 |
|
18 | 20 |
[ Paul Wise ]
|
19 | 21 |
* find-dbgsym-packages:
|
8 | 8 |
usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzegrep.1.gz
|
9 | 9 |
usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzfgrep.1.gz
|
10 | 10 |
usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzgrep.1.gz
|
|
11 |
# bash-completion targets
|
|
12 |
usr/share/bash-completion/completions/debian-goodies.pkgnames usr/share/bash-completion/completions/which-pkg-broke
|
|
13 |
usr/share/bash-completion/completions/debian-goodies.pkgnames usr/share/bash-completion/completions/dhomepage
|
|
14 |
usr/share/bash-completion/completions/debian-goodies.pkgnames usr/share/bash-completion/completions/debget
|