Bug#1070074: several errors on tab completion

2024-05-01 Thread Gabriel F. T. Gomes
Hi, Ivan and Alban, Thank you very much for your reports. They certainly help me debug this large update. I see two different issues: 1. Missing _comp_deprecate* functions Bash-completion 2.12 adds a new file to /etc/bash_completion.d (/etc/bash_completion.d/000_bash_completion_compat.bash),

Bug#1042074: bash-completion: Completion for 'sh' command filters file name with only '*.sh'

2024-01-21 Thread Gabriel F. T. Gomes
Upstream does not want this change (https://github.com/scop/bash-completion/issues/442).

Bug#1059811: "chromium --" runs browser

2024-01-21 Thread Gabriel F. T. Gomes
* Philipp Marek wrote: > This sequence runs chromium and blocks the shell until the browser is closed > again: > > $ chromium -- That doesn't happen on my system, either with or without chromium installed. The completion file runs 'chromium --help' and that exits quickly. What happens

Bug#1033847: closed by Debian FTP Masters (reply to gabr...@debian.org (Gabriel F. T. Gomes)) (Bug#1033847: fixed in bash-completion 1:2.11-7)

2023-07-19 Thread Gabriel F. T. Gomes
Hi again, One of the project maintainers said [1] that the plan for a release is still up. I'll try to help them with whatever spare time I can find. Not sure if you are interested in doing that as well, but I wanted to make a point that bash-completion is a very friendly community and welcomes

Bug#1033847: closed by Debian FTP Masters (reply to gabr...@debian.org (Gabriel F. T. Gomes)) (Bug#1033847: fixed in bash-completion 1:2.11-7)

2023-07-18 Thread Gabriel F. T. Gomes
Hi, Richy, Erring on the side of caution, I just posted a comment [1] to the upstream project, asking if the plan to release 2.12 is still alive. If they say yes, then we might give them a hand with the remaining tasks to speed it up. Otherwise, I'll plan some debian-only update in the lines

Bug#1033186: bash-completion: Please add .pages as possible extension for libreoffice (writer)

2023-06-19 Thread Gabriel F. T. Gomes
Control: reassign -1 libreoffice Hi, I believe the libreoffice package produces its own completion files (which is awesome), thus reassigning. A patch for this would probably look like: --- bin/generate-bash-completion.py 2023-06-19 18:32:31.988021669 -0700 +++

Bug#1034567: bash-completion: Doesn't work for root in non-login shell (on default settings)

2023-04-19 Thread Gabriel F. T. Gomes
On Wed, 19 Apr 2023 22:45:21 +0300 Askar Safin wrote: > > (But I still think we should just make /etc/skel/.bashrc to be default > /root/.bashrc . This will fix other possible "user vs root" bugs. > Currently /root/.bashrc doesn't have any non-comment lines, i. e. it > doesn't contain anything

Bug#1034567: bash-completion: Doesn't work for root in non-login shell (on default settings)

2023-04-19 Thread Gabriel F. T. Gomes
On Wed, 19 Apr 2023 17:10:06 +0300 Askar Safin wrote: > If I copy /etc/skel/.bashrc to /root/.bashrc , the bug disappears. That's because /etc/skel/.bashrc directly source /etc/bash_completion. With login shells, /etc/bash_completion gets sourced by something else. I think we need to dig

Bug#1034567: bash-completion: Doesn't work for root in non-login shell (on default settings)

2023-04-18 Thread Gabriel F. T. Gomes
Control: tags -1 confirmed Steps to reproduce $ su -# become root # echo $0 -bash # this is a login shell # apt-get inst (completes) # su root # echo $0 bash # this is a non-login shell # apt-get inst (nothing happens) I don't currently know what sources

Bug#1033847: Please update to upstream sources

2023-04-10 Thread Gabriel F. T. Gomes
Thanks, Sergio. You're the best archaeologist! S2 On Mon, 10 Apr 2023 13:55:27 -0400 Sergio Durigan Junior wrote: > On Monday, April 10 2023, Gabriel F. T. Gomes wrote: > > > When I took the maintainer role for bash-completion, I did a lot of bug > > archaeology, but

Bug#1033847: Please update to upstream sources

2023-04-10 Thread Gabriel F. T. Gomes
On Mon, 10 Apr 2023 14:04:06 +0200 "Richard B. Kreckel" wrote: > > Regarding my hangs: It is because something's broken in my NIS > (yellow-pages) setup (haven't fully analyzed yet). It turns out that, > when doing tab completion, your patch 00-fix_quote_readline_by_ref.patch > tries to match

Bug#1033642: ssh: deprecated option PubkeyAcceptedKeyTypes

2023-04-09 Thread Gabriel F. T. Gomes
Thanks, Matthias, I submitted a patch upstream to get the feedback from the upstream [1] developers. I hope they accept it; if they do, it's easier for me to backport. Cheers, Gabriel. [1] https://github.com/scop/bash-completion/pull/922 On Wed, 29 Mar 2023 11:40:09 +0200 Matthias Geerdsen

Bug#1033847: Please update to upstream sources

2023-04-09 Thread Gabriel F. T. Gomes
Hi Richard, thanks for your report. With respect to the package being outdated, I realize that the sources have not been sync'd with upstream for a long while, but that's because upstream has not released any versions (no tags) since 2.11; and I always wait for upstream releases before syncing.

Bug#881910: ITA: libcdio-paranoia -- library to read and control digital audio CDs (was: Bug#881910: O: libcdio and libcdio-paranoia)

2022-05-05 Thread Gabriel F. T. Gomes
: On Tue, 4 Feb 2020 23:10:06 -0300 "Gabriel F. T. Gomes" wrote: I maintain pragha, which depends on this package, so I'll adopt it. It is now 1.5 years since you filed the ITA. There is a new upstream version that is unpackaged. Do you still want to take over maintainership? Could you plea

Bug#997166: libcdio: FTBFS: cdda-player.c:301:28: error: format not a string literal and no format arguments [-Werror=format-security]

2021-11-02 Thread Gabriel F. T. Gomes
Hi, Rocky, On Tue, 2 Nov 2021 13:11:07 -0400 Rocky Bernstein wrote: > > Hmm - as best as I can tell this patches things a little differently than > what was done in the git codebase. That was not my intention. Actually, I don't understand why you say that. The patch that I backported to

Bug#997166: libcdio: FTBFS: cdda-player.c:301:28: error: format not a string literal and no format arguments [-Werror=format-security]

2021-11-02 Thread Gabriel F. T. Gomes
Hi, Rocky, Lucas, Thanks for doing all the hard work of reporting and fixing the bug. I have just uploaded a new version o libcdio with the fix. Cheers, Gabriel

Bug#995034: Only single dash completions shown

2021-10-10 Thread Gabriel F. T. Gomes
On Mon, 04 Oct 2021 04:28:27 +0800 積丹尼 Dan Jacobson wrote: > > perltidy debian > perltidy upstream > bash-completion debian > bash-completion upstream Yeah, I know it's sometimes hard to tell where to submit bug reports to. On the other hand, it looks like you are doing a good job of it.

Bug#994173: completion broken on "apt-get u"

2021-10-10 Thread Gabriel F. T. Gomes
On Mon, 04 Oct 2021 09:01:55 +0200 Philipp Marek wrote: > > Perhaps I can find out what went wrong... > do you have any ideas? readline settings, > some shell function interfering (wrong completion load order?), ...?? I don't. There are too many variables. :/ > Next time that happens, I'll dump

Bug#994173: completion broken on "apt-get u"

2021-10-03 Thread Gabriel F. T. Gomes
Control: tags -1 + unreproducible Hi, I could not reproduce this bug, even though I tried every version all the way down to 1:2.10-2. Here's what I get: $ apt-get u $ apt-get up update upgrade $ apt-get a $ apt-get auto autoclean autoremove If you have more information,

Bug#994990: bash-completion: Missing support for Python 3.9

2021-10-03 Thread Gabriel F. T. Gomes
Hi, thanks for reporting... A fix is on its way to the Debian Archive and already in VCS [1]. Cheers, Gabriel [1] https://salsa.debian.org/debian/bash-completion/-/commit/65534d18c5b0c5bf496af7a921ada56aa2a4375c

Bug#995034: Only single dash completions shown

2021-10-03 Thread Gabriel F. T. Gomes
Control: forwarded -1 https://github.com/scop/bash-completion/issues/518 Control: tags -1 confirmed upstream fixed-upstream Hello, Hey, you could have mentioned that you submitted the bug upstream! :) For future reference, here is is: https://github.com/scop/bash-completion/issues/518

Bug#988975: bash-completion: Wrong completion after some certain words such as TZ, TERM and LANG

2021-08-28 Thread Gabriel F. T. Gomes
Control: tags -1 + fixed-upstream Koichi Murase kindly pointed out that this has already been fixed upstream: https://github.com/scop/bash-completion/issues/590#issuecomment-906045204 This patch has not been integrated into a release, yet: $ git describe --tags 79a504a 2.11-81-g79a504a4

Bug#988975: bash-completion: Wrong completion after some certain words such as TZ, TERM and LANG

2021-08-25 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed upstream The change in behavior is caused by the following upstream commit: https://github.com/scop/bash-completion/commit/d1756f06ef9bffb1b4621c4e63e47e181ddf1086 which got released in upstream version 2.10. Bug reported submitted upstream as

Bug#961660: Cause is have() Wrapper Function of Function _have()

2021-08-25 Thread Gabriel F. T. Gomes
Thanks for the update. I'll close the bug report now. Feel free to reopen it if anything else pops-up.

Bug#961660: Cause is have() Wrapper Function of Function _have()

2021-08-23 Thread Gabriel F. T. Gomes
On Mon, 23 Aug 2021 19:36:34 -0300 "Gabriel F. T. Gomes" wrote: > > I will create a chroot with old-stable (buster) to check if older > versions of bash-completion have this problem. Indeed, now I was able to reproduce it. And yes, using _have instead of have does fix the

Bug#961660: Cause is have() Wrapper Function of Function _have()

2021-08-23 Thread Gabriel F. T. Gomes
Hello Jürgen, thanks for following up on this bug. On Mon, 23 Aug 2021 13:11:28 +0200 Jürgen Kuri wrote: > > If have() is used AND bash-completion script is stored into directory > > /usr/share/bash-completion/completions I'm still trying to reproduce the problem, so... I copied the

Bug#986861: pragha: No way of sorting album by track number

2021-04-16 Thread Gabriel F. T. Gomes
Hello again, Pelle, I just tested it under sway and the column selection pop up showed up normally. Perhaps I'm using Sway the wrong way? I simply installed it with apt install sway; logged in from lightdm, learned how to open a terminal, and launched pragha from it. Then, when I right click on

Bug#986861: pragha: No way of sorting album by track number

2021-04-14 Thread Gabriel F. T. Gomes
Hi, Pelle, On Tue, 13 Apr 2021 11:00:15 +0200 Pelle wrote: > > When I right-click on a column header, no list appears, when running > Pragha in Sway (a Wayland compositor). However, that list appears when > Pragha is run in Weston (another Wayland compositor). > > I had only been running

Bug#986861: pragha: No way of sorting album by track number

2021-04-12 Thread Gabriel F. T. Gomes
Hello, Pelle, On Tue, 13 Apr 2021 00:12:40 +0200 Pelle wrote: > > It appears there is no way to sort an album (or several albums in a playlist) > by track order. The available column headers for sorting are 'Title', > 'Artist', > 'Album' and 'Length'. These are the default columns, indeed. >

Bug#985151: dh_bash-completion: treats nitrokey-app file list as script

2021-03-28 Thread Gabriel F. T. Gomes
Hi, Kevin, On Mon, 15 Mar 2021 07:07:36 -0600 Kevin Locke wrote: > > I've attached an updated version > which matches & and | in addition to ; as command separators. We may > also want to consider modifying the compgen expression in the same way. I added this patch (with a changelog entry) to

Bug#985151: dh_bash-completion: treats nitrokey-app file list as script

2021-03-15 Thread Gabriel F. T. Gomes
On Mon, 15 Mar 2021, Kevin Locke wrote: > > Which appears to be a common idiom for only defining the function and > completion if the command is in $PATH. I've attached an updated version > which matches & and | in addition to ; as command separators. We may > also want to consider modifying the

Bug#985151: dh_bash-completion: treats nitrokey-app file list as script

2021-03-15 Thread Gabriel F. T. Gomes
On Mon, 15 Mar 2021, Gabriel F. T. Gomes wrote: > > I'll check if it works correctly with the scripts currently installed > under my /usr/share/bash-completion. Perhaps we could also add && and || as command termination characters, so that idioms like the following also get dete

Bug#985151: dh_bash-completion: treats nitrokey-app file list as script

2021-03-15 Thread Gabriel F. T. Gomes
Hi, Kevin, On Sat, 13 Mar 2021, Kevin Locke wrote: > > I've attached a patch to fix the issue by requiring complete to follow a > line break or semicolon. It obviously does not address the root of the > problem of reliably differentiating a list of paths from a Bash script. > (Which is not

Bug#981855: bash completion for man fails to identify manpages for subcommands ("man git bis" should complete to "man git bisect ")

2021-02-04 Thread Gabriel F. T. Gomes
On Thu, 04 Feb 2021, Daniel Kahn Gillmor wrote: > > (as i was writing this report, i realized that it's probably mainly an > upstream bug, so i filed it at the URL above, but i figure it's worth > tracking in the BTS as well since it affects other packages) Thanks, and I agree. :)

