From 67bff195f0e5ac26777071440d8af7ebdceeff3f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 6 Nov 2008 21:52:41 -0500 Subject: [PATCH] Depend on invirt-mail-config on all servers svn path=/trunk/packages/invirt-database-server/; revision=1544 --- debian/changelog | 6 ++++++ debian/control | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index adf31c9..ac8a309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database-server (0.0.6) unstable; urgency=low + + * Depend on invirt-mail-config + + -- Evan Broder Thu, 06 Nov 2008 21:47:17 -0500 + invirt-database-server (0.0.5) unstable; urgency=low * Use invoke-rc.d instead of calling init scripts directly diff --git a/debian/control b/debian/control index 971fcad..584b499 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Standards-Version: 3.8.0 Package: invirt-database-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, python-sqlalchemy, python-psycopg2, invirt-database, adduser, invirt-base +Depends: ${misc:Depends}, ${python:Depends}, postgresql-8.3, + python-sqlalchemy, python-psycopg2, invirt-database, adduser, + invirt-base, invirt-mail-config Description: Installs the Invirt database server This tracks all the user VMs and is accessed from the VM host -- 1.7.9.5