Codebase list debian-goodies / e7cfacd
Add command-named symlinks to debian-goodies.pkgnames Closes: #892310 Axel Beckert 4 years ago
3 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) )
77
88 return 0
9 }
10
9 } &&
1110 complete -F _pkg_names which-pkg-broke dhomepage debget
1414 + Move according files from debian/install to debian/bash-completion.
1515 + Call dh_bash-completion after dh_auto_install.
1616 + Add bash-completion as build-dependency.
17 * Add symlinks named which-pkg-broke, dhomepage and debget to
18 debian-goodies.pkgnames. (Closes: #892310)
1719
1820 [ Paul Wise ]
1921 * find-dbgsym-packages:
88 usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzegrep.1.gz
99 usr/share/man/man1/dgrep.1.gz usr/share/man/man1/dzfgrep.1.gz
1010 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