diff options
| author | Kali Kaneko <kali@leap.se> | 2017-08-28 11:28:21 -0400 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-09-01 17:18:20 -0400 | 
| commit | ffb51e40ae1ee1b0c0eeba4a9fe72ce3fec1f85a (patch) | |
| tree | 1cee75a9daefa59a5ce2135315d0ce9d44424dc4 /debian/control | |
| parent | acdc0362cf76b88b1bfb353caeee0c0d18c8ce58 (diff) | |
[pkg] bitmask-js package
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 17 | 
1 files changed, 12 insertions, 5 deletions
| diff --git a/debian/control b/debian/control index 2d5f7a1a..137c3b63 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: LEAP automated build <sysdev@leap.se>  Homepage: https://bitmask.net  Standards-Version: 3.9.8  Build-Depends: debhelper (>= 9.0.0), dh-python, python, python-setuptools, pep8, -               pyqt5-dev-tools, python-docutils +               pyqt5-dev-tools, python-docutils, docutils-common, +               nodejs  # XXX we're not installing sphinx docs now. in zesty we'll need universe,  # sphinx has been moved there.  # python-sphinx @@ -25,9 +26,6 @@ Depends:    python-zope.proxy,    python-twisted-core (>= 14.0.2),    python-leap-common, -# 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   The LEAP project aims to secure everyday communication.   . @@ -47,12 +45,21 @@ Description: Provides the desktop client for LEAP   .   This package provides the core daemon. +Package: bitmask-js +Architecture: all +# Provides: leap.bitmask_js  +# this "provides" seems it's not parsed correctly +Description: Desktop client to access LEAP Services. + The LEAP project aims to secure everyday communications. + . + This package provides the bitmask_js javascript library. +  Package: bitmask-qt  Architecture: all  Depends: ${misc:Depends}, ${python:Depends},           python-pyqt5,           python-pyqt5.qtwebkit, -# XXX this depends also on leap-bitmask-js +         bitmask-js  Provides: leap.bitmask.gui  Description: Desktop client to access LEAP Services.   The LEAP project aims to secure everyday communications. | 
