diff options
author | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
---|---|---|
committer | kali <kali@leap.se> | 2012-07-22 21:10:15 -0700 |
commit | c46d8da153ac658c8bd145376e22b1218db1090a (patch) | |
tree | 0943a4a866d9f3b1bc590c1c23f810ca13635f9e /debian/control |
initial import
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..d4b38f25 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: python-leap-client +Section: unknown +Priority: extra +Maintainer: kali <kali@leap.se> +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 +X-Python-Version: >= 2.7 + +Package: python-leap-client +Architecture: any +#XXX ??? +Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: openvpn, python-qt4 +#XXX should deprecate python-support methinks +Build-Depends: debhelper (>= 8.0.0), python-support, pyqt4-dev-tools, python-sphinx +Description: the encrypted interned toolkit + <insert long description, indented with spaces> |