diff options
| author | Micah Anderson <micah@riseup.net> | 2017-09-28 10:27:29 -0400 |
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-09-29 16:49:22 +0200 |
| commit | a9ab8f3e3a714d9872a5615924d7c87160ca1d90 (patch) | |
| tree | b335c4f144c3c5883526970b76ea3f6f94e7494d | |
| parent | c53b59cfdeed23f7b6b12ad8d34805e5fc23c477 (diff) | |
[pkg] add Depends: bitmask-core to bitmask-qt package
- Resolves: #9077
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b17dcd81..a781670a 100644 --- a/debian/control +++ b/debian/control @@ -66,7 +66,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pyqt5, python-pyqt5.qtwebkit, - bitmask-js + bitmask-js, bitmask-core Provides: leap.bitmask.gui Description: Desktop client to access LEAP Services. The LEAP project aims to secure everyday communications. |
