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
|
Source: leap-client
Section: misc
Priority: extra
Maintainer: Micah Anderson <micah@debian.org>
Standards-Version: 3.9.3
Homepage: http://leap.se
#Vcs-Git: git://git.debian.org/python-applications-team/leap-client.git
#Vcs-Browser: http://git.debian.org/?p=python-applications-team/leap-client.git;a=summary
Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6)
X-Python-Version: >= 2.6
Package: leap-client
Architecture: any
Depends: ${misc:Depends}, ${python:Depends},
python-qt4,
python-openssl,
python-pycrypto,
python-keyring,
python-srp,
python-dateutil,
python-argparse,
python-psutil,
python-netifaces,
python-requests,
python-xdg,
python-jsonschema,
pithon-sh,
python-nose,
python-mock,
python-sphinx,
pep8,
openvpn
#pyqt4-dev-tools, ???
Suggests: resolvconf, python-geoip
Conflicts: autoresolv
Enhances: openvpn
Description: Provides the desktop client for the LEAP Encryption Access Project Platform.
<insert long description, indented with spaces>
|