Bug#969551: bash: !ref: unbound variable

2020-09-04 Thread Gabriel F. T. Gomes
Hi, William, Thanks for your report. On Fri, 04 Sep 2020, William Herrin wrote: > set -u > cd / > cd ho[tab] > bash: !ref: unbound variable This is a known bug, which has been recently fixed upstream, and in debian unstable/testing (see https://bugs.debian.org/741273#27). > -- System

Bug#960640: bash-completion: dh_bash-completion needs to record installed files for dh_missing

2020-08-06 Thread Gabriel F. T. Gomes
Hi, Andreas, I need help to reproduce this bug. On 15 May 2020, Andreas Beckmann wrote: >with dh_missing defaulting to --fail-missing in compat level 13, >dh_bash-completion needs to log the files it has installed s.t. >dh_missing does not wrongly report > dh_missing: error: missing files,

Bug#966825: transition: libcdio

2020-08-02 Thread Gabriel F. T. Gomes
Package: release.debian.org User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: gabr...@debian.org, sergi...@debian.org, vasek.ge...@gmail.com Severity: normal Hi, libcdio needs a transition (upstream bumped the SONAME without ABI break). I built all the packages

Bug#965225: bash-completion: dh_bash-completion at debhelper-compat (= 13) chokes on "${foo}" in proper snippet

2020-07-31 Thread Gabriel F. T. Gomes
On Fri, 31 Jul 2020, Sergio Durigan Junior wrote: > > Yeah, the list is large, indeed. I guess we'll find out whether this > breaks something or not when it reaches unstable and starts to be used > :-). And if it breaks *before* people update debhelper's compat level, then we know we broke it

Bug#965225: bash-completion: dh_bash-completion at debhelper-compat (= 13) chokes on "${foo}" in proper snippet

2020-07-31 Thread Gabriel F. T. Gomes
Control: tags -1 + patch Hi, Sergio, <3 S2 <3 S2 On Thu, 30 Jul 2020, Sergio Durigan Junior wrote: > > So, here's the thing. We can't blindly rely on debhelper's > filedoublearray anymore, because of the problem you guys pointed out > above. Which means that bash-completion will probably

Bug#965225: bash-completion: dh_bash-completion at debhelper-compat (= 13) chokes on "${foo}" in proper snippet

2020-07-27 Thread Gabriel F. T. Gomes
Control: severity -1 important Control: tags -1 + confirmed Hi, Anthony, thanks for the report! On 17 Jul 2020, Anthony Fok wrote: >I ran into the following error while packaging the latest version of >hugo package: > >dh_bash-completion: error: Cannot resolve variable >

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-07-26 Thread Gabriel F. T. Gomes
Hi, Vasyl, On 26 Jul 2020, Vasyl Gello wrote: >I need it to satisfy kodi build dependency in libcdio++. Actually, when Kodi >19.0 goes live officially, >I would like to have it in unstable, testing (if it gets released before the >freeze takes place) That sounds reasonable, and I'm already

Bug#966311: gnucash: please upgrade to newer upstream version

2020-07-26 Thread Gabriel F. T. Gomes
Package: gnucash Version: 1:3.10-1 Severity: wishlist Hello, Upstream gnucash released a new stable version, 4.0 [1]. Among the new features, the "type-ahead search" would be very welcome. Could you update it in Debian, please? :) If you need help, just let me know. I could submit a merge

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-07-25 Thread Gabriel F. T. Gomes
Hi, Vasyl, On 25 Jul 2020, Vasyl Gello wrote: > >Can you please upload libcdio to unstable? Yes. The upload to experimental didn't help *me* much with the testing of pragha, because, in order for pragha to use the new version, I also had to rebuild (locally) libcdio-paranoia (if I install

