~ubuntu-branches/ubuntu/trusty/debtags/trusty

« back to all changes in this revision

Viewing changes to bash-completion

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-06-10 09:36:39 UTC
  • mfrom: (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090610093639-f33rv5xvotd3flj2
Tags: 1.7.9ubuntu1
* Merge from debian unstable (LP: #385245), remaining changes:
  + debian/control:
    - Build-Depend on the build1 version of libept-dev
  + debian/rules:
    - Install a zipped vocabulary to /usr/share/debtags
  + vocabulary:
    - Don't use Debian's security team's tags
  + sources.list:
    - Point at /usr/share/debtags instead of apt://

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        COMPREPLY=()
11
11
        cur=${COMP_WORDS[COMP_CWORD]}
12
12
        prev=${COMP_WORDS[COMP_CWORD-1]}
13
 
        options='update implications check tagshow tagsearch show \
14
 
                 related cat grep mkpatch install maintainers \
15
 
                 submit score tag search todo facetcoll\
16
 
                         todoreport stats'
 
13
        options='cat check diff dumpavail grep help install \
 
14
                maintainers mkpatch related score search selfcheck \
 
15
                show smartsearch stats submit tag tagcat tagsearch \
 
16
                tagshow todo update vocfilter'
17
17
        
18
18
        for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do
19
19
                case ${COMP_WORDS[i]} in