[Bug 60666] Re: New option in bash could use updated completion

2008-03-19 Thread Mika Fischer
Ah, that's right, thanks! So I think we can finally close this one. Please reopen if you still have problems ** Changed in: bash-completion (Ubuntu) Assignee: Matthias Klose (doko) = Mika Fischer (zoop) Status: Incomplete = Fix Released -- New option in bash could use updated

[Bug 60666] Re: New option in bash could use updated completion

2008-03-18 Thread Mika Fischer
Strange. Could you try the following and compare the results? [EMAIL PROTECTED]:~$ dpkg -L bash | grep bash_completion [EMAIL PROTECTED]:~(1)$ dpkg -L bash-completion | grep bash_completion /etc/bash_completion.d /usr/share/bash/bash_completion /usr/share/doc/bash/README.bash_completion.gz

Re: [Bug 60666] Re: New option in bash could use updated completion

2008-03-18 Thread Nicolò Chieffo
autoremove does not accept any other parameters, you should use --auto-remove if you want to add a package name! -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Mika Fischer
[EMAIL PROTECTED]:~/bct$ apt-get source bash-completion [...] dpkg-source: extracting bash-completion in bash-completion-20060301 dpkg-source: unpacking bash-completion_20060301.orig.tar.gz dpkg-source: applying ./bash-completion_20060301-3.diff.gz [EMAIL PROTECTED]:~/bct$ grep -- --auto-remove

Re: [Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Nicolò Chieffo
Sorry, but this package is in universe and it is not installed by default -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Mika Fischer
That's correct. However if you have /etc/bash_completion but don't have the package bash-completion installed, then this is either a leftover from a previous release or you installed it yourself. Either way, there's not much I can do about it. The bash_completion script was separated from the

Re: [Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Nicolò Chieffo
I have understood. But that's so strange that bash completion has been removed from main to universe... do you know the motivation? -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Mika Fischer
Well, the main reason is that bash and bash-completion are separate projects. I think only Debian (and hence Ubuntu) included the bash_completion script directly in the bash package. And another thing is that bash_completion is essentially unmaintained upstream. So splitting the packages makes

[Bug 60666] Re: New option in bash could use updated completion

2008-03-17 Thread Jordan
I am using an up-to date hardy and it seems that the bash package still contains a /etc/bash_completion script: $ dpkg -L bash | grep completion /etc/bash_completion Also, it seems that the bash_completion script from the bash-completion still does not deal with apt-get autoremove correctly in

Re: [Bug 60666] Re: New option in bash could use updated completion

2008-03-16 Thread Nicolò Chieffo
there is no completion for --auto-remove: you can check in /etc/bash_completion -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 60666] Re: New option in bash could use updated completion

2008-03-16 Thread Mika Fischer
You're probably not using hardy, right? [EMAIL PROTECTED]:~$ grep -- --auto-remove /etc/bash_completion --tar-only --config-file --option --auto-remove' -- $cur ) ) [EMAIL PROTECTED]:~$ dpkg -s bash-completion | grep Version Version: 20060301-3 So I really

Re: [Bug 60666] Re: New option in bash could use updated completion

2008-03-16 Thread Nicolò Chieffo
I'm using hardy. Is it possible that you added it yourself in the past? -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 60666] Re: New option in bash could use updated completion

2008-03-15 Thread Mika Fischer
This is a bug in bash-completion, not bash. ** Changed in: bash-completion (Ubuntu) Sourcepackagename: bash = bash-completion -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 60666] Re: New option in bash could use updated completion

2008-03-15 Thread Mika Fischer
I cannot reproduce this problem on a current hardy install. Both --auto- remove and autoremove work fine. Can anyone still reproduce this? ** Changed in: bash-completion (Ubuntu) Status: Triaged = Incomplete -- New option in bash could use updated completion

[Bug 60666] Re: New option in bash could use updated completion

2007-10-16 Thread Jan Kunder
** Tags added: apt-get aptitude bash bashcompletion completion -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 60666] Re: New option in bash could use updated completion

