[ubuntu/quantal] bash-completion 1:2.0-1ubuntu1 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Mon Jul 23 16:10:48 UTC 2012


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

Date: Mon, 23 Jul 2012 16:07:59 +0200
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/bash-completion/1:2.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 23 Jul 2012 16:07:59 +0200
Source: bash-completion
Binary: bash-completion
Architecture: source
Version: 1:2.0-1ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description: 
 bash-completion - programmable completion for the bash shell
Closes: 446355 577933 593835 604393 615134 618734 619014 622383 623680 623880 625234 642526 647352 647684 647941 648319 650514 655286 659395 662203 666055 669178 669180
Launchpad-Bugs-Fixed: 311525 533985 720541 743208 772571 783136
Changes: 
 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
Checksums-Sha1: 
 ba613b46ce7b15756745014214ce16907697e9b2 1494 bash-completion_2.0-1ubuntu1.dsc
 3011add35574b4042c04b95fc0fd0f14006adc69 250560 bash-completion_2.0.orig.tar.bz2
 d7c7ae021fdcaf787e1c860ad942cacbfc68bf05 16699 bash-completion_2.0-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 fff3d2291836150a58f4dbbc3fb08bf289cc06ec0a515d3420616008544abe79 1494 bash-completion_2.0-1ubuntu1.dsc
 e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852af5804 250560 bash-completion_2.0.orig.tar.bz2
 55dedeb6dde4dcff8800db33008dacb222076a2d9d234f85bd11fa6ad3625c76 16699 bash-completion_2.0-1ubuntu1.debian.tar.gz
Files: 
 b13fb0f9f5907d1072748e93c5e485f0 1494 shells standard bash-completion_2.0-1ubuntu1.dsc
 0d903f398be8c8f24bc5ffa6f86127f8 250560 shells standard bash-completion_2.0.orig.tar.bz2
 f084e406c5adc19ee8f6553320defe16 16699 shells standard bash-completion_2.0-1ubuntu1.debian.tar.gz
Original-Maintainer: Bash Completion Maintainers <bash-completion-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlANdmgACgkQQxo87aLX0pI9hgCdG2BwvtDxMgTsFfN4ULpr7FTe
JakAniaMDwDYLArVZ4q7AdLgz2pWCGLZ
=MXmx
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list