From bf156561928c02fdfa892cb43a0d09998e37ee77 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 7 Apr 2016 22:58:40 +0200 Subject: Add hard dependencies on postgresql-9.1, nginx, and uwsgi. This isn't ideal but let's get a package working out of the box. Signed-off-by: Cyril Brulebois --- debian/control | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index eaa0d9fc8..b2fcae418 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,14 @@ Depends: ${misc:Depends}, python-tidylib, python-lxml, python-html5lib, - python-memcache + python-memcache, +# DB + postgresql-9.1, + postgresql-9.1-postgis, +# Web: + nginx, + uwsgi, + uwsgi-plugin-python, Recommends: javascript-common, libjs-jquery, libjs-jquery-ui, -- cgit v1.2.3