[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.2.20 --- apt (1.2.20) xenial; urgency=medium * Microrelease covering fixes of 1.4~rc2 (LP: #1668285) [ David Kalnischkies ] * don't install new deps of candidates for kept back pkgs * keep Release.gpg on untrusted to trusted IMS-Hit (

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.3.5 --- apt (1.3.5) yakkety; urgency=medium * Microrelease covering important fixes of 1.4~rc2 (LP: #1668280) [ David Kalnischkies ] * don't install new deps of candidates for kept back pkgs * keep Release.gpg on untrusted to trusted

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-04-21 Thread Julian Andres Klode
Verified broken in 1.3.4, and fixed in 1.3.5. ** Tags removed: verification-needed-yakkety ** Tags added: verification-done-yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815 Title: apt

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-03-27 Thread Jon Grimm
** Tags removed: verification-needed ** Tags added: verification-done-xenial verification-needed-yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815 Title: apt install of local debs does n

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-03-22 Thread Chris J Arges
Hello John, or anyone else affected, Accepted apt into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.3.5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Tes

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-03-16 Thread Julian Andres Klode
Verified in 1.2.20 ** Description changed: + [Impact] + Previously apt's bash completion was such that, given + + $ mkdir xyzzz + $ touch xyzzy.deb xyzzx.two.deb + + you'd get + + $ apt install xyzz + xyzzx.two.deb xyzzz/ + $ apt install /tmp/foo/xyzz + xyzzx.two.deb

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-03-08 Thread Chris J Arges
Hello John, or anyone else affected, Accepted apt into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.2.20 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Tes

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-03-02 Thread Ɓukasz Zemczak
Since this (and a few other) bug is mentioned in the SRU changelog, please update the description to include the SRU template. There seems to be a master bug for the SRU, but each bug should *at least* have a clearly written test-case. Thanks! -- You received this bug notification because you are

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-02-28 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Xenial) Status: Triaged => In Progress ** Changed in: apt (Ubuntu Yakkety) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-02-22 Thread Julian Andres Klode
Queued for 1.2.20: https://github.com/Debian/apt/compare/1.2.19...julian- klode:1.2.y?expand=1 Queued for 1.3.5: https://github.com/Debian/apt/compare/1.3.4...julian- klode:1.3.y?expand=1 ** Also affects: apt (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: apt

[Bug 1645815] Re: apt install of local debs does not tab-complete

2017-01-16 Thread Mathew Hodson
** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2016-1252 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815 Title: apt install of local debs does not tab-complete To manage n

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-12-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.4~beta2 --- apt (1.4~beta2) unstable; urgency=high [ John R. Lenton ] * bash-completion: Only complete understood file paths for install (LP: #1645815) [ Julian Andres Klode ] * SECURITY UPDATE: gpgv: Check for errors when splitti

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-11-30 Thread Julian Andres Klode
OK, we triaged this further on github. Reopening here, so we can track progress on the distro side as well. ** Changed in: apt (Ubuntu) Status: Invalid => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-11-29 Thread Julian Andres Klode
Actually it seeAnd it seems the completion is working correctly: (1) Without a leading ./, only package names are used # apt install xy xye xye-data xymon xymon-client xyscan (2) With ./, only file names are used # apt install ./x xyzzy.deb ms the completion is workin

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-11-29 Thread Julian Andres Klode
Actually: jak@jak-x230:~/Downloads$ ls *.deb AdbeRdr9.5.5-1_i386linux_enu.deb debhelper_9.20160115ubuntu3_all.deb jak@jak-x230:~/Downloads$ _filedir "deb" jak@jak-x230:~/Downloads$ echo $_ deb jak@jak-x230:~/Downloads$ _filedir "*.deb" jak@jak-x230:~/Downloads$ echo $_ AdbeRdr9.5.5-1_i386linux_en

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-11-29 Thread Julian Andres Klode
The completion is still wrong anyway: apt only accepts ./package.deb, not package.deb. And it seems to work here as it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815 Title: apt install of lo

[Bug 1645815] Re: apt install of local debs does not tab-complete

2016-11-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~chipaca/apt/filedir-no-glob -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645815 Title: apt install of local debs does not tab-complete To manage notifications about this bug