From: Evan Broder Date: Fri, 7 Nov 2008 03:58:51 +0000 (-0500) Subject: Actually depend on invirt-mail-config on /all/ servers X-Git-Tag: 0.0.6^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/0da7a72e29988c3440d3406424ffb4f46f895bd9?ds=sidebyside Actually depend on invirt-mail-config on /all/ servers svn path=/trunk/packages/invirt-base/; revision=1558 --- 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