Changelog
bash-completion (1:1.0-2) unstable; urgency=low
* Remove mtx completion from bash_completion.d/ (Closes: #522545)
bash-completion (1:1.0-1) unstable; urgency=low
* New upstream release:
- also see /usr/share/doc/bash-completion/CHANGES.gz
- fix man -l completing filenames (Closes: #497074)
- (Partly) fixed java classes completion (Closes: #496828). Look for
FIXME in source.
- dump to /dev/null error message from look(1) with no arguments
(Closes: #495142)
- set ssh as default for rsync (was rsh) (Closes: #492328)
- added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
- added .epub to unzip|zipinfo completion (Closes: #492476)
- added ssh-copy-id completion (Closes: #491856)
- moved ssh completion to separate file (Closes: #360628)
- bogus completion when mounting subdirs fixed (Closes: #322238)
- fix `apt-cache showsrc` completing only on source package names
(Closes: #361535)
- fixed bugs with gdb completion:
- when an empty directory is in $PATH (thanks to Morita Sho)
(Closes: #497597)
- when a non-existing directory is in $PATH (Closes: #499780)
- fix missing completion for "-n" and "-e" (we were using echo, now
using printf) (thanks to Morita Sho) (Closes: #498105)
- fixed gpg completion --@(export|@(?(l|nr|nrl)sign|edit)-key))
(Closes: #500316)
- fixed .cb[rz] completion for evince (Closes: #502885)
- added gpg2 completion (Closes: #489927)
- fixed mplayer -skin completion (Closes: #501473)
- fixed errors with POSIX enabled (Closes: #502804)
- fixed dpkg-source wrong exit() with return() (Closes: #503317)
- added --schedule-only to aptitude's completion (Closes: #502664)
- added build-dep to aptitude's completion (Closes: #495883)
- added support for `-F configfile' to _known_hosts(), ssh, scp and
sftp, thanks to Freddy Vulto (Closes: #504141)
- fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
(Closes: #504650)
- allow for comments in known_hosts files (Closes: #511789)
- fixed perl -I/-x completion, thanks to Freddy Vulto
(Closes: #504547)
- README updated: explain how to use bash-completion correctly.
(Closes: #506560)
- added qdbus completion, thanks to Terence Simpson (LP: #257903)
- fixed completion of environment variables, thanks to Morita Sho
(Closes: #272660)
- fix dpkg completion bug: it listed only non-Essential packages
(Closes: #511790)
- fixed _dpkg_source completion (Closes: #503317)
- remove unused UNAME local variable in _info() (Closes: #501843)
- added .zip to jar completions (Closes: #521041)
- Merge from Ubuntu:
+ consume error messages in configure completion (LP: #223882)
(Mika Fischer)
+ quote $xspec in _filedir_xspec in case it is empty, which would
cause errors if there was no match under failglob. (LP: #194419)
(Mika Fischer)
- Ville Skyttä:
+ remove duplicate cpio completion, thanks to Freddy Vulto
(Closes: #512823)
+ fix awk error in "modprobe -r /" completion (Closes: #512556)
- Jakob Unterwurzacher:
+ ps2pdf can run on .pdf files as well.
(Closes: #516614, LP: #316943)
* debian/links fixed (Closes: #494292)
* debian/control:
- fixed typo in the long description
- added Vcs-* fields
- Standards-Version to 3.8.1
- DMUA set
- removed Luk Claes from Uploaders
- Homepage added
* debian/install:
- correctly install contrib/* under /etc/bash_completion.d/
* debian/copyright updated
* debian/extra/dh_bash-completion:
- updated to support a list of files in debian/<package>.bash-completion
(Closes: #512917)
* debian/rules:
- install upstream CHANGES and AUTHORS too
-- Colin Watson <email address hidden> Wed, 29 Apr 2009 10:28:56 +0100