Your message dated Thu, 8 Jun 2006 12:18:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#309464: This appears to be fixed.
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bash
Version: 3.0-14
Severity: normal
Could the DEBUG variable at the top of /etc/bash_completion please be
renamed to something a little less generic, given that any program is
likely to want to use DEBUG?
On second thoughts, why is the test there in the first place? I quite
often want to debug my login scripts, so I do a manual `set -xv', and
then bash_completion comes along, and clobbers my settings. Surely,
if one wanted to debug bash_completion itself, one could manually `set
+/-xv' at the appropriate times, since otherwise one would have to set
DEBUG=yes anyway -- it's no extra effort, and would seem to make
sense...
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.26
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Versions of packages bash depends on:
ii base-files 3.1.2 Debian base system miscellaneous f
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii passwd 1:4.0.3-34 change and administer password and
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.1-4
On Tue, Jun 06, 2006 at 05:38:10PM -0400, Daniel Kahn Gillmor wrote:
> This looks like it's fixed in etch already:
>
> [0 [EMAIL PROTECTED] ~]$ grep DEBUG /etc/bash_completion
> [ -n "${BASH_COMPLETION_DEBUG:-}" ] && set -v || set +v
> [0 [EMAIL PROTECTED] ~]$ dpkg -l bash
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name Version Description
> +++-========-==========-=======================================================
> ii bash 3.1-4 The GNU Bourne Again SHell
> [0 [EMAIL PROTECTED] ~]$
>
>
> Someone responsible for bash should feel free to close this bug.
I'm on the bash package list and haven't yet been reprimanded for
closing fixed bugs...closing, thanks
--- End Message ---