summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-09-07 16:16:03 -0300
committerdrebs <drebs@riseup.net>2017-09-07 17:20:15 -0300
commit87b19ed4b8672a914feaad3f9337208064597d5b (patch)
tree3ab344a9ca4b378663bee5fc4bc06e1cc75f3b0c
parentd02389d2cf4d6e642a3862babbf5c2d46b6691ce (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.
-rw-r--r--debian/control2
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