Debian Bug report logs -
#550676
please make bash-completion falling back to path completion if nothing else is found
Reported by: Norbert Preining <preining@logic.at>
Date: Mon, 12 Oct 2009 04:15:03 UTC
Severity: normal
Tags: confirmed, upstream
Found in versions bash-completion/1:1.0-3, bash-completion/1:1.1-1, bash-completion/1:2.1-4, bash-completion/1:1.1-3
Fixed in versions bash-completion/1:1.3-1, bash-completion/1:2.8-5
Done: gabriel@inconstante.eti.br (Gabriel F. T. Gomes)
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, preining@logic.at, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Mon, 12 Oct 2009 04:15:06 GMT) (full text, mbox, link).
Acknowledgement sent
to Norbert Preining <preining@logic.at>:
New Bug report received and forwarded. Copy sent to preining@logic.at, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Mon, 12 Oct 2009 04:15:06 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: bash-completion
Version: 1:1.1-1
Severity: normal
Hi David,
it is a bit a pain. As long as not all scenarios are covered bash completion
should fall back to usual normal trivial path completion, and not ignore
or prevent usage.
Recent example:
make KDIR=/lib/mod<TAB><TAB>
give nothing.
Yes
KDIR=/lib/mod<TAB>
does completion, but for make to take it up I have to add it at the END (!!!)
So compiling for a new kernel an out-of-tree module I have to
make KDIR=/lib/modules/2.6.32-rc4
and this is again a case where the completion algorith just walks in your way
and make you feel stupid.
Why not fall back to normal path completion in the case that no other
completion is found? That would leverage a huge class of bugs (some of
which I have filed).
bash-completion should NOT try to be more intelligent than the user, please.
Thanks
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash-completion depends on:
ii bash 4.0-7 The GNU Bourne Again SHell
bash-completion recommends no packages.
bash-completion suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Sun, 25 Oct 2009 13:03:07 GMT) (full text, mbox, link).
Acknowledgement sent
to Rene Mikkelsen <rene.mikkelsen@gmail.com>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Sun, 25 Oct 2009 13:03:07 GMT) (full text, mbox, link).
Message #10 received at 550676@bugs.debian.org (full text, mbox, reply):
Package: bash-completion
Version: 1:1.0-3
Severity: normal
I had a friend test this in Fedora where it works.
Example:
$cd ~
$mkdir tab
$cd tab
$mkdir "dir 1"
$mkdir "dir 2"
$cd ~
$ls tab<TAB>
yields:
$ls tab/
$ls tab<TAB><TAB>
yields:
$ls tab/dir\[space]
TAB'ing further yields nothing, whereas in fedora it lists 'dir 1' 'dir 2' and what else there's in tab/
I can come up with a multitude of examples from dirs with subfolders with more than one space in them:
I have a folder named "Elbow" and in that album there are several albums named like this:
Elbow and the BBC Concert Orchestra - The Seldom Seen Kid Live at Abbey Road
Elbow - Asleep In The Back
Elbow - Cast Of Thousands
Elbow - Leaders Of The Free World
Elbow - The Seldom Seen Kid
Now, if I cd into "Elbow" and do this:
$ls E<TAB>
it will yiels this:
$ls Elbow\[space]
TAB'ing further does nothing, entering more of a foldername and TAB'ing to my hearts delight yields nothing either
My memory might be weak, but if I am completly mistaken, this did use to work earlier?
Cheers
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK, LC_CTYPE=en_DK (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages bash-completion depends on:
ii bash 4.0-4 The GNU Bourne Again SHell
bash-completion recommends no packages.
bash-completion suggests no packages.
-- debconf-show failed
Bug Marked as fixed in versions bash-completion/1:1.1-1.
Request was from David Paleino <d.paleino@gmail.com>
to control@bugs.debian.org.
(Sun, 25 Oct 2009 13:30:10 GMT) (full text, mbox, link).
Added tag(s) squeeze and confirmed.
Request was from David Paleino <d.paleino@gmail.com>
to control@bugs.debian.org.
(Sun, 25 Oct 2009 13:30:11 GMT) (full text, mbox, link).
Reply sent
to David Paleino <d.paleino@gmail.com>:
You have taken responsibility.
(Sun, 25 Oct 2009 13:30:14 GMT) (full text, mbox, link).
Notification sent
to Norbert Preining <preining@logic.at>:
Bug acknowledged by developer.
(Sun, 25 Oct 2009 13:30:14 GMT) (full text, mbox, link).
Message #19 received at 550676-done@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
fixed 550676 1:1.1-1
tags 550676 confirmed squeeze
thanks
On Sunday 25 October 2009 13:45:36, you wrote:
> Package: bash-completion
> Version: 1:1.0-3
> Severity: normal
>
> I had a friend test this in Fedora where it works.
Maybe Fedora doesn't have the same version ;)
> Example:
>
> $cd ~
> $mkdir tab
> $cd tab
> $mkdir "dir 1"
> $mkdir "dir 2"
> $cd ~
> $ls tab<TAB>
>
> yields:
> $ls tab/
>
> $ls tab<TAB><TAB>
> yields:
> $ls tab/dir\[space]
Completing spaces has been broken in 1.0 and bash4, it has been fixed in 1.1.
Please wait until 1.1 lands into Squeeze, I'm working on a 1:1.1-2 release :)
Kindly,
David
--
. ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Sun, 25 Oct 2009 13:51:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Norbert Preining <preining@logic.at>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Sun, 25 Oct 2009 13:51:05 GMT) (full text, mbox, link).
Message #24 received at 550676@bugs.debian.org (full text, mbox, reply):
notfixed 550676 1:1.1-1
thanks
On So, 25 Okt 2009, Debian Bug Tracking System wrote:
> #550676: please make bash-completion falling back to path completion if nothing else is found
>
> It has been closed by David Paleino <d.paleino@gmail.com>.
Hi David!
You seem to have closed the wrong bug.
The second post by Rene was on a completely different thing, he posted
a follow up to the wrong bug.
Rene should have posted to bug 544024 ...
I revert the "fixed"
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining Associate Professor
JAIST Japan Advanced Institute of Science and Technology preining@jaist.ac.jp
Vienna University of Technology preining@logic.at
Debian Developer (Debian TeX Task Force) preining@debian.org
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
CLATHY (adj.)
Nervously indecisive about how safely to dispose of a dud lightbulb.
--- Douglas Adams, The Meaning of Liff
Bug No longer marked as fixed in versions bash-completion/1:1.1-1.
Request was from Norbert Preining <preining@logic.at>
to control@bugs.debian.org.
(Sun, 25 Oct 2009 13:51:06 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Sun, 25 Oct 2009 15:15:04 GMT) (full text, mbox, link).
Acknowledgement sent
to David Paleino <d.paleino@gmail.com>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Sun, 25 Oct 2009 15:15:04 GMT) (full text, mbox, link).
Message #31 received at 550676@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
reopen 550676
tags 550676 -squeeze
thanks
On Sunday 25 October 2009 14:42:31, you wrote:
> On So, 25 Okt 2009, Debian Bug Tracking System wrote:
> > #550676: please make bash-completion falling back to path completion if
> > nothing else is found
> >
> > It has been closed by David Paleino <d.paleino@gmail.com>.
>
> Hi David!
Ciao Norbert!
> You seem to have closed the wrong bug.
Oops, seems so.
> The second post by Rene was on a completely different thing, he posted
> a follow up to the wrong bug.
>
> Rene should have posted to bug 544024 ...
Heh, I was completely mislead -- thought it was a "new bug".
Regarding your bug, I can confirm it, will look on how to fix it.
> I revert the "fixed"
Great, thanks!
David
--
. ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, inline)]
Did not alter fixed versions and reopened.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 25 Oct 2009 15:15:08 GMT) (full text, mbox, link).
Removed tag(s) squeeze.
Request was from David Paleino <d.paleino@gmail.com>
to control@bugs.debian.org.
(Sun, 25 Oct 2009 15:15:09 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, preining@logic.at, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Tue, 02 Feb 2010 23:48:07 GMT) (full text, mbox, link).
Acknowledgement sent
to Norbert Preining <preining@logic.at>:
Extra info received and forwarded to list. Copy sent to preining@logic.at, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Tue, 02 Feb 2010 23:48:07 GMT) (full text, mbox, link).
Message #40 received at 550676@bugs.debian.org (full text, mbox, reply):
Package: bash-completion
Version: 1:1.1-3
Severity: normal
My usual reminder ... since I am in kernel-build mood ATM I am again hit
by that
make -f debian/rules KDIR=/usr/src/li<TAB><TAB>
nothing nothing nothing.
As far as I remember that was one of the reasons I removed bash completion
from my system.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.33-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash-completion depends on:
ii bash 4.1-1 The GNU Bourne Again SHell
bash-completion recommends no packages.
bash-completion suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, debian@ginguppin.de, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Fri, 18 Jul 2014 19:03:11 GMT) (full text, mbox, link).
Acknowledgement sent
to arne anka <debian@ginguppin.de>:
Extra info received and forwarded to list. Copy sent to debian@ginguppin.de, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Fri, 18 Jul 2014 19:03:11 GMT) (full text, mbox, link).
Message #45 received at 550676@bugs.debian.org (full text, mbox, reply):
Package: bash-completion
Version: 1:2.1-4
Followup-For: Bug #550676
Dear Maintainer,
the issue reported still exists -- i was playing around with a bunch of files which are all ZIP archives though with an arbitrary suffix other than .zip.
with none of the tools (file-roller or just unzip) did a file name complete although, given manually both were able to open the files.
as the OP wrote -- if nothing can be completed by the compeltion mechanism, jsut fall back and complete the files in the current directory.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash-completion depends on:
ii bash 4.3-7
ii dpkg 1.17.10
bash-completion recommends no packages.
bash-completion suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Fri, 18 Jul 2014 19:18:05 GMT) (full text, mbox, link).
Acknowledgement sent
to dapal@debian.org:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Fri, 18 Jul 2014 19:18:05 GMT) (full text, mbox, link).
Message #50 received at 550676@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Fri, 18 Jul 2014 20:54:48 +0200, arne anka wrote:
> Package: bash-completion
> Version: 1:2.1-4
> Followup-For: Bug #550676
>
> Dear Maintainer,
>
> the issue reported still exists -- i was playing around with a bunch of files
> which are all ZIP archives though with an arbitrary suffix other than .zip.
> with none of the tools (file-roller or just unzip) did a file name complete
> although, given manually both were able to open the files. as the OP wrote --
> if nothing can be completed by the compeltion mechanism, jsut fall back and
> complete the files in the current directory.
Just use Alt-/, which is the default bash shortcut for "complete on all files".
Kindly,
David
--
. ''`. Debian developer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 ----|---- http://deb.li/dapal
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#550676; Package bash-completion.
(Sat, 19 Jul 2014 13:36:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Ville Skyttä <ville.skytta@iki.fi>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>.
(Sat, 19 Jul 2014 13:36:05 GMT) (full text, mbox, link).
Message #55 received at 550676@bugs.debian.org (full text, mbox, reply):
On Fri, Jul 18, 2014 at 10:14 PM, David Paleino <dapal@debian.org> wrote:
>
> Just use Alt-/, which is the default bash shortcut for "complete on all files".
...or try the COMP_FILEDIR_FALLBACK environment variable:
http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=doc/bash_completion.txt;h=c6e53d4;hb=HEAD#l33
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Sun, 25 Nov 2018 21:30:03 GMT) (full text, mbox, link).
Acknowledgement sent
to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Sun, 25 Nov 2018 21:30:03 GMT) (full text, mbox, link).
Message #60 received at 550676@bugs.debian.org (full text, mbox, reply):
Control: fixed -1 bash-completion/1:1.3-1
On Wed, 03 Feb 2010 08:44:24 +0900 Norbert Preining <preining@logic.at> wrote:
>
> My usual reminder ... since I am in kernel-build mood ATM I am again
> hit by that
> make -f debian/rules KDIR=/usr/src/li<TAB><TAB>
> nothing nothing nothing.
Since the upstream commit
commit f7240b82a4d45f03b741f11b771fae17d3c1c713
Author: Ville Skyttä <ville.skytta@iki.fi>
Date: Fri May 11 23:28:57 2012 +0300
make: Add generic variable completion.
this bug is fixed, although it was not marked as fixed when downstream
version 1:1.3-1 was uploaded.
I'm setting the fixed version to this bug report, then I'll close it.
> As far as I remember that was one of the reasons I removed bash
> completion from my system.
If you haven't yet done so, I suggest you try it again and I hope it
works better for you, now.
Cheers,
Gabriel
Marked as fixed in versions bash-completion/1:1.3-1.
Request was from "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>
to 550676-submit@bugs.debian.org.
(Sun, 25 Nov 2018 21:30:03 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Sun, 25 Nov 2018 22:57:02 GMT) (full text, mbox, link).
Acknowledgement sent
to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Sun, 25 Nov 2018 22:57:02 GMT) (full text, mbox, link).
Message #67 received at 550676@bugs.debian.org (full text, mbox, reply):
On Sat, 19 Jul 2014 16:33:07 +0300 =?UTF-8?Q?Ville_Skytt=C3=A4?= <ville.skytta@iki.fi> wrote:
> On Fri, Jul 18, 2014 at 10:14 PM, David Paleino <dapal@debian.org> wrote:
> >
> > Just use Alt-/, which is the default bash shortcut for "complete on all files".
>
> ...or try the COMP_FILEDIR_FALLBACK environment variable:
> http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=doc/bash_completion.txt;h=c6e53d4;hb=HEAD#l33
Unless I did not understand how this variable works, I think it needs
an extra patch to work (at least in the unzip case reported above), as
reported in https://github.com/scop/bash-completion/pull/260
Cheers,
Gabriel
Added tag(s) upstream.
Request was from "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>
to control@bugs.debian.org.
(Sun, 25 Nov 2018 22:57:05 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Mon, 26 Nov 2018 23:51:03 GMT) (full text, mbox, link).
Acknowledgement sent
to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Mon, 26 Nov 2018 23:51:03 GMT) (full text, mbox, link).
Message #74 received at 550676@bugs.debian.org (full text, mbox, reply):
On Sat, 19 Jul 2014 16:33:07 +0300 Ville Skyttä <ville.skytta@iki.fi> wrote:
> On Fri, Jul 18, 2014 at 10:14 PM, David Paleino <dapal@debian.org> wrote:
> >
> > Just use Alt-/, which is the default bash shortcut for "complete on all files".
>
> ...or try the COMP_FILEDIR_FALLBACK environment variable:
> http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob;f=doc/bash_completion.txt;h=c6e53d4;hb=HEAD#l33
Current sources for this can be found at the new repository [1], but I
think that for the suggestion to actually work, it requires a fix,
which I submitted upstream as pull request #260 [2].
I'll wait for comments before closing this bug report.
[1] https://github.com/scop/bash-completion/blob/78aa9236df56016ded1185f877b0ba1c656fc439/doc/bash_completion.txt#L40-L43
[2] https://github.com/scop/bash-completion/pull/260
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Sat, 01 Dec 2018 16:57:02 GMT) (full text, mbox, link).
Acknowledgement sent
to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Sat, 01 Dec 2018 16:57:02 GMT) (full text, mbox, link).
Message #79 received at 550676@bugs.debian.org (full text, mbox, reply):
On Mon, 26 Nov 2018 21:49:20 -0200 "Gabriel F. T. Gomes" <gabriel@inconstante.net.br> wrote:
>
> Current sources for this can be found at the new repository [1], but I
> think that for the suggestion to actually work, it requires a fix,
> which I submitted upstream as pull request #260 [2].
>
> I'll wait for comments before closing this bug report.
Pull request #260 is now merged into the master branch, so I'll go
ahead and backport it for Debian.
> [1] https://github.com/scop/bash-completion/blob/78aa9236df56016ded1185f877b0ba1c656fc439/doc/bash_completion.txt#L40-L43
>
> [2] https://github.com/scop/bash-completion/pull/260
Reply sent
to gabriel@inconstante.eti.br (Gabriel F. T. Gomes):
You have taken responsibility.
(Sat, 22 Dec 2018 01:36:05 GMT) (full text, mbox, link).
Notification sent
to Norbert Preining <preining@logic.at>:
Bug acknowledged by developer.
(Sat, 22 Dec 2018 01:36:05 GMT) (full text, mbox, link).
Message #84 received at 550676-close@bugs.debian.org (full text, mbox, reply):
Source: bash-completion
Source-Version: 1:2.8-5
We believe that the bug you reported is fixed in the latest version of
bash-completion, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 550676@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gabriel F. T. Gomes <gabriel@inconstante.eti.br> (supplier of updated bash-completion package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Dec 2018 22:34:39 -0200
Source: bash-completion
Binary: bash-completion
Architecture: source all
Version: 1:2.8-5
Distribution: unstable
Urgency: medium
Maintainer: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Changed-By: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Description:
bash-completion - programmable completion for the bash shell
Closes: 550676 614775 645439
Changes:
bash-completion (1:2.8-5) unstable; urgency=medium
.
* Fix perl completions with a space between option and argument.
(Closes: #614775)
* Fix COMP_FILEDIR_FALLBACK to address comment #45 on bug #550676
(https://bugs.debian.org/550676#45). (Closes: #550676)
* Remove obsolete conffiles from very old versions. (Closes: #645439)
* Remove patch to disable completion with avahi-browse for everyone.
Completion with avahi-browse is still disabled by default. To enable it,
set COMP_KNOWN_HOSTS_WITH_AVAHI to anything. (See #574950)
Checksums-Sha1:
412cdf91e5893ab8fd21ccd4e1d43abad2e24abb 1969 bash-completion_2.8-5.dsc
2d9223e6d658653d10e4cf5e562a3a655094ba3b 23792 bash-completion_2.8-5.debian.tar.xz
6b315c2f6d12bc604f594cf2f205609eaedc6d7d 207984 bash-completion_2.8-5_all.deb
53e30cde5910951540706595c2dfddd2427d45d8 5271 bash-completion_2.8-5_amd64.buildinfo
Checksums-Sha256:
b0f130cf24e2e874a3b3e077061043bfecc99612976c045896e81ccfa19357df 1969 bash-completion_2.8-5.dsc
d46db4cfbbc30b21590917ddbbed89cb91a75923f8a9c53c24134a7f85334c92 23792 bash-completion_2.8-5.debian.tar.xz
142a056a5ecca449326d6b21f99833729095839cc873bc5f14cfe4ff5cc042f8 207984 bash-completion_2.8-5_all.deb
8a01c60195ec09836a23c8d72331c3b0c4c0234b7a6161f8c66ce5939cc7772a 5271 bash-completion_2.8-5_amd64.buildinfo
Files:
076cd247649f156e8db2247128a62f6d 1969 shells standard bash-completion_2.8-5.dsc
a209748280ed951fa94ef94f63b2774d 23792 shells standard bash-completion_2.8-5.debian.tar.xz
20d45ecfa2f1ab3c1b315e4a0b713f07 207984 shells standard bash-completion_2.8-5_all.deb
a4d6b600c3ea0cacafd74a17fc97cbd4 5271 shells standard bash-completion_2.8-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJPBAEBCgA5FiEE+wUJHFVUA1wadvc8rpsRODhuyvIFAlwdh8obHGdhYnJpZWxA
aW5jb25zdGFudGUuZXRpLmJyAAoJEK6bETg4bsry6jYQAIHfMzMZK+JGEmjq0LJR
ooxIeSqaYDTVEImQeGHpxP29fgokq+3SG+NF3AW6u/yEZntYGirfSn6IkPJB1snP
2SUz8gZ3b1psH2qj3lfZjHO3ZbTCmbRWSjXy1CuS7HYmmunHhmSC6Hjbgd7wIhS9
QetMubMrHSBElY8h92E6lam3AYHs8ddr0c4oNmgctULmh4cudv78TopTy9q+BG53
4rHeHD4FCcvGbvBCrR6MQcFxcl75mz3fNK2DVjucQjq9pB/C7KL2nzoyCNJeW0Q+
Jqcqgpuak8wOorH2bljnbXBDgzQBfLfEyDc6ZNxz6IMGIOr2hnFtgUzcR9s/IV6Q
cz0jkL48yEuZP0s9X/Jq0yP3gfbUgQEn4DujlLJatdtqUqAm84MlVgUJpnaos2S/
nFXhadvvRCdBcA3LKd1PeKOFCMK+ulX+i6mIv0vUsajUZnG3ioBYhercCrXH18v8
/yXUtsp6nv+uypbG83K7/H3NQFuNnRvjf6L+fdd8RFyWCC9sGajorzR4FFUDhSEY
xALeu8foAXzby7sjxgnJ4GSgvinSIEKJnjD/N4QiTWS+021cd9wxGE/Fe2F+eiW8
fuXsDfBXVPgJauOABGLOnFCJ7qVEDa9gM2uoB8zX89lCKh0BPoFKjgQBWM8UEGQx
GZ5CtjeJy1K1MiJCLMAU1mrs
=8StS
-----END PGP SIGNATURE-----
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Sat, 22 Dec 2018 09:03:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Norbert Preining <preining@logic.at>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Sat, 22 Dec 2018 09:03:15 GMT) (full text, mbox, link).
Message #89 received at 550676@bugs.debian.org (full text, mbox, reply):
On Sat, 22 Dec 2018, Debian Bug Tracking System wrote:
> #550676: please make bash-completion falling back to path completion if nothing else is found
>
> It has been closed by gabriel@inconstante.eti.br (Gabriel F. T. Gomes).
Cool!!! Thanks a lot to dig out this old bug from 2009 - nearly 10 years
ago.
Very impressive, again thanks a lot.
All the best
Norbert
--
PREINING Norbert http://www.preining.info
Accelia Inc. + JAIST + TeX Live + Debian Developer
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Information forwarded
to debian-bugs-dist@lists.debian.org, Gabriel F. T. Gomes <gabriel@inconstante.eti.br>:
Bug#550676; Package bash-completion.
(Sat, 22 Dec 2018 10:30:05 GMT) (full text, mbox, link).
Acknowledgement sent
to "Gabriel F. T. Gomes" <gabriel@inconstante.net.br>:
Extra info received and forwarded to list. Copy sent to Gabriel F. T. Gomes <gabriel@inconstante.eti.br>.
(Sat, 22 Dec 2018 10:30:05 GMT) (full text, mbox, link).
Message #94 received at 550676@bugs.debian.org (full text, mbox, reply):
On 22 Dec 2018, Norbert Preining wrote:
>
>Cool!!! Thanks a lot to dig out this old bug from 2009 - nearly 10 years
>ago.
No problem... I'm reading through each of the bugs reported against
bash-completion, even very old ones. I'm not sure how long it will
take to fix them all (definitely not for buster, unfortunately), but
hopefully not so long that people stop using it.
Please feel free to report other bugs (or reopen bugs that you think
have not been dealt with, correctly). The bug reports help a whole
lot. :)
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 24 Jan 2019 07:31:27 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 09:33:48 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.