diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-02 23:56:58 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-02 23:59:06 +0200 |
commit | 93c5426f7979ab20202ec5cc0c81c805103a4439 (patch) | |
tree | 40aa9228af96e4abc5d88f3539b4caee705e8395 | |
parent | 60fe12414a8c1f137d2750a384e853f6882aa2d4 (diff) |
[pkg] metapackage and missing deps
-rw-r--r-- | debian/control | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a2fa01c..b056ed9 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,19 @@ Build-Depends: debhelper (>= 9.0.0), # python-sphinx X-Python-Version: >= 2.7 +Package: bitmask +Architecture: all +Section: metapackages +Pre-Depends: {misc:Pre-Depends} +Depends: + ${misc:Depends}, ${python:Depends} + bitmask-core, bitmask-qt, bitmask-vpn, bitmask-mail +Description: Provides the desktop client for LEAP + The LEAP project aims to secure everyday communication. + . + This package provides a metapackage that installs the qt client, bitmask-vpn + and bitmask-mail. + Package: bitmask-core Architecture: all Provides: leap.bitmask.core, leap.bitmask.cli @@ -82,8 +95,9 @@ Package: bitmask-vpn Architecture: all Depends: ${misc:Depends}, ${python:Depends}, bitmask-core, + python-psutil, + polkit-1-auth-agent, openvpn -Suggests: policykit-1-gnome | lxpolkit Enhances: openvpn Provides: leap.bitmask.vpn Description: Desktop client to access LEAP Services. |