summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <cyril@debamax.com>2016-04-07 22:58:40 +0200
committerCyril Brulebois <cyril@debamax.com>2016-04-07 23:25:25 +0200
commitbf156561928c02fdfa892cb43a0d09998e37ee77 (patch)
tree9576973ad548b5fc3836b5621aabf6fa291dba33
parentecc0adeb08f708a2b78488dcd7b7047780d0a731 (diff)
downloadIshtar-bf156561928c02fdfa892cb43a0d09998e37ee77.tar.bz2
Ishtar-bf156561928c02fdfa892cb43a0d09998e37ee77.zip
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 <cyril@debamax.com>
-rw-r--r--debian/control9
1 files changed, 8 insertions, 1 deletions
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,