Bug#961874: Demote the dependency on Xfce libraries to suggests or recommends

2020-07-12 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed On 30 May 2020, Amr Ibrahim wrote: > > In Debian pragha depends on libxfce4ui-2-0 and libxfce4util7, however, > according to upstream*, pragha is independent of Xfce and libxfce4ui is > optional and not strictly required to run the app. So I think the > depends is

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-06-29 Thread Gabriel F. T. Gomes
Hi, Vasyl, On Mon, 29 Jun 2020, Vasyl Gello wrote: > The MR I amended after Gabriel's review is stuck since June 2nd. Yes, my bad. > Gabriel, can you please revise the MR and upload the fixed package to the > queue? Will do (I'll try to do it today)! Thanks for the heads-up. :)

Bug#962592: autocomplete with tar command doesn't work (Debian 10.4)

2020-06-12 Thread Gabriel F. T. Gomes
On Fri, 12 Jun 2020, Sławomir Stańczak wrote: > > W dniu 11.06.2020 o 21:41, Gabriel F. T. Gomes pisze: > > If I understand correctly, you would like for 'tar -cf ' to > > complete with tar files already present in the file system. > > Yes. This prevents overwritin

Bug#962592: autocomplete with tar command doesn't work (Debian 10.4)

2020-06-11 Thread Gabriel F. T. Gomes
On 10 Jun 2020, Sławomir Stańczak wrote: > >$ tar -cf 000/ not working If I understand correctly, you would like for 'tar -cf ' to complete with tar files already present in the file system. Although I believe that this would be a reasonable thing to do, upstream bash-completion seems to believe

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-06-02 Thread Gabriel F. T. Gomes
On Tue, 02 Jun 2020, Bálint Réczey wrote: > > Done. I've omitted the last commit because I suggest using -1~exp0 > Debian version for the upload to experimental. IMO looks nicer when > the upload to unstable has -1. Thanks for the review. I'll fix this, then upload again to mentors.

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-06-01 Thread Gabriel F. T. Gomes
On 01 Jun 2020, Bálint Réczey wrote: > >I've checked the package and it refers to >https://salsa.debian.org/debian/libcdio as the packaging repo while it >is not present. >I fyou agree let me clone your packaging repo there, then I can review >the changes. Oh, please. And thank you. :) >I can't

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-05-31 Thread Gabriel F. T. Gomes
On 31 May 2020, Gabriel F. T. Gomes wrote: > >we will need a sponsor. The package is now on mentors: https://mentors.debian.net/package/libcdio Balint, could you review it and, if everything is fine, sponsor it? (I'm asking because Vasyl mentioned you are guiding the packaging of Kodi, if

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-05-31 Thread Gabriel F. T. Gomes
Hi, Vasyl, On 24 May 2020, Vasyl Gello wrote: > >Yes experimental is OK for me, even though I uploaded libshairplay & >libudfread to unstable queue. Balint asked me initially to target Kodi 19.0 to >experimental so I will probably re-upload both libraries to experimental to >keep everything

