diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-28 11:03:09 -0400 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-08-30 20:41:50 +0200 |
commit | b8fd0b798fe4655487359e5ccbb5b8add03d470b (patch) | |
tree | 00a2d2da52a52f5fa9584282cd5fcdd29fc0eb45 /debian/control | |
parent | 0f29bd3ed7e91c9ba2526e2661dde0e683ec2cb9 (diff) |
[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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files 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 <ben@futeisha.org> +Maintainer: Kali Kaneko <kali@leap.se> +Uploaders: LEAP automated build <sysdev@leap.se> +Homepage: https://bitmask.net Standards-Version: 3.9.8 -Uploaders: Micah Anderson <micah@debian.org> -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 |