From 87b19ed4b8672a914feaad3f9337208064597d5b Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 7 Sep 2017 16:16:03 -0300 Subject: [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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3