Bug#961660: DebHelper dh_bash-completion broken since Stretch OS, Bash Completion scripts not installed anymore into Path according to debian/.bash-completion

2020-05-31 Thread Gabriel F. T. Gomes
On 27 May 2020, Jürgen Kuri wrote: > >When I build the packages for Debian Jessie, everything works as expected, >both completion scripts are installed into the path: > > $ ls -la /etc/bash_completion.d/ > total 24 > drwxr-xr-x 2 root root 4096 May 26 16:58 . >

Bug#881719: libcdio 2.1.0 and lubcdio++

2020-05-24 Thread Gabriel F. T. Gomes
Hi, Vasyl, on 24 May 2020, Vasyl Gello wrote: > >Gabriel has prepared 2.1.0 in his Salsa repo and I added C++ interfaces needed >by Kodi 19.0: >https://salsa.debian.org/gabrielftg-guest/libcdio/-/merge_requests/1 Thank you so much for writing this pull requests. I wasn't aware that there was a

Bug#960640: bash-completion: dh_bash-completion needs to record installed files for dh_missing

2020-05-16 Thread Gabriel F. T. Gomes
Hi, Andreas, Could you point out a package that still uses dh_bash-completion? I'm having a hard time finding one so that I can reproduce the problem before working on the fix. Thank you!

