From a1030cd5021cf7309bafdc52f2f19a7aa2a4d766 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 4 Sep 2017 14:43:09 +0200 Subject: [pkg] Add python as dep to bitmask-chromium Fixes linitan error: E: bitmask-chromium: python-script-but-no-python-dep usr/bin/bitmask_chromium --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') 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. -- cgit v1.2.3