diff options
author | Micah Anderson <micah@riseup.net> | 2017-09-28 12:39:35 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-09-29 16:55:23 +0200 |
commit | d61e1fe94d65f039c1205e09453ff0ce183ea94d (patch) | |
tree | 9659bb79aa4c3d3bfc4ab4f9c5de53549d8ef8c9 | |
parent | b9a18cac01ed50a012f2cf3c755cf9445cf8e3f5 (diff) |
[pkg] fix lintian warning debhelper-but-no-misc-depends
- Related: #9033
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1bcc9f9f..05bafde3 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Description: Provides the desktop client for LEAP Package: bitmask-js Architecture: all +Depends: ${misc:Depends} # Provides: leap.bitmask_js # this "provides" seems it's not parsed correctly Description: Desktop client to access LEAP Services. @@ -88,7 +89,7 @@ Description: Desktop client to access LEAP Services. Package: bitmask-mail Architecture: all -Depends: bitmask-core, gnupg1, +Depends: ${misc:Depends}, bitmask-core, gnupg1, soledad-client, Recommends: xul-ext-bitmask Suggests: bitmask-mua @@ -111,7 +112,7 @@ Description: Desktop client to access LEAP Services. Package: bitmask-mua Architecture: all -Depends: bitmask-mail, +Depends: ${misc:Depends}, bitmask-mail, python-whoosh, python-requests, python-chardet # XXX this depends on leap-pixelated, leap-pixelated-www Provides: leap.bitmask.mua |