~ubuntu-branches/debian/sid/bash-completion/sid

« back to all changes in this revision

Viewing changes to completions/slapt-get

  • Committer: Package Import Robot
  • Author(s): David Paleino, David Paleino, Jonathan Nieder
  • Date: 2012-06-17 21:08:02 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20120617210802-ljmqe0h37tbgh4au
Tags: 1:2.0-1
[ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# slapt-get completion                                     -*- shell-script -*-
 
1
# slapt-get(8) completion                                  -*- shell-script -*-
2
2
 
3
3
_slapt_get()
4
4
{
48
48
            break
49
49
        fi
50
50
    done
51
 
    if [[ ! -r "$config" ]]; then
52
 
        return
53
 
    fi
 
51
    [[ -r "$config" ]] || return
54
52
 
55
53
    case $t in
56
54
        all) # --show