summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-30 11:31:06 +0900
committerkali <kali@leap.se>2013-01-30 11:31:06 +0900
commit3ceb4cc9ca8ded25a0a9be00cda52b98e775081f (patch)
tree75230c65ac3bf7756ad505fefb62aa6835a17007 /debian/control
parent7881f051cc1a5ba3b72764f4885842c4255b98b6 (diff)
updated control file with new dependencies
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 32 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 047bef10..83df0e9f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,38 @@
-Source: python-leap-client
-Section: unknown
+Source: leap-client
+Section: misc
Priority: extra
-Maintainer: kali <kali@leap.se>
+Maintainer: Micah Anderson <micah@debian.org>
Standards-Version: 3.9.3
Homepage: http://leap.se
-#Vcs-Git: git://git.debian.org/collab-maint/python-leap-client.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-leap-client.git;a=summary
-Build-Depends: debhelper (>= 8.0.0), pyqt4-dev-tools, python-nose, python-mock, python-sphinx, pep8
+#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: python-leap-client
-Architecture: all
-Depends: openvpn, python-qt4
-Description: the encrypted interned toolkit
+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>