File: control

package info (click to toggle)
python-guacamole 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 296
  • sloc: python: 1,037; makefile: 151; sh: 8
file content (79 lines) | stat: -rw-r--r-- 3,032 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: python-guacamole
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-mock,
               python-setuptools,
               python-unittest2,
               python3-all,
               python3-doc,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-guacamole.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-guacamole.git
Homepage: https://github.com/zyga/guacamole/

Package: python-guacamole
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-guacamole-doc
Description: framework for creating command line applications (Python 2)
 Guacamole is a flexible, modular system for creating command line
 applications.  Guacamole comes with built-in support for writing command line
 applications that integrate well with the running system. A short list of
 supported features (ingredients) includes:
 .
  - handling flat and hierarchical commands
  - hassle-free crash detection
  - hassle-free logging
  - internationalization and localization
 .
 The guacamole ingredient system allows for third party add-ons.
 .
 This package contains the Python 2.x version of the library

Package: python-guacamole-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: framework for creating command line applications (documentation)
 Guacamole is a flexible, modular system for creating command line
 applications.  Guacamole comes with built-in support for writing command line
 applications that integrate well with the running system. A short list of
 supported features (ingredients) includes:
 .
  - handling flat and hierarchical commands
  - hassle-free crash detection
  - hassle-free logging
  - internationalization and localization
 .
 The guacamole ingredient system allows for third party add-ons.
 .
 This package contains the HTML documentation and example applications.

Package: python3-guacamole
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-guacamole-doc
Description: framework for creating command line applications (Python 3)
 Guacamole is a flexible, modular system for creating command line
 applications.  Guacamole comes with built-in support for writing command line
 applications that integrate well with the running system. A short list of
 supported features (ingredients) includes:
 .
  - handling flat and hierarchical commands
  - hassle-free crash detection
  - hassle-free logging
  - internationalization and localization
 .
 The guacamole ingredient system allows for third party add-ons.
 .
 This package contains the Python 3.x version of the library