diff options
author | drebs <drebs@riseup.net> | 2017-09-07 16:16:03 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-07 17:20:15 -0300 |
commit | 87b19ed4b8672a914feaad3f9337208064597d5b (patch) | |
tree | 3ab344a9ca4b378663bee5fc4bc06e1cc75f3b0c /debian/control | |
parent | d02389d2cf4d6e642a3862babbf5c2d46b6691ce (diff) |
[pkg] make soledad-server debian package depend on adduser
Soledad Server Debian package calls adduser in postinst, so it also has
to depend on it for installation.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 19f88aa6..adac0d3b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: all Provides: leap.soledad.server, ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-6), python-configparser, python-couchdb, python-simplejson, python-oauth, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1), - python-beaker, sudo, ssl-cert + python-beaker, sudo, ssl-cert, adduser Description: Synchronization of locally encrypted data among devices (server files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an |