2007-08-13 Thread Nicolò Chieffo
This way works, but this way it is necessary to add --auto-remove to auto completion! -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 60666] Re: New option in bash could use updated completion

2007-08-13 Thread Nicolò Chieffo
this way should be ok... ** Attachment added: bash_completion_autoremove.diff http://launchpadlibrarian.net/8792450/bash_completion_autoremove.diff -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a

[Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Rolf Leggewie
Works fine for me on edgy. Is this still a problem for you? $ apt-get TAB TAB autocleanbuild-depcleandselect-upgrade remove update autoremove checkdist-upgrade install source upgrade ** Changed in:

[Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Rolf Leggewie
Works fine for me on edgy. Well, not quite: $ apt-get autoremove TAB TAB autoclean build-dep clean dselect-upgrade remove update autoremove check dist-upgrade install source upgrade :-( ** Changed in: bash (Ubuntu) Status: Incomplete = Triaged -- New option in bash could use updated

[Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Rolf Leggewie
Then, again, I would not expect $ apt-get autoremove TAB TAB to show me a list of packages as Nicolo's patch from comment 3 would entail. Thus I suggest that since $ apt-get TAB TAB is working correctly that the further requests should be rejected and this bug closed. -- New option in bash

Re: [Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Nicolò Chieffo
why would you not expect this? I would expect this since autoremove can have a package name as an argument. -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Juan Pablo Salazar Bertín
At least in apt package version 0.7.6ubuntu4, autoremove doesn't use a package name as an argument, but according to the syntax in the man page you shouldn't mix different commands either. -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this

Re: [Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Nicolò Chieffo
I've read the manual, you are definitely right. But well, if you append a package name, the behavior is to remove it and also remove the dependencies... is this an unwanted behavior? -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug

[Bug 60666] Re: New option in bash could use updated completion

2007-08-12 Thread Juan Pablo Salazar Bertín
I think you can achieve that by using: apt-get --auto-remove remove [package] -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 60666] Re: New option in bash could use updated completion

2007-06-23 Thread Juan Pablo Salazar Bertín
Matthias, since there's a patch provided by Nicolò, is it possible that you change the bug status to triaged? Or should we file a new bug? -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of

[Bug 60666] Re: New option in bash could use updated completion

2007-06-12 Thread Nicolò Chieffo
please, someone can consider my patch? -- New option in bash could use updated completion https://bugs.launchpad.net/bugs/60666 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 60666] Re: New option in bash could use updated completion

2007-04-27 Thread Nicolò Chieffo
well I don't think it works... the auto-completion gives me apt-get operations, instead of packages: remove autoremove install autoclean... ** Changed in: bash (Ubuntu) Status: Fix Released = Needs Info -- New option in bash could use updated completion

[Bug 60666] Re: New option in bash could use updated completion

2007-04-27 Thread Nicolò Chieffo
here is the correct patch to be added ** Attachment added: bash_completion_autoremove.diff http://librarian.launchpad.net/7431554/bash_completion_autoremove.diff ** Changed in: bash (Ubuntu) Status: Needs Info = Confirmed -- New option in bash could use updated completion

[Bug 60666] Re: New option in bash could use updated completion

2006-12-06 Thread Matthias Klose
fixed in 3.2-0ubuntu1 ** Changed in: bash (Ubuntu) Status: In Progress = Fix Released -- New option in bash could use updated completion https://launchpad.net/bugs/60666 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60666] Re: New option in bash could use updated completion

2006-12-04 Thread Matthias Klose
** Changed in: bash (Ubuntu) Assignee: (unassigned) = Matthias Klose Status: Confirmed = In Progress -- New option in bash could use updated completion https://launchpad.net/bugs/60666 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 60666] Re: New option in bash could use updated completion

2006-09-15 Thread Micah Cowan
** Changed in: bash (Ubuntu) Status: Unconfirmed = Confirmed -- New option in bash could use updated completion https://launchpad.net/bugs/60666 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs