From b8fd0b798fe4655487359e5ccbb5b8add03d470b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 11:03:09 -0400 Subject: [pkg] Cleanup debian/control, set right maintainer/uploader - remove sphinx from build-deps We're not buildint the sphinx docs at the moment, and it's breaking the build in zesty (since sphinx has been moved to universe). - add dev package for pyrcc5 - re-add docutils-common, needed for rst2man - remove build-depends from binary packages - Install python-docutils for rst2man - bitmask-qt + -vpn: Depend on python-deps --- debian/control | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index a39d940b..80d9f3e1 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,16 @@ Source: bitmask Section: misc Priority: extra -Maintainer: Ben Carrillo +Maintainer: Kali Kaneko +Uploaders: LEAP automated build +Homepage: https://bitmask.net Standards-Version: 3.9.8 -Uploaders: Micah Anderson -Homepage: https://leap.se -Build-Depends: debhelper (>= 9.0.0), dh-python, python, python-setuptools, - pep8, python-sphinx, docutils-common, -X-Python-Version: >= 2.7 +Build-Depends: debhelper (>= 9.0.0), dh-python, python, python-setuptools, pep8, + pyqt5-dev-tools, python-docutils +# XXX we're not installing sphinx docs now. in zesty we'll need universe, +# sphinx has been moved there. +# python-sphinx +X-Python-Version: >= 2.7 Package: bitmask-core Architecture: all @@ -25,7 +28,7 @@ Depends: # This is a workaround to broken python-srp in wily. # We should remove libssl-dev when #7566 is solved # libssl-dev -Description: Provides the desktop client for LEAP +Description: Provides the desktop client for LEAP The LEAP project aims to secure everyday communication. . This client is necessary for users to run on their local machines for: @@ -46,9 +49,9 @@ Description: Provides the desktop client for LEAP Package: bitmask-qt Architecture: all -Build-Depends: pyqt5-dev-tools, -Depends: python-pyqt5, - python-pyqt5.qtwebkit, +Depends: ${misc:Depends}, ${python:Depends}, + python-pyqt5, + python-pyqt5.qtwebkit, # XXX this depends also on leap-bitmask-js Provides: leap.bitmask.gui Description: Desktop client to access LEAP Services. @@ -58,8 +61,9 @@ Description: Desktop client to access LEAP Services. Package: bitmask-vpn Architecture: all -Build-Depends: -Depends: bitmask-core, openvpn +Depends: ${misc:Depends}, ${python:Depends}, + bitmask-core, + openvpn Suggests: policykit-1-gnome Enhances: openvpn Provides: leap.bitmask.vpn @@ -70,7 +74,6 @@ Description: Desktop client to access LEAP Services. Package: bitmask-mail Architecture: all -Build-Depends: Depends: bitmask-core, gnupg1, soledad-client, Recommends: xul-ext-bitmask @@ -93,7 +96,6 @@ Description: Desktop client to access LEAP Services. Package: bitmask-mua Architecture: all -Build-Depends: pyqt5-dev-tools, Depends: bitmask-mail, python-whoosh, python-requests, python-chardet # XXX this depends on leap-pixelated, leap-pixelated-www -- cgit v1.2.3