Bug#958981: ITP: xreader -- A generic document reader

2020-04-28 Thread Gabriel F. T. Gomes
Hi, Hugo, thanks for starting the work on this package. I'll be around if you need help with packaging stuff, and I'll review your work when you have something ready to share. Cheers, Gabriel

Bug#956465: bash-completion: umount completion requires gawk

2020-04-11 Thread Gabriel F. T. Gomes
Control: reassign -1 mount Control: merge -1 933934 Hi, наб, Thanks for the report. I'll reassign it to the mount package, because completions for umount are shipped by it, not by bash-completion. Also, I'll mark it as a duplicate of bug 933934. Cheers, Gabriel

Bug#929405: ITP: pveclib -- power vector library

2020-03-01 Thread Gabriel F. T. Gomes
Sean Whitton, from FTP Master, reviewed the package and pointed out that the file CODE_OF_CONDUCT.md is probably not suitable for distribution in the main section. I agreed and repackaged the project, as can be seen in: https://salsa.debian.org/debian/pveclib/-/commits/master (look for dfsg)

Bug#881910: O: libcdio and libcdio-paranoia

2020-02-04 Thread Gabriel F. T. Gomes
Control: retitle -1 ITA: libcdio-paranoia Control: assign -1 ! I maintain pragha, which depends on this package, so I'll adopt it. Thanks, Gabriel

Bug#881719: O: libcdio and libcdio-paranoia

2020-02-04 Thread Gabriel F. T. Gomes
Control: retitle -1 ITA: libcdio Control: assign -1 ! I maintain pragha, which depends on this package, so I'll adopt it. Thanks, Gabriel

Bug#907635: add .apk as file extension for jar and jarsigner

2020-01-27 Thread Gabriel F. T. Gomes
Hi, Hugo, thanks for reaching out. On Mon, 27 Jan 2020, Hugo Ziviani wrote: > > I think this is not exactly a bug. Are you saying this because you think that this is more like a reasonable feature that is missing, as opposed to a bug that causes crashes or wrong output? If so, I would say that

Bug#947942: bash-completion: "umount" breaks on spaces

2020-01-27 Thread Gabriel F. T. Gomes
This might be related: https://github.com/scop/bash-completion/issues/378

Bug#947942: bash-completion: "umount" completion incompatible with mawk, breaks on spaces

2020-01-26 Thread Gabriel F. T. Gomes
Control: reassign -1 util-linux Reassigning to util-linux as the completion file belongs to it.

Bug#947942: bash-completion: "umount" completion incompatible with mawk, breaks on spaces

2020-01-26 Thread Gabriel F. T. Gomes
Control: retitle -1 bash-completion: "umount" completion breaks on spaces Control: tags -1 + confirmed On 02 Jan 2020, Philipp Marek wrote: >With only the default "mawk" installed, auto-completion gives errors: > > $ umount / > awk: line 18: function gensub never defined > awk: line

