summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1784c77338ea8070ce15ea58737667f5eb3f9d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: configshell-fb
Section: python
Priority: optional
Maintainer: Andy Grover <agrover@redhat.com>
Build-Depends: debhelper(>= 8), python, python3, python-setuptools, python3-setuptools, python-epydoc, python-pyparsing
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-configshell-fb-docs
Architecture: all
Description: Framework to create CLI interfaces (Documentation).
 .
 This package contains the documentation of the configshell library (free branch).

Package: python-configshell-fb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pyparsing, python-urwid (>=0.9.9)
Suggests: python-configshell-fb-docs
Conflicts: python-configshell
Provides: ${python:Provides}
Description: Framework to create CLI interfaces (Python 2).
 .
 This package contains the configshell library (free branch).

Package: python3-configshell-fb
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyparsing, python3-urwid (>=0.9.9)
Suggests: python-configshell-fb-docs
Description: Framework to create CLI interfaces (Python 3).
 .
 This package contains the configshell library (free branch, Python 3).