From d2806583ead2712c9095b82f31b50924dfc80411 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 27 Apr 2016 15:33:51 -0400 Subject: split packages: debian-core, debian-cli --- debian/control | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 52952943..4975fadd 100644 --- a/debian/control +++ b/debian/control @@ -7,19 +7,17 @@ Uploaders: Micah Anderson Homepage: https://leap.se Build-Depends: debhelper (>= 8.0.0), dh-python, python (>=2.6), python-setuptools, pep8, - python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, python-mock, - python-requests (>= 1.2.3), python-srp, python-crypto, python-keyring, python-xdg, + python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, + python-requests (>= 1.2.3), python-srp, python-keyring, python-jsonschema (>= 0.7.0), python-psutil, python-openssl, - python-dateutil, python-argparse, pyside-tools, - xvfb, xauth -X-Python-Version: >= 2.6 + python-dateutil, python-argparse, pyside-tools, xvfb, xauth +X-Python-Version: >= 2.7 Package: bitmask Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-openssl, - python-crypto, python-keyring (>= 0.9.2), python-srp, python-dateutil, @@ -38,9 +36,10 @@ Depends: python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtsvg, + python-pyside.qtwebkit, python-twisted-core (>= 14.0.2), python-leap-common, - leap-mail (>= 0.3.99), + leap-mail (>= 0.4.1), soledad-client, # This is a workaround to broken python-srp in wily. # We should remove libssl-dev when #7566 is solved @@ -65,4 +64,27 @@ Description: Provides the desktop client for LEAP encrypted when possible; and public keys are automatically discovered and validated. +Package: bitmask-core +Architecture: all +Depends: python-twisted-core, + python-zope.interface +Suggests: bitmask-cli +Provides: leap.bitmask.core, ${python:Provides} +# Replaces: ... +# Breaks: ... +Description: Desktop client to access LEAP Services. + The LEAP project aims to secure everyday communication. + . + This package provides the core daemon. + +Package: bitmask-cli +Architecture: all +Depends: bitmask-core +Provides: leap.bitmask.cli, ${python:Provides} +# Replaces: ... +# Breaks: ... +Description: Desktop client to access LEAP Services. + The LEAP project aims to secure everyday communication. + . + This package provides the command line client. -- cgit v1.2.3