From d61e1fe94d65f039c1205e09453ff0ce183ea94d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 28 Sep 2017 12:39:35 -0400 Subject: [pkg] fix lintian warning debhelper-but-no-misc-depends - Related: #9033 --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') 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 -- cgit v1.2.3