diff options
author | Varac <varac@leap.se> | 2017-09-04 14:43:09 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-09-04 14:43:09 +0200 |
commit | a1030cd5021cf7309bafdc52f2f19a7aa2a4d766 (patch) | |
tree | 4b39b4278da3511c59d40ba3b828f5f5fbca2b9c | |
parent | 1c720e855e11e5af59aa63d1a67b97e097509201 (diff) |
[pkg] Add python as dep to bitmask-chromium
Fixes linitan error:
E: bitmask-chromium: python-script-but-no-python-dep usr/bin/bitmask_chromium
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 137c3b63..bf6a779b 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Description: Provides the desktop client for LEAP Package: bitmask-js Architecture: all -# Provides: leap.bitmask_js +# Provides: leap.bitmask_js # this "provides" seems it's not parsed correctly Description: Desktop client to access LEAP Services. The LEAP project aims to secure everyday communications. @@ -94,7 +94,8 @@ Description: Desktop client to access LEAP Services. Package: bitmask-chromium Architecture: all -Depends: bitmask-core, +Depends: ${misc:Depends}, ${python:Depends}, + bitmask-core Provides: leap.bitmask.chrome Description: Desktop client to access LEAP Services. The LEAP project aims to secure everyday communication. |