Codebase list debian-goodies / c45c3a7
Install bash completions with dh_bash-completion * Move according file listings from debian/install to debian/bash-completion. * Call dh_bash-completion after dh_auto_install. * Add bash-completion as build-dependency. Axel Beckert 5 years ago
6 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 bash_completion/debian-goodies.pkgnames
1 debmany/bash_completion/debmany
1010 it wasn't found. (Closes: #888276)
1111 * State in long package description that hard dependencies of single
1212 tools are listed in Recommends.
13 * Install bash completions with dh_bash-completion.
14 + Move according files from debian/install to debian/bash-completion.
15 + Call dh_bash-completion after dh_auto_install.
16 + Add bash-completion as build-dependency.
1317
1418 [ Paul Wise ]
1519 * find-dbgsym-packages:
22 Priority: optional
33 Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
44 Uploaders: Axel Beckert <abe@debian.org>
5 Build-Depends: debhelper (>= 11~),
5 Build-Depends: bash-completion,
6 debhelper (>= 11~),
67 help2man
78 Vcs-Git: https://salsa.debian.org/debian/debian-goodies.git
89 Vcs-Browser: https://salsa.debian.org/debian/debian-goodies
0 bash_completion/debian-goodies.pkgnames debmany/bash_completion/debmany usr/share/bash-completion/completions
10 checkrestart usr/sbin
21 dgrep dglob debget dpigs debman dman popbugs which-pkg-broke which-pkg-broke-build dhomepage debmany/debmany check-enhancements find-dbgsym-packages usr/bin
0 # dgrep variants
01 usr/bin/dgrep usr/bin/degrep
12 usr/bin/dgrep usr/bin/dfgrep
23 usr/bin/dgrep usr/bin/dzegrep
1414 -N ./check-enhancements | \
1515 sed -e 's/DESCRIPTION/SYNOPSIS/' > check-enhancements.1
1616
17 override_dh_auto_install:
18 dh_auto_install
19 dh_bash-completion
20
1721 override_dh_auto_clean:
1822 for prog in $(PODDOC); do rm -f $$prog.1; done