diff options
author | kali <kali@leap.se> | 2012-08-09 21:31:50 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-09 21:31:50 +0900 |
commit | 0759977c11ea29f793fc78bbf5764e3654e99044 (patch) | |
tree | 05142d1290ac4ec3645d384b975d4666a6d7ff01 /debian | |
parent | d7e16166320652e4f572fbd88a03c8cde29342e9 (diff) |
fix debian/control (multi-arch, supported python versions)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 56eac94a..ce5ba56c 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,13 @@ 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 +X-Python-Version: >= 2.6 Package: python-leap-client -Architecture: any +Architecture: all #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, pep8 +Build-Depends: debhelper (>= 8.0.0), pyqt4-dev-tools, python-nose, python-moc, python-sphinx, pep8 Description: the encrypted interned toolkit <insert long description, indented with spaces> |