diff options
| author | Kali Kaneko <kali@leap.se> | 2017-10-03 18:15:54 +0200 |
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-10-03 18:15:54 +0200 |
| commit | b9ee84188ccbe2d2633dfc02b09302b18024918a (patch) | |
| tree | 7c6a95b954c15478aac278a746250741337ee51b | |
| parent | 98615b86516f1bb008bf02377a4cf7d209048154 (diff) | |
[pkg] fix typo in the metapackage deps
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8268159b..bcef5205 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Package: bitmask Architecture: all Section: metapackages Depends: - ${misc:Depends}, ${python: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. |