Bug#653837: bash-completion: Variable $HOME in paths is escaped

2019-12-19 Thread Gabriel F. T. Gomes
Hi, thanks for your report. I'll have a closer look at your debugging effort, but I'd like to reply fast and add that completion with variables has known problems, indeed. There's a bug report upstream with more information, here: https://github.com/scop/bash-completion/issues/290 Cheers,

Bug#918430: find /tmp/ -path /tm

2019-11-03 Thread Gabriel F. T. Gomes
Forwarded upstream as https://github.com/scop/bash-completion/pull/359

Bug#918430: find /tmp/ -path /tm

2019-10-28 Thread Gabriel F. T. Gomes
On Sat, 26 Oct 2019, 積丹尼 Dan Jacobson wrote: >All I know is I can't get any expansion at all even here: >$ find . -path ./ Yes, I confirm that it doesn't. >Why can't it ever expand anything at -path? I'm trying to understand what to expand, thus I need your help. >Is it because "the doctor

Bug#927232: find -path does not complete

2019-10-26 Thread Gabriel F. T. Gomes
Control: merge 918430 927232 Control: stop This bug report is a duplicate of 918430.

Bug#918430: find /tmp/ -path /tm

2019-10-26 Thread Gabriel F. T. Gomes
On 06 Jan 2019, 積丹尼 Dan Jacobson wrote: >Package: bash-completion >Version: 1:2.8-5 >File: /usr/share/bash-completion/completions/find > >No expansion is happening here: >$ find /tmp/ -path /tm >Please make it happen. Thanks. I'm trying to understand what's the use case you want to enable. I'll

Bug#939427: rsnapshot adoption

2019-10-23 Thread Gabriel F. T. Gomes
Hi, Michael, On 23 Oct 2019, Michael Lustfield wrote: >Apologies- I missed your first line. No problem, at all. :) >I finished with a fair bit of packaging clean up and officially adopted >rsnapshot. I'd be happy to co-maintain this package. Awesome. I'm happy it has a new maintainer! I'll

Bug#939427: O: rsnapshot -- local and remote filesystem snapshot utility

2019-09-10 Thread Gabriel F. T. Gomes
Hi, I would like to adopt it. Have you had any problems with it that you would like to share with the future maintainer? Cheers, Gabriel On Wed, 04 Sep 2019 21:29:45 +0200 g...@iroqwa.org wrote: > Package: wnpp > Severity: normal > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > I

Bug#921962: Please remove obsolete 'xm' completion file

2019-09-08 Thread Gabriel F. T. Gomes
On Sat, 23 Feb 2019 10:52:43 -0300 "Gabriel F. T. Gomes" wrote: > > Thanks for the information. I have forwarded this upstream as > https://github.com/scop/bash-completion/pull/284 This has been integrated into bash-completion 2.9, which is now available in Debian

Bug#931803: cpio -tvF

2019-09-08 Thread Gabriel F. T. Gomes
On Wed, 10 Jul 2019 23:24:43 +0800 =?utf-8?B?56mN5Li55bC8?= Dan Jacobson wrote: > > I do cpio -tvF and the screen flashes. I did not understand this bug report, nor was I able to reproduce it. Could you describe it in other words, and perhaps explain how I can reproduce it? I never saw the

Bug#933936: (u)mount.linux redundant with own mount completion file?

2019-08-06 Thread Gabriel F. T. Gomes
On Mon, Aug 05 2019, Laurent Bigonville wrote: > > I see that the bash-completion package ships unmount.linux and > mount.linux. But the mount package also ships completion for these > executable, are these redundant? The .linux files are supposed to be used in linux-based distros, as opposed to

Bug#931685: bash-completion: completion disables usage of environment variables

2019-07-09 Thread Gabriel F. T. Gomes
Control: merge 922657 931685 Control: stop On Tue, 09 Jul 2019 11:39:47 +0200 Michael Becker wrote: > > with an existing directory $HOME/devel > ls $HOME/dev > completes to > ls \$HOME/devel/ This has the same root cause of bug https://bugs.debian.org/922657, i.e.: in

Bug#930709: RFS: pveclib/1.0.1-1 [ITP]

2019-06-23 Thread Gabriel F. T. Gomes
On Sat, 22 Jun 2019 19:48:06 +0200 Adam Borowski wrote: > > Heck, just seconds ago, the package got uploaded with: > Maintainer: Gabriel F. T. Gomes > keyid: FD9CE2D8D7754B78AB279BBD2C3B436FEAC68101 > and I'm pretty sure that key EAC68101 is not yours. Hahaha, it to

Bug#929405: ITP: pveclib -- power vector library

