From 0da7a72e29988c3440d3406424ffb4f46f895bd9 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 6 Nov 2008 22:58:51 -0500 Subject: [PATCH] Actually depend on invirt-mail-config on /all/ servers svn path=/trunk/packages/invirt-base/; revision=1558 --- debian/changelog | 6 ++++++ debian/control | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5bbb128..3cfd685 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.6) unstable; urgency=low + + * Depend on invirt-mail-config on all servers + + -- Evan Broder Thu, 06 Nov 2008 22:56:08 -0500 + invirt-base (0.0.5) unstable; urgency=low * All Invirt servers should have molly-guard installed, to prevent diff --git a/debian/control b/debian/control index 131548b..7c8376d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,9 @@ Standards-Version: 3.8.0 Package: invirt-base Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, molly-guard, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), invirt-config +Depends: ${python:Depends}, ${misc:Depends}, molly-guard, python-json + (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= 0.2.2), + invirt-config, invirt-mail-config Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Base configuration required for all Invirt servers -- 1.7.9.5