From 35d82acd268fa55663869b1beb4f1986837292e0 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 20 Sep 2013 23:16:27 +0200 Subject: [PATCH] debian: add dependency upon python-entrouvert, wcsinstd use the syslog logger --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index aa1dd6d..fd38e25 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Description: Remote w.c.s. management framework Package: wcsinstd Architecture: all Pre-Depends: python-django (>= 1.5) -Depends: ${misc:Depends}, adduser, python-wcsinst, sudo, wcs +Depends: ${misc:Depends}, adduser, python-wcsinst, sudo, wcs, python-entrouvert (>= 1.3) Description: Remote w.c.s. instances management daemon wcsinstd allows to create, update and delete w.c.s. instance through a REST API