2019-06-18 Thread Gabriel F. T. Gomes
On 13 Jun 2019, Steven Munroe wrote: >I need s work around for that, Then I will update/tag. Thanks for the fixes and for the tagging. With that, I was able to finish the package and send it for review (see https://bugs.debian.org/930709).

Bug#930709: RFS: pveclib/1.0.1-1 [ITP]

2019-06-18 Thread Gabriel F. T. Gomes
Package: sponsorship-requests Severity: wishlist Hi, mentors, I have filled the RFS template below, but I have a few words beforehand. 1. I know we are under the freeze, so I was a bit wary to send the RFS now. On the other hand, I didn't actually find anything saying that I should wait for

Bug#715470: RFP: cr3 -- Cool Reader 3, an e-book reader

2019-06-17 Thread Gabriel F. T. Gomes
noowner -1 retitle -1 RFP: cr3 -- Cool Reader 3, an e-book reader thanks I didn't make any progress on this package, so I'm removing myself from it and setting it back to RFP. Sorry... :( If someone wants to work on the packaging, I can definitely help, just let me know. :)

Bug#929405: ITP: pveclib -- power vector library

2019-06-13 Thread Gabriel F. T. Gomes
On Wed, 29 May 2019, Gabriel F. T. Gomes wrote: > >I submitted a pull request [2] upstream to foster this discussion. > >[...] > >[2] https://github.com/open-power-sdk/pveclib/pull/71 For the record: this pull request was superseded by pull request #73 [1], which has been integr

Bug#929405: ITP: pveclib -- power vector library

2019-05-28 Thread Gabriel F. T. Gomes
On Sat, 25 May 2019 15:31:47 -0300 "Gabriel F. T. Gomes" wrote: > > As-is sounds good to me. :) On second thought, I have an usability question for you, which would also be relevant for other distros that might ship pveclib... The headers are currently installed under /usr

Bug#929405: ITP: pveclib -- power vector library

2019-05-25 Thread Gabriel F. T. Gomes
On Fri, May 24 2019, Steven Munroe wrote: > In the current state, these libraries are only required for unit tests, but > could be used for applications that need those constant values. OK, if it can be useful for applications, than it's probably better to distribute it, right away. > [...] So

Bug#929405: ITP: pveclib -- power vector library

2019-05-23 Thread Gabriel F. T. Gomes
Hi, Steve, After creating a initial version of the packaging [1], I got two packages: one that contains the headers and the static library (libpvec-dev_1.0.0-1_ppc64el.deb), and another that contains the shared library (libpvec0_1.0.0-1_ppc64el.deb). My first question would be: is that expected?

Bug#929405: ITP: pveclib -- power vector library

