This is an automated email from the git hooks/post-receive script. bignose-guest pushed a commit to branch master in repository devscripts.
commit 499fe22ffa91ddc245ab13d879bc1b8135e1b350 Author: Ben Finney <[email protected]> Date: Sat May 14 07:27:51 2016 +1000 scripts/*.bash_completion: Standardise explanatory header block. --- scripts/bts.bash_completion | 7 +++++-- scripts/chdist.bash_completion | 4 ++++ scripts/checkbashisms.bash_completion | 8 ++++++-- scripts/dcut.bash_completion | 4 ++++ scripts/debchange.bash_completion | 4 ++++ scripts/debdiff.bash_completion | 8 ++++++-- scripts/debi.bash_completion | 4 ++++ scripts/debsign.bash_completion | 4 ++++ scripts/debuild.bash_completion | 8 ++++++-- scripts/dscextract.bash_completion | 8 ++++++-- scripts/dscverify.bash_completion | 8 ++++++-- scripts/licensecheck.bash_completion | 8 ++++++-- scripts/list-unreleased.bash_completion | 4 ++++ scripts/mk-origtargz.bash_completion | 5 +++-- scripts/pkgnames.bash_completion | 4 ++++ scripts/plotchangelog.bash_completion | 8 ++++++-- scripts/uscan.bash_completion | 5 +++-- scripts/uupdate.bash_completion | 4 ++++ scripts/what-patch.bash_completion | 4 ++++ 19 files changed, 89 insertions(+), 20 deletions(-) diff --git a/scripts/bts.bash_completion b/scripts/bts.bash_completion index 114e745..affea9b 100644 --- a/scripts/bts.bash_completion +++ b/scripts/bts.bash_completion @@ -1,5 +1,8 @@ -# Debian bts(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/bts +# Bash command completion for ‘bts(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> _get_version_from_package() { diff --git a/scripts/chdist.bash_completion b/scripts/chdist.bash_completion index 285d939..08fb7fa 100644 --- a/scripts/chdist.bash_completion +++ b/scripts/chdist.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/chdist +# Bash command completion for ‘chdist(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _chdist () { local cur=$2 prev=$3 diff --git a/scripts/checkbashisms.bash_completion b/scripts/checkbashisms.bash_completion index 91a548e..77a4a94 100644 --- a/scripts/checkbashisms.bash_completion +++ b/scripts/checkbashisms.bash_completion @@ -1,5 +1,9 @@ -# Debian checkbashisms(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/checkbashisms +# Bash command completion for ‘checkbashisms(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _checkbashisms() { local cur prev words cword special diff --git a/scripts/dcut.bash_completion b/scripts/dcut.bash_completion index 211936d..ac27939 100644 --- a/scripts/dcut.bash_completion +++ b/scripts/dcut.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/dcut +# Bash command completion for ‘dcut(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _dcut() { local cur prev options commands diff --git a/scripts/debchange.bash_completion b/scripts/debchange.bash_completion index 9fe00a6..e0f82ee 100644 --- a/scripts/debchange.bash_completion +++ b/scripts/debchange.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/debchange +# Bash command completion for ‘debchange(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _debchange() { local cur prev options diff --git a/scripts/debdiff.bash_completion b/scripts/debdiff.bash_completion index 39d9f74..c68c22b 100644 --- a/scripts/debdiff.bash_completion +++ b/scripts/debdiff.bash_completion @@ -1,5 +1,9 @@ -# Debian debdiff(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/debdiff +# Bash command completion for ‘debdiff(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _debdiff() { local cur prev words cword _options i diff --git a/scripts/debi.bash_completion b/scripts/debi.bash_completion index 59244d3..b18d580 100644 --- a/scripts/debi.bash_completion +++ b/scripts/debi.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/debi +# Bash command completion for ‘debi(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _debc() { local cur diff --git a/scripts/debsign.bash_completion b/scripts/debsign.bash_completion index dc8580b..bcc1063 100644 --- a/scripts/debsign.bash_completion +++ b/scripts/debsign.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/debsign +# Bash command completion for ‘debsign(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _debsign() { local cur prev options diff --git a/scripts/debuild.bash_completion b/scripts/debuild.bash_completion index c3b0b57..c594c95 100644 --- a/scripts/debuild.bash_completion +++ b/scripts/debuild.bash_completion @@ -1,5 +1,9 @@ -# Debian debuild(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/debuild +# Bash command completion for ‘debuild(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _debuild() { local cur prev words cword i _options special _prefix diff --git a/scripts/dscextract.bash_completion b/scripts/dscextract.bash_completion index 086f258..56bdb39 100644 --- a/scripts/dscextract.bash_completion +++ b/scripts/dscextract.bash_completion @@ -1,5 +1,9 @@ -# Debian dscextract(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/dscextract +# Bash command completion for ‘dscextract(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _dscextract() { local cur prev words cword _options diff --git a/scripts/dscverify.bash_completion b/scripts/dscverify.bash_completion index 9578d2e..c977762 100644 --- a/scripts/dscverify.bash_completion +++ b/scripts/dscverify.bash_completion @@ -1,5 +1,9 @@ -# Debian dscverify(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/dscverify +# Bash command completion for ‘dscverify(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _dscverify() { local cur prev words cword _options diff --git a/scripts/licensecheck.bash_completion b/scripts/licensecheck.bash_completion index f54abe5..73fdcad 100644 --- a/scripts/licensecheck.bash_completion +++ b/scripts/licensecheck.bash_completion @@ -1,5 +1,9 @@ -# Debian licensecheck(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/licensecheck +# Bash command completion for ‘licensecheck(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _licensecheck() { local cur prev words cword i _options special _prefix diff --git a/scripts/list-unreleased.bash_completion b/scripts/list-unreleased.bash_completion index d4dc9c0..b78cae2 100644 --- a/scripts/list-unreleased.bash_completion +++ b/scripts/list-unreleased.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/list-unreleased +# Bash command completion for ‘list-unreleased(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + complete -W '-c -R' -o filenames -d list-unreleased diff --git a/scripts/mk-origtargz.bash_completion b/scripts/mk-origtargz.bash_completion index 30d81b8..d198ba5 100644 --- a/scripts/mk-origtargz.bash_completion +++ b/scripts/mk-origtargz.bash_completion @@ -1,5 +1,6 @@ -# /etc/bash_completion.d/mk-origtargz -# Programmable Bash command completion for the ‘mk-origtargz’ command. +# /usr/share/bash-completion/completions/mk-origtargz +# Bash command completion for ‘mk-origtargz(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. shopt -s progcomp diff --git a/scripts/pkgnames.bash_completion b/scripts/pkgnames.bash_completion index 3c8eafa..65ba72f 100644 --- a/scripts/pkgnames.bash_completion +++ b/scripts/pkgnames.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/pkgnames +# Bash command completion for commands that expect a Debian package name. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _pkg_names() { local cur prev opts diff --git a/scripts/plotchangelog.bash_completion b/scripts/plotchangelog.bash_completion index 0583361..1f29580 100644 --- a/scripts/plotchangelog.bash_completion +++ b/scripts/plotchangelog.bash_completion @@ -1,5 +1,9 @@ -# Debian plotchangelog(1) completion. -# Copyright: 2015, Nicholas Bamber <[email protected]> +# /usr/share/bash-completion/completions/plotchangelog +# Bash command completion for ‘plotchangelog(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + +# Copyright © 2015, Nicholas Bamber <[email protected]> + _plotchangelog() { local cur prev words cword _options diff --git a/scripts/uscan.bash_completion b/scripts/uscan.bash_completion index a609153..9518d45 100644 --- a/scripts/uscan.bash_completion +++ b/scripts/uscan.bash_completion @@ -1,5 +1,6 @@ -# /etc/bash_completion.d/uscan -# Programmable Bash command completion for the ‘uscan’ command. +# /usr/share/bash-completion/completions/uscan +# Bash command completion for ‘uscan(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. shopt -s progcomp diff --git a/scripts/uupdate.bash_completion b/scripts/uupdate.bash_completion index 009c399..d7c8ffc 100644 --- a/scripts/uupdate.bash_completion +++ b/scripts/uupdate.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/uupdate +# Bash command completion for ‘uupdate(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + _uupdate() { local cur prev options diff --git a/scripts/what-patch.bash_completion b/scripts/what-patch.bash_completion index 614b258..4e1f5ac 100644 --- a/scripts/what-patch.bash_completion +++ b/scripts/what-patch.bash_completion @@ -1,3 +1,7 @@ +# /usr/share/bash-completion/completions/what-patch +# Bash command completion for ‘what-patch(1)’. +# Documentation: ‘bash(1)’, section “Programmable Completion”. + complete -W '-v' -o filenames -d what-patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
