[Bash-completion-devel] [bash-completion-Bugs][31 2577] syntax error in bash_completion ?

2010-06-17 Thread bash-completion-bugs
Bugs item #312577, was changed at 2010-06-17 05:20 by Ville Skyttä You can respond by visiting: https://alioth.debian.org/tracker/?func=detailatid=413095aid=312577group_id=100114 Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: syntax error in

[Bash-completion-devel] Processed: merge 586161 and 586162

2010-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: merge 586161 586162 Bug#586161: bash-completion: Shipping completion file for cryptsetup conflicts with cryptsetup package 2:1.1.2-1 Bug#586162: fails to upgrade, file conflict with cryptsetup Merged 586161 586162. thanks Stopping processing

[Bash-completion-devel] Processed: forcibly merging 586162 586161

2010-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forcemerge 586162 586161 Bug#586162: fails to upgrade, file conflict with cryptsetup Bug#586161: bash-completion: Shipping completion file for cryptsetup conflicts with cryptsetup package 2:1.1.2-1 Forcibly Merged 586161 586162. thanks Stopping

[Bash-completion-devel] Bug#586161: bash-completion: Upgrade from 1:1.1-3 to 1:1.2-1 version fails

2010-06-17 Thread Hrdkr
Package: bash-completion Severity: normal Upgrade from 1:1.1-3 (currently in Squeeze repository) to 1:1.2-1 (currently in Sid) version fails. Seems like there is kind of conflict with cryptsetup package. Here is some output: hr...@host:~$ sudo aptitude show bash-completion Package:

[Bash-completion-devel] Bug#511788: fixed in bash-completion 1:1.2-1

2010-06-17 Thread Antoine
Hi, thanks for supplying bash-completion package and for the working bug fix. However I see a side effect, which I don't know if it is a feature or not ? Before this fix when trying to complete a command like chown us[tab] it was completing, if a user username existing, with chown username\:

[Bash-completion-devel] Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
Package: bash-completion Version: 1:1.2-1 Severity: normal After today's dist-upgrade bash errors on startup. The error is caused by /etc/bash-completion.d/system which I believe is no longer required. However, the install scripts did not remove the file. -- System Information: Debian Release:

[Bash-completion-devel] Bug#586210: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread David Paleino
tags 586210 unreproducible thanks Hello, On Thu, 17 Jun 2010 12:58:51 +0100, John Hedges wrote: After today's dist-upgrade bash errors on startup. The error is caused by /etc/bash-completion.d/system which I believe is no longer required. However, the install scripts did not remove the file.

[Bash-completion-devel] Processed: Re: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 586210 unreproducible Bug #586210 [bash-completion] bash-completion: upgrade leaves /etc/bash_completion.d/system Added tag(s) unreproducible. thanks Stopping processing here. Please contact me if you need assistance. -- 586210:

[Bash-completion-devel] Bug#586210: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread David Paleino
Hello, On Thu, 17 Jun 2010 15:32:41 +0100, John Hedges wrote: I'ts a really rubbish bug report - I was in too much of a hurry! The problem file is /etc/bash_completion.d/service and it causes a problem on my system when an empty string is passed to: complete -F _service -o default

[Bash-completion-devel] Bug#586210: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
On Thu, Jun 17, 2010 at 04:11:54PM +0200, David Paleino wrote: tags 586210 unreproducible thanks Hello, On Thu, 17 Jun 2010 12:58:51 +0100, John Hedges wrote: After today's dist-upgrade bash errors on startup. The error is caused by /etc/bash-completion.d/system which I believe is no

[Bash-completion-devel] Bug#586210: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
$ ls -1 /etc/init.d/* Attached ... /etc/init.d/acpid /etc/init.d/alsa-utils /etc/init.d/anacron /etc/init.d/atd /etc/init.d/avahi-daemon /etc/init.d/bootlogd /etc/init.d/bootlogs /etc/init.d/bootmisc.sh /etc/init.d/checkfs.sh /etc/init.d/checkroot.sh /etc/init.d/console-screen.sh

[Bash-completion-devel] Bug#586210: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread David Paleino
tags 586210 upstream fixed-upstream retitle 586210 loading of service completion fails thanks Hello John, On Thu, 17 Jun 2010 15:32:41 +0100, John Hedges wrote: I'ts a really rubbish bug report - I was in too much of a hurry! The problem file is /etc/bash_completion.d/service and it causes a

[Bash-completion-devel] Processed: Re: Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 586210 upstream fixed-upstream Bug #586210 [bash-completion] bash-completion: upgrade leaves /etc/bash_completion.d/system Added tag(s) upstream and fixed-upstream. retitle 586210 loading of service completion fails Bug #586210

[Bash-completion-devel] Processed: limit source to bash-completion, tagging 586210

2010-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: #bash-completion (1:1.2-2) UNRELEASED; urgency=low # # * debian/patches/: #- 00-fix_586210.patch added, fixes a weird error while loading # service(8) completions. Thanks to John Hedges (Closes: #586210) # limit source

[Bash-completion-devel] Bug#511788: Bug#511788: fixed in bash-completion 1:1.2-1

2010-06-17 Thread Freddy Vulto
On 100617 12:22, Antoine wrote: However, before the fix, if you backspace deleted the extra, and then typed a dot . and then triggering [tab] completion again, it would complete with available groups like for example from chown username.group[tab] to chown username.groupname Since the