This bug was fixed in the package bash-completion - 1:2.0-1ubuntu1 --------------- bash-completion (1:2.0-1ubuntu1) quantal; urgency=low * debian/maintscript, debian/postinst: - clean etc conffiles on upgrade since completion files are in /usr with the new version * Resync with Debian, remaining diff * debian/patches/disable-avahi-browse.diff: Disable avahi-browse since it scales poorly in the current form: refresh patch * patches/101_bash_completion.oga_ogv.patch: Increase support for other OGG formats including .oga, .ogx, etc. (LP: #311525) * patches/103_colormake.patch: Add support for colormake to the make completion rules. (LP: #743208) * Dropped changes: * Add conffile upgrade handling for a run of conffiles that were dropped since lucid: lucid upgrades are only supported to precise. * Those fixes are in the new version * debian/patches/apt-get-changelog.patch: * Drop whitelists if they fail to produce any results: * patches/apt-get-download.patch: Add download as an apt-get sub-command (LP: #720541) * patches/102_manpager.patch: Override MANPAGER when generating perldoc completions. bash-completion (1:2.0-1) unstable; urgency=low [ David Paleino ] * New upstream version - Recognise symlinks to directories as directories (Closes: #666055) - sudo -e should list filenames instead of commands (Closes: #446355) - ri completion: defines function outside _* namespace (Closes: #669178) - overrides lyx's bash-completion (Closes: #662203) - complete 'apt-get changelog' (Closes: #659395) - sudo su {user} -c "sss failing because of quotation (LP: #783136) - scp and rsync error on local path completion (LP: #772571) * Standards-Version bump to 3.9.3, no changes needed * Updated debian/copyright * Added Pre-Depends on dpkg because of dpkg-maintscript-helper [ Jonathan Nieder ] * Replace /etc/bash_completion symlink with a shim script (Closes: #669180) * Remove no longer needed symlink-issue patch * Remove /etc/bash_completion symlink to make room for shim script on upgrade from versions 1:1.99-2 and 1:1.99-3. bash-completion (1:1.99-3) unstable; urgency=low * Fixed issue when loading completions from the /etc/bash_completion symlink. bash-completion (1:1.99-2) unstable; urgency=low * Make /etc/bash_completion a symlink to the new location, waiting for bash to update its scripts (Closes: #648319) * Dropped debian/NEWS * Drop references to old triggers-mechanism (Closes: #655286) bash-completion (1:1.99-1) unstable; urgency=low * Uploading to unstable * New upstream pre-2.x snapshot - correctly list purgeable packages for dpkg --listfiles and dpkg --purge (Closes: #647684) - fix bash_completion paths in README (Closes: #647941) - _known_hosts_real: Handle more than two hostnames per known hosts line (Closes: #647352) - _known_hosts_real: Support > 1 files per *KnownHostsFile line (Closes: #650514) bash-completion (1:1.90-1) experimental; urgency=low * bash-completion 2 preview: dynamic loading of completions - optionally fallback to generic file completion if _filedir returns nothing (Closes: #619014, LP: #533985) - various fixes (Closes: #622383) - apt: add 'download' to subcommands (Closes: #625234, LP: #720541) - aptitude: add 'versions' command (Closes: #604393) - dpkg-query: use the 'dpkg' completion (Closes: #642526) - lintian: remove --unpack-level (Closes: #623680) - rrdtool: complete filenames after commands (Closes: #577933) - provide profile.d hook for per user disabling of bash_completion (Closes: #593835) - mutt: support tildes when recursively sourcing muttrc files (Closes: #615134) - tar: improve tar *[cr]*f completions (Closes: #618734) * More checks in update-bash-completion: avoid unnecessary sourcing of completion if symlink already exists * Add message for users before they report a bug (debian/bug-presubj), I'm kind of fed-up with bugs caused by acroread.sh :/ * Removed patches merged upstream * Drop trigger-based completion loading * Standards-Version bump to 3.9.2, no changes needed bash-completion (1:1.3-3) experimental; urgency=low * Include install-completions from upstream * Use new mechanism to symlink completions (Closes: #623880) bash-completion (1:1.3-2) experimental; urgency=low * Change completion directory layout (00-change_completions_layout.patch) * Use autoreconf in debian/rules * Implement dpkg triggers and update-bash-completion script, and monthly cronjob to clean up unused completions. * Remove old UCF-related postinst tasks * Remove old conffiles, using dpkg-maintscript-helper * Added debian/NEWS, to explain the changes with this revision * Use Breaks+Replaces xen-tools, because of conflicting files * Added debian/README.Debian with instructions on the new layout, and how to enable completions -- Sebastien Bacher