Bug#776160:

2018-11-22 Thread Gabriel F. T. Gomes
Control: fixed -1 bash-completion/1:2.7-1 On 22 Nov 2018, Gabriel F. T. Gomes wrote: > >Control: tags -1 fixed bash-completion/1:2.7-1 This was the wrong syntax to set fixed version.

Bug#776160:

2018-11-22 Thread Gabriel F. T. Gomes
Control: tags -1 fixed bash-completion/1:2.7-1 On Sun, 25 Jan 2015 16:28:31 +0200 Ville Skyttä wrote: > Applicable bits applied upstream: > http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=c725e6b195ea6ac2d25dfbb85b7e87bfbe42fe68 This is the link for the fix in the n

Bug#776160:

2015-01-25 Thread Ville Skyttä
Applicable bits applied upstream: http://anonscm.debian.org/cgit/bash-completion/bash-completion.git/commit/?id=c725e6b195ea6ac2d25dfbb85b7e87bfbe42fe68 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Bug#776160: bash-completion: /etc/profile.d/bash_completion causes warnings with '-o nounset'

2015-01-24 Thread Michael Gold
Package: bash-completion Version: 1:2.1-4 Tags: patch /etc/profile.d/bash_completion accesses some variables like $BASH and $PS1 that may be unset, which will produce a warning or error if the (POSIX-standard) 'nounset' option is enabled. See #776154 for details. E.g., $ set -u $