2019-05-22 Thread Gabriel F. T. Gomes
Package: wnpp Severity: normal I will start working on the packaging for pveclib (https://github.com/open-power-sdk/pveclib). Cheers, Gabriel

Bug#923878: bash-completion: unrar completion doesn't suggest *.rar files immedietly, but requires options first (uneeded)

2019-04-10 Thread Gabriel F. T. Gomes
On Wed, Apr 10 2019, Witold Baryluk wrote: > > I am using a free version of unrar, in package unrar-free in main repo of > Debian: > > [...] > > $ unrar-free --version > unrar 0.0.1 > $ unrar --version > unrar 0.0.1 Oh, I see. Thanks for the explanation. > Note that OPTION part is optional,

Bug#919833: 90% of shell scripts probably don't have a .sh extension

2019-03-13 Thread Gabriel F. T. Gomes
On Wed, Mar 13 2019, 積丹尼 Dan Jacobson wrote: > > OK, maybe even less, > $ file /usr/bin/*|grep -c shell\ script > 194 > $ ls /usr/bin/*.sh > /usr/bin/gettext.sh This only means that a very tiny fraction of shell scripts *inside* /usr/bin have .sh extension. Anyhow, thanks for the clarification.

Bug#921159: Can't enter second option

2019-03-11 Thread Gabriel F. T. Gomes
On Sun, Mar 10 2019, Gabriel F. T. Gomes wrote: > > https://github.com/scop/bash-completion/pull/291 Fixed upstream [1]. When a new upstream version gets released, I'll close this bug report. [1] https://github.com/scop/bash-completion/commit/dd80f35279afd4f056dc191767b9869c9649d476

Bug#919833: 90% of shell scripts probably don't have a .sh extension

2019-03-10 Thread Gabriel F. T. Gomes
On Sun, Jan 20 2019, 積丹尼 Dan Jacobson wrote: > Package: bash-completion > Version: 1:2.8-5 > Severity: wishlist > File: /usr/share/bash-completion/completions/sh > > I think 90% of shell scripts don't have a .sh extension. > Therefore > $ sh anyf > should still complete to > $ sh anyfile You

Bug#921159: Can't enter second option

2019-03-10 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed upstream On Fri, Feb 01 2019, 積丹尼 Dan Jacobson wrote: > Package: bash-completion > Version: 1:2.8-5 > > Why can't one enter a second option? > $ grep --no-filename --c Completions for grep are provided by the _longopt function, which completes every option that

Bug#922657: Misfires when variable is put in a string

2019-03-10 Thread Gabriel F. T. Gomes
On Sun, Mar 10 2019, Gabriel F. T. Gomes wrote: > > It only adds the backslash to unset variables, but not when the variable > is set, for instance: > > zless /usr/share/$PATH/ > > does nothing, whereas > > zless /usr/share/$ASDF/ > zless /usr/share/\$ASD

Bug#922657: Misfires when variable is put in a string

2019-03-10 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed upstream On Tue, Feb 19 2019, 積丹尼 Dan Jacobson wrote: > > $ set apt-show-versions > $ zless /usr/share/doc/$@/ch > $ zless /usr/share/doc/$@/ch > chromium chromium-common chromium-sandbox chromium-shell > $ zless /usr/share/doc/\$@/chromium The backslash

Bug#922315: "set " pulls in -o/+o names too

2019-03-10 Thread Gabriel F. T. Gomes
On Thu, Feb 14 2019, 積丹尼 Dan Jacobson wrote: > > # set > allexport hashall monitor nounset > verbose > braceexpand histexpandnoclobber onecmd > vi > emacs history

Bug#867734: $ set $(cat /tm

2019-03-09 Thread Gabriel F. T. Gomes
Control: tags -1 + confirmed upstream On Sun, 09 Jul 2017 09:38:23 +0800 =?utf-8?B?56mN5Li55bC8?= Dan Jacobson wrote: > > Cannot complete filenames at this point: > $ set `cat /tmp/ Confirmed that it doesn't work. > Even worse is > $ set $(cat /tm > > $ set $(cat /tmbash: eval: line 22:

Bug#923878: bash-completion: unrar completion doesn't suggest *.rar files immedietly, but requires options first (uneeded)

2019-03-09 Thread Gabriel F. T. Gomes
On Wed, Mar 06 2019, Witold Baryluk wrote: > > user@debian:~/Downloads/n$ unrar Notes\ of\ Obsession\ 1.0.0.7\ x64.rar > > unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers > Extracting from /home/user/Downloads/n/Notes of Obsession 1.0.0.7 x64.rar > > Extracting Notes of

Bug#923840: bash-completion: not purging all files

2019-03-09 Thread Gabriel F. T. Gomes
Hi, thanks for the report. I have a few comments, see below... On Tue, Mar 05 2019, Boruch Baum wrote: > > Performing an 'apt-get purge bash-completion' does not delete the folder > /usr/share/bash-completion. That's intentional. Many packages install completion files under

Bug#923210: bash-completion: postinst and postrm generate find warnings

2019-02-27 Thread Gabriel F. T. Gomes
On Sun, Feb 24 2019, Daniel Lewart wrote: > Package: bash-completion > Version: 1:2.8-5 > Severity: minor > Tags: patch > > Both "apt install bash-completion" and "apt purge bash-completion" > generate the following warning: > find: '/etc/bash_completion.d/': No such file or directory > >

Bug#921962: Please remove obsolete 'xm' completion file

2019-02-23 Thread Gabriel F. T. Gomes
On Tue, Feb 12 2019, Hans van Kranenburg wrote: > On 2/12/19 1:35 AM, Gabriel F. T. Gomes wrote: > > > > That should be easy to do for Debian. On the other hand, I wonder if I > > should work first with upstream to get it removed from there. Do you > > know if the

Bug#921598: fixed in simgear 1:2018.3.2+dfsg-5

2019-02-22 Thread Gabriel F. T. Gomes
On Wed, 20 Feb 2019 00:53:18 -0300 "Gabriel F. T. Gomes" wrote: > > I tested that rebuilding flightgear with this dependency updated solves > the METAR problem. Do you plan to upload a new binary version of > flightgear, too? (I'm asking because the flight

Bug#923005: nmu: flightgear 1:2018.3.2+dfsg-2

2019-02-22 Thread Gabriel F. T. Gomes
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu: flightgear_1:2018.3.2+dfsg-2 . ANY . unstable . -m "rebuild against libsimgear-dev 1:2018.3.2+dfsg-5" Fetching of 'live weather' data was broken on flightgear, as reported in

Bug#867734: $ set $(cat /tm

2019-02-22 Thread Gabriel F. T. Gomes
Hi, I see that you forwarded this upstream as https://github.com/scop/bash-completion/issues/282 I'm adding this note here for easier reference.

Bug#921598: fixed in simgear 1:2018.3.2+dfsg-5

2019-02-19 Thread Gabriel F. T. Gomes
On Sun, 17 Feb 2019 20:54:34 + to...@debian.org (Dr. Tobias Quathamer) wrote: > Source: simgear > Source-Version: 1:2018.3.2+dfsg-5 > > We believe that the bug you reported is fixed in the latest version of > simgear, which is due to be installed in the Debian FTP archive. Thanks for this

  1   2   3   >