bash-completion 1:2.1-2ubuntu1 source package in Ubuntu

Changelog

bash-completion (1:2.1-2ubuntu1) trusty; urgency=medium

  * Resync with Debian, remaining diff
    * debian/patches/disable-avahi-browse.diff: Disable avahi-browse since
      it scales poorly in the current form: refresh patch
    * mark Multi-Arch:foreign
    * debian/maintscript, debian/postinst:
      - clean etc conffiles on upgrade since completion files are in /usr
        with the new version
    * patches/101_bash_completion.oga_ogv.patch: Increase support for other
      OGG formats including .oga, .ogx, etc. (LP: #311525)

  * Dropped changes:
    - patches/103_colormake.patch: Add support for colormake to the make
      completion rules. (LP: #743208)

bash-completion (1:2.1-2) unstable; urgency=low

  * Don't install nmcli completion (Closes: #728742).

bash-completion (1:2.1-1) unstable; urgency=low

  * New upstream version:
    - fusermount: Complete curlftpfs-mounts for "fusermount -u"
      (Closes: #685377)
    - colormake: New make alias completion (LP: #743208, Closes: #682557)
    - ssh: Add -O argument completion (Closes: #680652)
    - tar: Support *.tar.lz (Closes: #703599)
  * Fixed typo in README.Debian (Closes: #689843)
  * Use canonical Vcs-* urls.
  * Standards-Version bump to 3.9.5, no changes needed.
  * debhelper compatibility bumped to 9.
  * Updated debian/copyright.
 -- Dimitri John Ledkov <email address hidden>   Fri, 27 Dec 2013 01:28:28 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
shells
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bash-completion_2.1.orig.tar.bz2 259.1 KiB 2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
bash-completion_2.1-2ubuntu1.debian.tar.gz 16.7 KiB 8ccdf1c782a3b4a605622819f9ed74de52ddc1415394de2f0f8652e40833e36b
bash-completion_2.1-2ubuntu1.dsc 2.1 KiB c5b586c588ddb2b3221f73b3a7a4d771d79622af8132e5ffa10c2ee5b95544d3

Available diffs

View changes file

Binary packages built by this source

bash-completion: programmable completion for the bash shell

 bash completion extends bash's standard completion behavior to achieve
 complex command lines with just a few keystrokes. This project was
 conceived to produce programmable completion routines for the most
 common Linux/UNIX commands, reducing the amount of typing sysadmins
 and programmers need to do on a daily basis.