File: control

package info (click to toggle)
optcomplete 1.2-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 172 kB
  • ctags: 106
  • sloc: python: 558; sh: 13; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: optcomplete
Section: python
Priority: optional
Maintainer: Bastian Kleineidam <calvin@debian.org>
Build-Depends: debhelper (>= 6), cdbs
Build-Depends-Indep:  python-central (>= 0.5), python
XS-Python-Version: >= 2.3
Standards-Version: 3.7.3
Homepage: http://furius.ca/optcomplete/

Package: python-optcomplete
Architecture: all
Replaces: python2.3-optcomplete (<< 1.2-5), python2.4-optcomplete (<< 1.2-5), optcomplete-common (<< 1.2-5)
Conflicts: python2.3-optcomplete (<< 1.2-5), python2.4-optcomplete (<< 1.2-5), optcomplete-common (<< 1.2-5)
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}
Provides: ${python:Provides}
Description: provide bash-completion for Python programs
 provides almost automatically shell completion for any Python program
 that uses the optparse module.